/external/icu/icu4c/source/common/ |
D | stringpiece.cpp | 71 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 186 static const int32_t npos; // = 0x7fffffff; variable
|
/external/v8/test/unittests/compiler/ |
D | node-cache-unittest.cc | 25 Node** npos = cache.Find(zone(), i); in TEST_F() local 81 Node** npos = cache.Find(zone(), i); in TEST_F() local
|
/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/regex-re2/util/ |
D | stringpiece.cc | 87 const StringPiece::size_type StringPiece::npos = size_type(-1); member in StringPiece
|
/external/opencv3/apps/traincascade/ |
D | traincascade_features.h | 94 int npos, nneg; variable
|
/external/opencv3/modules/python/src2/ |
D | hdr_parser.py | 48 def get_macro_arg(self, arg_str, npos): argument
|
/external/regex-re2/re2/ |
D | stringpiece.h | 122 static const size_type 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/libweave/third_party/chromium/base/strings/ |
D | string_piece.h | 100 static const size_type npos; variable
|
/external/libchrome/base/strings/ |
D | string_piece.h | 176 static const size_type npos; variable
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 45 static const size_t npos = ~size_t(0); variable
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 30 size_t npos = (size_t)(-1); in GetFileNameParts() local
|
/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/opencv3/modules/core/include/opencv2/core/ |
D | cvstd.hpp | 488 static const size_t npos = size_t(-1); member in cv::String
|