/external/icu/icu4c/source/common/ |
D | stringpiece.cpp | 73 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.h | 47 static const size_type npos; variable
|
D | PVRTString.cpp | 28 const size_t CPVRTString::npos = (size_t) -1; member in CPVRTString
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | stringpiece.cc | 63 const StringPiece::size_type StringPiece::npos = size_type(-1); member in tensorflow::StringPiece
|
D | stringpiece.h | 70 static const size_t npos; variable
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 186 static const int32_t npos; // = 0x7fffffff; variable
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.cpp | 30 const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1); member in TiXmlString
|
D | tinystr.h | 62 static const size_type npos; // = -1; variable
|
/external/tinyxml/ |
D | tinystr.cpp | 35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1); member in TiXmlString
|
D | tinystr.h | 59 static const size_type npos; // = -1; variable
|
/external/boringssl/src/include/openssl/ |
D | span.h | 109 static const size_t npos = static_cast<size_t>(-1); variable
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | array_slice.h | 125 static const size_type npos = Impl::npos; variable 234 static const size_type npos = Impl::npos; variable
|
/external/clang/test/FixIt/ |
D | typo.cpp | 11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringRef.h | 34 static const size_t npos = ~size_t(0); variable
|
/external/libchrome/base/strings/ |
D | string_piece.h | 175 static const size_type npos; variable
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 30 size_t npos = (size_t)(-1); in GetFileNameParts() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece.h | 354 static const size_type npos; variable
|
D | stringpiece.cc | 265 const StringPiece::size_type StringPiece::npos = size_type(-1); member in google::protobuf::StringPiece
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 46 static const size_t npos = ~size_t(0); variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 51 static const size_t npos = ~size_t(0); variable
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | StringRef.cpp | 19 const size_t StringRef::npos; member in StringRef
|
/external/clang/test/Index/ |
D | recursive-cxx-member-calls.cpp | 41 static const size_t npos = ~size_t(0); member in llvm::StringRef
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 20 const size_t StringRef::npos; member in StringRef
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 20 const size_t StringRef::npos; member in StringRef
|
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 712 const auto npos = static_cast<std::uintmax_t>(-1); in remove_all_impl() local
|