Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dstringpiece.cpp73 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.h47 static const size_type npos; variable
DPVRTString.cpp28 const size_t CPVRTString::npos = (size_t) -1; member in CPVRTString
/external/tensorflow/tensorflow/core/lib/core/
Dstringpiece.cc63 const StringPiece::size_type StringPiece::npos = size_type(-1); member in tensorflow::StringPiece
Dstringpiece.h70 static const size_t npos; variable
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h186 static const int32_t npos; // = 0x7fffffff; variable
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp30 const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1); member in TiXmlString
Dtinystr.h62 static const size_type npos; // = -1; variable
/external/tinyxml/
Dtinystr.cpp35 const TiXmlString::size_type TiXmlString::npos = static_cast< size_type >(-1); member in TiXmlString
Dtinystr.h59 static const size_type npos; // = -1; variable
/external/boringssl/src/include/openssl/
Dspan.h109 static const size_t npos = static_cast<size_t>(-1); variable
/external/tensorflow/tensorflow/core/lib/gtl/
Darray_slice.h125 static const size_type npos = Impl::npos; variable
234 static const size_type npos = Impl::npos; variable
/external/clang/test/FixIt/
Dtypo.cpp11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringRef.h34 static const size_t npos = ~size_t(0); variable
/external/libchrome/base/strings/
Dstring_piece.h175 static const size_type npos; variable
/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc30 size_t npos = (size_t)(-1); in GetFileNameParts() local
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece.h354 static const size_type npos; variable
Dstringpiece.cc265 const StringPiece::size_type StringPiece::npos = size_type(-1); member in google::protobuf::StringPiece
/external/llvm/include/llvm/ADT/
DStringRef.h46 static const size_t npos = ~size_t(0); variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h51 static const size_t npos = ~size_t(0); variable
/external/swiftshader/third_party/LLVM/lib/Support/
DStringRef.cpp19 const size_t StringRef::npos; member in StringRef
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp41 static const size_t npos = ~size_t(0); member in llvm::StringRef
/external/llvm/lib/Support/
DStringRef.cpp20 const size_t StringRef::npos; member in StringRef
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp20 const size_t StringRef::npos; member in StringRef
/external/libcxx/src/experimental/filesystem/
Doperations.cpp712 const auto npos = static_cast<std::uintmax_t>(-1); in remove_all_impl() local