Home
last modified time | relevance | path

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

12

/third_party/glslang/glslang/ResourceLimits/
Dresource_limits_c.cpp48 char* c_str = (char*)malloc(cpp_str.length() + 1); in glslang_default_resource_string() local
/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h86 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/third_party/flatbuffers/include/flatbuffers/
Dstring.h26 const char *c_str() const { return reinterpret_cast<const char *>(Data()); } in c_str() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInfoSink.h106 const char* c_str() const { return sink.c_str(); } in c_str() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h119 const char *c_str() const in c_str() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DDebugSink.h102 const char *c_str() const { return mParent.c_str(); } in c_str() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/communication/
D_hccl_management.py94 def c_str(string): function
/third_party/glslang/glslang/Include/
DInfoSink.h85 const char* c_str() const { return sink.c_str(); } in c_str() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/fp32/
Dmatmul_fp32_base_coder.cc234 std::string c_str = allocator_->GetRuntimeAddr(output_tensor_); in DoCode() local
/third_party/rust/crates/rustix/src/backend/libc/
Dconv.rs20 pub(super) fn c_str(c: &CStr) -> *const c::c_char { in c_str() function
/third_party/ninja/src/
Dtest.h120 const char* c_str() const { return path_.c_str(); } in c_str() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h269 const char* c_str() { in c_str() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h270 const char* c_str() { in c_str() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h128 const char * c_str () const { return rep_->str; } in c_str() function
/third_party/skia/src/core/
DSkReadBuffer.cpp137 const char* c_str = this->skipT<char>(*len+1); in readString() local
147 if (const char* c_str = this->readString(&len)) { in readString() local
/third_party/skia/src/gpu/
DGrShaderVar.h94 const char* c_str() const { return this->getName().c_str(); } in c_str() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h193 c_str(SmallVectorImpl<T> &str) { in c_str() function
/third_party/rust/crates/bindgen/bindgen-integration/src/
Dlib.rs44 let c_str = unsafe { bindings::Test::name() }; in test_static_method() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h208 c_str(SmallVectorImpl<T> &str) { in c_str() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Dgraph_kernel_flags.cc37 std::vector<char> c_str(str.begin(), str.end()); in GetTokens() local
/third_party/json/tests/src/
Dunit-alt-string.cpp98 const char* c_str() const in c_str() function in alt_string
/third_party/skia/include/core/
DSkString.h134 const char* c_str() const { return fRec->data(); } in c_str() function
/third_party/json/tests/thirdparty/doctest/
Ddoctest.h642 const char* c_str() const { return const_cast<String*>(this)->c_str(); } // NOLINT in c_str() function
643 char* c_str() { in c_str() function
858 const char* c_str() const { return content.string.c_str(); } in c_str() function

12