Home
last modified time | relevance | path

Searched defs:set_namespaces (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/
Ddocument.pb.h4360 inline void GetAllNamespacesResultProto::set_namespaces(int index, const std::string& value) { in set_namespaces() function
4364 inline void GetAllNamespacesResultProto::set_namespaces(int index, std::string&& value) { in set_namespaces() function
4368 inline void GetAllNamespacesResultProto::set_namespaces(int index, const char* value) { in set_namespaces() function
4373 inline void GetAllNamespacesResultProto::set_namespaces(int index, const char* value, size_t size) { in set_namespaces() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs936 pub fn set_namespaces(&mut self, val: __u64) { in set_namespaces() method