HomeSort by relevance Sort by last modified time
    Searched defs:c_str (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /art/runtime/base/
to_str.h 35 const char* c_str() const { function in class:art::ToStr
36 return s_.c_str();
  /external/conscrypt/common/src/jni/unbundled/include/
ScopedUtfChars.h 25 // passed a null jstring, and c_str will return nullptr.
29 // if (name.c_str() == nullptr) {
49 const char* c_str() const { function in class:ScopedUtfChars
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
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/googletest/googletest/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
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/mdnsresponder/mDNSWindows/DLL.NET/
PString.h 54 c_str() function in class:Apple::PString
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
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/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallString.h 45 const char* c_str() { function in class:llvm::SmallString
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTStringHash.cpp 194 @Function c_str
198 const char* CPVRTStringHash::c_str() const function in class:CPVRTStringHash
200 return m_String.c_str();
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /art/test/ti-agent/
scoped_utf_chars.h 70 const char* c_str() const { function in class:art::ScopedUtfChars
  /external/clang/test/SemaCXX/
printf-cstr.cpp 14 const char *c_str() {return str;} function in class:HasCStr
33 printf("%d: %s\n", n, hcs.c_str());
34 printf("%d: %s\n", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
36 sprintf(str, "%d: %s", n, hcs); // expected-warning{{cannot pass non-POD object of type 'HasCStr' to variadic function; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
52 Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to variadic constructor; expected type from format string was 'char *'}} expected-note{{did you mean to call the c_str() method?}}
  /frameworks/base/tools/aapt2/jni/
ScopedUtfChars.h 64 const char* c_str() const { function in class:ScopedUtfChars
  /libnativehelper/include/nativehelper/
ScopedUtfChars.h 25 // passed a null jstring, and c_str will return nullptr.
29 // if (name.c_str() == nullptr) {
72 const char* c_str() const { function in class:ScopedUtfChars
  /build/kati/
symtab.h 41 const char* c_str() const { function in class:Symbol
42 return str().c_str();
  /external/bsdiff/
test_utils.h 45 const char* c_str() const { return filename_.c_str(); } function in class:test_utils::ScopedTempFile

Completed in 1960 milliseconds

1 2 3 4