Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 25 of 114) sorted by relevance

12345

/external/cronet/base/debug/
Dalias.h91 #define DEBUG_ALIAS_FOR_CSTR(var_name, c_str, array_size) \ argument
96 #define DEBUG_ALIAS_FOR_U16CSTR(var_name, c_str, array_size) \ argument
101 #define DEBUG_ALIAS_FOR_WCHARCSTR(var_name, c_str, array_size) \ argument
/external/libtextclassifier/native/utils/strings/
Dnumbers.cc28 bool ParseInt32(const char *c_str, int32 *value) { in ParseInt32()
50 bool ParseInt64(const char *c_str, int64 *value) { in ParseInt64()
61 bool ParseDouble(const char *c_str, double *value) { in ParseDouble()
Dnumbers_test.cc25 void TestParseInt32(const char *c_str, bool expected_parsing_success, in TestParseInt32()
55 void TestParseInt64(const char *c_str, bool expected_parsing_success, in TestParseInt64()
83 void TestParseDouble(const char *c_str, bool expected_parsing_success, in TestParseDouble()
/external/libtextclassifier/native/lang_id/common/lite_strings/
Dnumbers.cc42 bool LiteAtoi(const char *c_str, int *value) { in LiteAtoi()
75 bool LiteAtof(const char *c_str, float *value) { in LiteAtof()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dcommon_test.mm55 XCTAssertTrue(status.ok(), @"%s", std::string(status.message()).c_str()); category
59 XCTAssertTrue(status.ok(), @"%s", std::string(status.message()).c_str()); category
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted_string.h57 char* c_str() { return payload_; } in c_str() function
88 const char* c_str() const { return str_ == nullptr ? "" : str_->c_str(); } in c_str() function
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dstring.hpp580 struct c_str struct
582 typedef typename mpl::end<Sequence>::type iend;
583 typedef typename mpl::begin<Sequence>::type i0;
591 typedef c_str type;
592 static typename Sequence::value_type const value[BOOST_MPL_LIMIT_STRING_SIZE+1];
/external/libchrome/base/debug/
Dalias.h38 #define DEBUG_ALIAS_FOR_CSTR(var_name, c_str, char_count) \ argument
/external/mdnsresponder/mDNSWindows/DLL.NET/
DPString.h54 c_str() in c_str() function
/external/angle/third_party/glslang/src/glslang/ResourceLimits/
Dresource_limits_c.cpp48 char* c_str = (char*)malloc(cpp_str.length() + 1); in glslang_default_resource_string() local
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dc_str.rst4 c_str title
/external/deqp-deps/glslang/glslang/ResourceLimits/
Dresource_limits_c.cpp48 char* c_str = (char*)malloc(cpp_str.length() + 1); in glslang_default_resource_string() local
/external/conscrypt/common/src/jni/unbundled/include/nativehelper/
Dscoped_utf_chars.h49 const char* c_str() const { in c_str() function
/external/perfetto/src/trace_processor/containers/
Dnull_term_string_view.h54 const char* c_str() const { return data(); } in c_str() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h86 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h86 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h86 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/llvm-libc/src/__support/
Dchar_vector.h68 LIBC_INLINE char *c_str() { in c_str() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h82 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/external/flatbuffers/include/flatbuffers/
Dstring.h26 const char *c_str() const { return reinterpret_cast<const char *>(Data()); } in c_str() function
/external/crosvm/cros_tracing_types/src/
Dstatic_strings.rs37 let c_str = CString::new(str).expect("failed to convert a tracing string to a CString."); in register() localVariable

12345