Home
last modified time | relevance | path

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

123

/third_party/glslang/StandAlone/
Dresource_limits_c.cpp51 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.h81 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h110 const char *c_str() const { return sink.c_str(); } 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/glslang/glslang/Include/
DInfoSink.h85 const char* c_str() const { return sink.c_str(); } in c_str() function
/third_party/flutter/skia/src/gpu/
DGrSwizzle.h37 constexpr const char* c_str() const { return fSwiz; } in c_str() function
DGrShaderVar.h227 const char* c_str() const { return this->getName().c_str(); } in c_str() function
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp149 const char* c_str = this->skipT<char>(*len+1); in readString() local
159 if (const char* c_str = this->readString(&len)) { in readString() 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/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/flutter/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/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/json/test/src/
Dunit-alt-string.cpp117 const char* c_str() const in c_str() function in alt_string
/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/flutter/skia/third_party/externals/spirv-tools/source/
Ddisassemble.cpp242 auto c_str = reinterpret_cast<const char*>(inst.words + operand.offset); in EmitOperand() local
/third_party/skia/include/core/
DSkString.h134 const char* c_str() const { return fRec->data(); } in c_str() function

123