Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 25 of 46) 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/mesa3d/src/gtest/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/node/deps/googletest/include/gtest/internal/
Dgtest-filepath.h86 const char* c_str() const { return pathname_.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/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/TranslatorMetalDirect/
DDebugSink.h102 const char *c_str() const { return mParent.c_str(); } in c_str() function
/third_party/glslang/glslang/Include/
DInfoSink.h85 const char* c_str() const { return sink.c_str(); } in c_str() function
/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-subzero/include/llvm/ADT/
DSmallString.h270 const char* 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/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/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/gpu/
DGrShaderVar.h94 const char* c_str() const { return this->getName().c_str(); } in c_str() function
/third_party/nghttp2/src/
Dtemplate.h300 const char *c_str() const { return base; } in c_str() function
434 constexpr const char *c_str() const { return base; } 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/json/tests/src/
Dunit-alt-string.cpp99 const char* c_str() const in c_str() function in alt_string
/third_party/node/deps/v8/src/ast/
Dast-value-factory.h210 const char* c_str() const { return bigint_; } in c_str() function
/third_party/skia/include/core/
DSkString.h134 const char* c_str() const { return fRec->data(); } in c_str() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat.h248 AlphaNum(const char* c_str) : piece_(c_str) {} // NOLINT(runtime/explicit) in AlphaNum()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Ddisassemble.cpp289 auto c_str = reinterpret_cast<const char*>(inst.words + operand.offset); in EmitOperand() local
/third_party/skia/third_party/externals/spirv-tools/source/
Ddisassemble.cpp289 auto c_str = reinterpret_cast<const char*>(inst.words + operand.offset); in EmitOperand() local

12