HomeSort by relevance Sort by last modified time
    Searched defs:c_str (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 92 static String ShowCStringQuoted(const char* c_str);
101 static const char* CloneCString(const char* c_str);
116 static LPCWSTR AnsiToUtf16(const char* c_str);
227 ConstructNonNull(str.c_str(), str.length());
230 operator ::std::string() const { return ::std::string(c_str(), length()); }
234 ConstructNonNull(str.c_str(), str.length());
237 operator ::string() const { return ::string(c_str(), length()); }
241 bool empty() const { return (c_str() != NULL) && (length() == 0); }
275 const char* c_str() const { return c_str_; } function in class:testing::internal::String
286 if (rhs.c_str() == NULL)
320 const char* const c_str = str.c_str(); local
325 os << c_str[i]; local
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 128 const char * c_str () const { return rep_->str; } function in class:TiXmlString
171 for (const char* p = c_str() + offset; *p != '\0'; ++p)
173 if (*p == tofind) return static_cast< size_type >( p - c_str() );
258 && ( strcmp(a.c_str(), b.c_str()) == 0 ); // actual compare
262 return strcmp(a.c_str(), b.c_str()) < 0;
270 inline bool operator == (const TiXmlString & a, const char* b) { return strcmp(a.c_str(), b) == 0; }
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 92 static String ShowCStringQuoted(const char* c_str);
101 static const char* CloneCString(const char* c_str);
116 static LPCWSTR AnsiToUtf16(const char* c_str);
227 ConstructNonNull(str.c_str(), str.length());
230 operator ::std::string() const { return ::std::string(c_str(), length()); }
234 ConstructNonNull(str.c_str(), str.length());
237 operator ::string() const { return ::string(c_str(), length()); }
241 bool empty() const { return (c_str() != NULL) && (length() == 0); }
275 const char* c_str() const { return c_str_; } function in class:testing::internal::String
286 if (rhs.c_str() == NULL)
320 const char* const c_str = str.c_str(); local
325 os << c_str[i]; local
    [all...]
  /external/tinyxml/
tinystr.h 127 const char * c_str () const { return rep_->str; } function in class:TiXmlString
170 for (const char* p = c_str() + offset; *p != '\0'; ++p)
172 if (*p == tofind) return static_cast< size_type >( p - c_str() );
247 && ( strcmp(a.c_str(), b.c_str()) == 0 ); // actual compare
251 return strcmp(a.c_str(), b.c_str()) < 0;
259 inline bool operator == (const TiXmlString & a, const char* b) { return strcmp(a.c_str(), b) == 0; }
  /external/grpc-grpc/tools/codegen/core/
gen_stats_data.py 35 def c_str(s, encoding='ascii'): function
340 print >> C, " %s," % c_str(inst.name)
345 print >> C, " %s," % c_str(inst.doc)
  /external/llvm/include/llvm/ADT/
SmallString.h 270 const char* c_str() { function in class:llvm::SmallString
  /external/skqp/src/gpu/
GrSwizzle.h 52 const char* c_str() const { return fSwiz; } function in class:GrSwizzle
GrShaderVar.h 246 * Shortcut for this->getName().c_str();
248 const char* c_str() const { return this->getName().c_str(); } function in class:GrShaderVar
301 this->getName().c_str(),
308 this->getName().c_str(),
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 73 sink.append(str.c_str());
106 const char* c_str() const { return sink.c_str(); } function in class:TInfoSinkBase
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Windows.h 115 c_str(SmallVectorImpl<T> &str) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SmallString.h 270 const char* c_str() { function in class:llvm::SmallString
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 270 const char* c_str() { function in class:llvm::SmallString
  /build/kati/
symtab.h 37 const char* c_str() const { return str().c_str(); } function in class:Symbol
  /external/deqp-deps/glslang/glslang/Include/
InfoSink.h 85 const char* c_str() const { return sink.c_str(); } function in class:glslang::TInfoSinkBase
101 append(loc.getStringNameOrNum(false).c_str());
  /external/epid-sdk/epid/member/src/
nrprove.c 105 FpElemStr c_str = {0}; local
219 sigrl_entry, &commit_out, msg, msg_len, &c_str);
234 sts = ReadFfElement(Fp, &c_str, sizeof(c_str), c);
261 proof->c = c_str;
signbasic.c 95 FpElemStr c_str = {0}; local
250 msg_len, &c_str);
259 memcpy_S(digest + digest_size - sizeof(c_str), sizeof(c_str), &c_str,
260 sizeof(c_str));
268 sts = ReadFfElement(Fp, &c_str, sizeof(c_str), c);
304 sig->c = c_str;
  /external/epid-sdk/epid/verifier/src/
verifybasic.c 68 BigNumStr c_str = {0}; local
183 res = WriteFfElement(Fp, c, &c_str, sizeof(c_str));
266 exponents[3] = &c_str;
  /external/pdfium/core/fxcrt/
bytestring.h 71 const char* c_str() const { return m_pData ? m_pData->m_String : ""; } function in class:fxcrt::ByteString
widestring.h 74 const wchar_t* c_str() const { return m_pData ? m_pData->m_String : L""; } function in class:fxcrt::WideString
79 return WideStringView(c_str(), GetLength());
  /external/skia/src/gpu/
GrShaderVar.h 225 * Shortcut for this->getName().c_str();
227 const char* c_str() const { return this->getName().c_str(); } function in class:GrShaderVar
270 this->getName().c_str(),
277 this->getName().c_str(),
GrSwizzle.h 52 const char* c_str() const { return fSwiz; } function in class:GrSwizzle
  /art/libdexfile/external/include/art_api/
dex_file_support.h 62 const char* c_str() const { return data(); } function in class:art_api::dex::final
147 if (g_ExtDexFileOpenFromMemory(addr, size, location.c_str(), &ext_error_msg, &ext_dex_file)) {
170 if (g_ExtDexFileOpenFromFd(fd, offset, location.c_str(), &ext_error_msg, &ext_dex_file)) {
  /cts/tests/tests/graphics/jni/
android_graphics_fonts_cts_SystemFonts.cpp 51 const char* c_str() const { function in class:__anon1672::ScopedUtfChars
116 AFontMatcher_setLocales(mMatcher.get(), locales.c_str());
128 AFont* font = AFontMatcher_match(mMatcher.get(), familyName.c_str(), text.data(),
197 .setLocales(langTagsChars.c_str())
199 .match(familyNameChars.c_str(), utf16).first);
211 .setLocales(langTagsChars.c_str())
213 .match(familyNameChars.c_str(), utf16).second;
  /device/generic/goldfish-opengl/android-emu/android/base/
StringView.h 111 mString(str.c_str()), mSize(str.size()) {}
252 // printf("Contents: %s\n", c_str(myString));
254 // c_str(...) constructs a temporary object that may allocate memory if the
260 // auto myNullTerminatedString = c_str(myString);
278 return mStringCopy->c_str();
290 inline CStrWrapper c_str(StringView stringView) { function in namespace:android::base
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 207 c_str(SmallVectorImpl<T> &str) { function in namespace:llvm

Completed in 1073 milliseconds

12 3 4