Searched defs:npos (Results 51 - 57 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/core/lib/gtl/
H A Darray_slice_test.cc241 TestImplicitConversion(IntSlice(vec, 0, IntSlice::npos), vec);
422 EXPECT_EQ(static_cast<IntSlice::size_type>(-1), IntSlice::npos); member in class:tensorflow::gtl::__anon26649::IntSlice
478 TestImplicitConversion(MutableIntSlice(&vec, 0, MutableIntSlice::npos),
595 EXPECT_EQ(static_cast<MutableIntSlice::size_type>(-1), MutableIntSlice::npos); member in class:tensorflow::gtl::__anon26649::MutableIntSlice
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc30 size_t npos = (size_t)(-1); local
33 if (slashpos == npos) {
/external/libchrome/base/strings/
H A Dstring_piece.h175 static const size_type npos; member in class:base::BasicStringPiece
312 size_type pos = BasicStringPiece::npos) const {
315 size_type rfind(value_type c, size_type pos = BasicStringPiece::npos) const {
339 size_type pos = BasicStringPiece::npos) const {
343 size_type pos = BasicStringPiece::npos) const {
349 size_type pos = BasicStringPiece::npos) const {
353 size_type pos = BasicStringPiece::npos) const {
359 size_type n = BasicStringPiece::npos) const {
370 BasicStringPiece<STRING_TYPE>::npos = member in class:base::BasicStringPiece
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTString.cpp28 const size_t CPVRTString::npos = (size_t) -1; member in class:CPVRTString
44 if (_Count == npos)
310 if(_Count==npos)
689 if (_Count == npos || _Pos + _Count >= m_Size)
711 return npos;
714 return npos;
726 return npos;
755 return npos;
780 return npos;
806 return npos;
[all...]
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp41 static const size_t npos = ~size_t(0); member in class:llvm::StringRef
60 StringRef substr(size_t Start, size_t N = npos) const {
436 // CHECK-tokens: Keyword: "static" [41:3 - 41:9] VarDecl=npos:41:23
437 // CHECK-tokens: Keyword: "const" [41:10 - 41:15] VarDecl=npos:41:23
439 // CHECK-tokens: Identifier: "npos" [41:23 - 41:27] VarDecl=npos:41:23
440 // CHECK-tokens: Punctuation: "=" [41:28 - 41:29] VarDecl=npos:41:23
636 // CHECK-tokens: Identifier: "npos" [60:45 - 60:49] DeclRefExpr=npos:41:23
1630 // CHECK: 41:23: VarDecl=npos
[all...]
/external/libcxx/src/experimental/filesystem/
H A Doperations.cpp712 const auto npos = static_cast<std::uintmax_t>(-1); local
714 if (ec) return npos;
720 if (ec) return npos;
723 if (ec) return npos;
725 if (!__remove(p, &ec)) return npos;
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc225 GetCapturedTestStderr().find("No syntax specified") != string::npos); member in class:google::protobuf::compiler::__anon18988::string
1740 if (pos != string::npos) {
1952 EXPECT_TRUE(found_pos != string::npos)
1984 EXPECT_TRUE(debug_string.find("map<") != string::npos);
1985 EXPECT_TRUE(debug_string.find("option map_entry") == string::npos);
1986 EXPECT_TRUE(debug_string.find("MapEntry") == string::npos);

Completed in 493 milliseconds

123