Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dslist.h51 iterator npos = pos; in erase_after() local
/external/v8/test/cctest/compiler/
Dtest-node-cache.cc22 Node** npos = cache.Find(graph.zone(), i); in TEST() local
85 Node** npos = cache.Find(graph.zone(), i); in TEST() local
128 Node** npos = cache.Find(graph.zone(), p); in TEST() local
/external/icu/icu4c/source/common/
Dstringpiece.cpp71 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h186 static const int32_t npos; // = 0x7fffffff; 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/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/regex-re2/util/
Dstringpiece.cc87 const StringPiece::size_type StringPiece::npos = size_type(-1); member in StringPiece
/external/regex-re2/re2/
Dstringpiece.h122 static const size_type npos; variable
/external/clang/test/FixIt/
Dtypo.cpp11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
/external/llvm/include/llvm/ADT/
DStringRef.h44 static const size_t npos = ~size_t(0); variable
/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc30 size_t npos = (size_t)(-1); in GetFileNameParts() local
/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