Home
last modified time | relevance | path

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

1234

/external/rust/crates/grpcio-sys/grpc/src/cpp/util/
Dstring_ref.cc23 const size_t string_ref::npos = size_t(-1); member in grpc::string_ref
/external/grpc-grpc/src/cpp/util/
Dstring_ref.cc23 const size_t string_ref::npos = size_t(-1); member in grpc::string_ref
/external/perfetto/src/base/
Dstring_view.cc32 constexpr size_t StringView::npos; member in perfetto::base::StringView
/external/AFLplusplus/instrumentation/
Dafl-llvm-common.cc139 std::size_t npos; in initInstrumentList() local
214 std::size_t npos; in initInstrumentList() local
/external/cronet/base/i18n/
Dbreak_iterator.h109 static constexpr size_t npos = static_cast<size_t>(-1); variable
/external/icu/icu4c/source/common/
Dstringpiece.cpp114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/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/cronet/third_party/icu/source/common/
Dstringpiece.cpp114 const int32_t StringPiece::npos = 0x7fffffff; member in StringPiece
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dstringpiece.cc13 const StringPiece::size_type StringPiece::npos; // initialized in stringpiece.h member in re2::StringPiece
Dstringpiece.h53 static const size_type npos = static_cast<size_type>(-1); variable
/external/cronet/third_party/icu/source/common/unicode/
Dstringpiece.h303 static const int32_t npos; // = 0x7fffffff; variable
/external/icu/libicu/cts_headers/unicode/
Dstringpiece.h303 static const int32_t npos; // = 0x7fffffff; variable
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h303 static const int32_t npos; // = 0x7fffffff; variable
/external/perfetto/include/perfetto/ext/base/
Dstring_view.h38 static constexpr size_t npos = static_cast<size_t>(-1); variable
/external/libchrome/base/i18n/
Dbreak_iterator.cc17 const size_t npos = static_cast<size_t>(-1); variable
/external/perfetto/src/trace_processor/importers/android_bugreport/
Dandroid_bugreport_parser.cc101 static constexpr size_t npos = base::StringView::npos; in ParseDumpstateTxt() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h48 const static size_t npos; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dstring_ref.h48 const static size_t npos; variable
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstring_ref.h48 const static size_t npos; variable
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dstring_view.h42 static constexpr size_type npos = size_type(-1); variable
/external/clang/test/FixIt/
Dtypo.cpp11 static const int npos = -1; // expected-note{{'npos' declared here}} member in std::basic_string
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.h304 static const size_type npos; variable
/external/protobuf/src/google/protobuf/stubs/
Dstringpiece.h304 static const size_type npos; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dspan.h185 static const size_type npos = ~(size_type(0)); variable

1234