Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DStringPiece.h51 constexpr static const size_t npos = static_cast<size_t>(-1); variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.h346 static const size_type npos; variable
Dstringpiece.cc265 const StringPiece::size_type StringPiece::npos = size_type(-1); member in google::protobuf::StringPiece