Home
last modified time | relevance | path

Searched refs:get_str (Results 1 – 10 of 10) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_version.function41 char get_str[100];
47 memset( get_str, 0, 100 );
52 mbedtls_version_get_string( get_str );
63 TEST_ASSERT( strcmp( version_str, get_str ) == 0 );
/third_party/toybox/toys/pending/
Dexpr.c72 char *get_str(struct value *v) in get_str() function
173 cmp = strcmp(s = get_str(ret), t = get_str(rhs)); in eval_op()
202 s = get_str(ret); in eval_op()
204 re(s, t = get_str(rhs), ret); in eval_op()
/third_party/boost/libs/spirit/test/x3/
Dsymbols2.cpp25 std::string get_str(char const* str) in get_str() function
194 sym += get_str("Joel"); in main()
195 sym += get_str("Ruby"); in main()
/third_party/boost/libs/spirit/test/qi/
Dsymbols2.cpp34 std::string get_str(char const* str) in get_str() function
225 sym += get_str("Joel"); in main()
226 sym += get_str("Ruby"); in main()
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs383 pub fn get_str(&self) -> Result<B::BufferString, Error> { in get_str() method
508 if let Ok(s) = self.get_str() { in as_u64()
535 if let Ok(s) = self.get_str() { in as_i64()
558 if let Ok(s) = self.get_str() { in as_f64()
576 FlexBufferType::String => self.get_str().unwrap_or(B::empty_str()), in as_str()
/third_party/ffmpeg/libavformat/
Dnutdec.c41 static int get_str(AVIOContext *bc, char *string, unsigned int maxlen) in get_str() function
543 ret = get_str(bc, name, sizeof(name)); in decode_info_header()
553 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
555 ret = get_str(bc, type_str, sizeof(type_str)); in decode_info_header()
561 ret = get_str(bc, str_value, sizeof(str_value)); in decode_info_header()
892 ret = get_str(bc, name, sizeof(name)); in read_sm_data()
900 ret = get_str(bc, str_value, sizeof(str_value)); in read_sm_data()
910 ret = get_str(bc, type_str, sizeof(type_str)); in read_sm_data()
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp1028 static const char* get_str(CFStringRef ref, SkString* str) { in get_str() function
1038 get_str(CTFontCopyFamilyName(fFontRef.get()), familyName); in onGetFamilyName()
1056 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
1057 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
1058 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dbinary_format.rs315 assert_eq!(r.get_str(), Ok("snowman ☃︎")); in utf8_snowman()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c39 static const char* get_str(VALUE str) { in get_str() function
450 const char* name_str = get_str(name); in DescriptorPool_lookup()
612 const char* s = get_str(name); in Descriptor_lookup()
650 const char* s = get_str(name); in Descriptor_lookup_oneof()
2040 return FileBuilderContext_strdup2(_self, get_str(rb_str)); in FileBuilderContext_strdup()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp2396 static const char* get_str(CFStringRef ref, SkString* str) { in get_str() function
2406 get_str(CTFontCopyFamilyName(fFontRef.get()), familyName); in onGetFamilyName()
2413 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
2414 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
2415 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()