Home
last modified time | relevance | path

Searched defs:get_str (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tinyalsa/
H A Dsnd_utils.h46 int (*get_str) (void *node, const char *prop, char **val); member
/aosp_15_r20/external/tinycompress/
H A Dsnd_utils.h46 int (*get_str) (void *node, const char *prop, char **val); member
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/src/
H A Dlib.rs43 pub fn get_str<'a>(&self, buffer_utf8: &'a mut [u8]) -> Result<&'a str, usize> { in get_str() method
/aosp_15_r20/external/llvm-libc/src/__support/StringUtil/
H A Dmessage_mapper.h81 cpp::optional<cpp::string_view> get_str(int num) const { in get_str() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dsymbols2.cpp25 std::string get_str(char const* str) in get_str() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dsymbols2.cpp34 std::string get_str(char const* str) in get_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/strum/src/
Dlib.rs178 fn get_str(&self, prop: &str) -> Option<&'static str>; in get_str() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum-0.25.0/src/
H A Dlib.rs178 fn get_str(&self, prop: &str) -> Option<&'static str>; in get_str() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/
Dfield.rs133 pub fn get_str<'a>(&self, m: &'a dyn Message) -> &'a str { in get_str() method
/aosp_15_r20/external/toybox/toys/pending/
H A Dexpr.c67 char *get_str(struct value *v) in get_str() function
/aosp_15_r20/external/tinyalsa_new/examples/sndcardparser/
H A Dsample_sndcardparser.c63 int (*get_str)(void *node, const char *prop, char **val); member
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dbazel_query.py199 def get_str(self, attr_name: str) -> str: member in BazelRule
/aosp_15_r20/external/tinyalsa_new/include/tinyalsa/
H A Dplugin.h263 int (*get_str)(void *node, const char *prop, char **val); member
/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_args.h68 int (*get_str)(args_parser_t *args, char *keyl, char *str, int *flag); member
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/
H A Dmod.rs388 pub fn get_str(&self) -> Result<B::BufferString, Error> { in get_str() method
/aosp_15_r20/external/llvm-libc/test/src/__support/File/
H A Dfile_test.cpp54 char *get_str() { return str; } in get_str() function in StringFile
/aosp_15_r20/external/skia/src/ports/
H A DSkTypeface_mac_ct.cpp1000 static const char* get_str(CFStringRef ref, SkString* str) { in get_str() function
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c59 static const char* get_str(VALUE str) { in get_str() function
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c59 static const char* get_str(VALUE str) { in get_str() function
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py1175 def get_str(self) -> str: member in TestEmit.test_emit_prims.Simple
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py539 def get_str(obj) -> str: function
/aosp_15_r20/external/python/cpython2/Objects/
Dtypeobject.c5820 static PyObject *get_str = NULL; local