| /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 535 // find_first_not_of 537 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 539 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 545 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 552 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 554 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
| string_view | 138 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 141 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 505 // find_first_not_of 507 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 509 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 515 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 522 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 524 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_basic_string.i | 161 find_first_not_of(const basic_string& __str, size_type __pos = 0) const; 164 find_first_not_of(const _CharT* __s, size_type __pos, 168 find_first_not_of(_CharT __c, size_type __pos = 0) const;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/experimental/ |
| string_view | 148 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 149 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 150 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 151 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 538 // find_first_not_of 540 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 542 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 548 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 555 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 557 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
| string_view | 137 constexpr size_type find_first_not_of(basic_string_view s, size_type pos = 0) const noexcept; 138 constexpr size_type find_first_not_of(charT c, size_type pos = 0) const noexcept; 139 constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const; 140 constexpr size_type find_first_not_of(const charT* s, size_type pos = 0) const; 504 // find_first_not_of 506 size_type find_first_not_of(basic_string_view __s, size_type __pos=0) const _NOEXCEPT 508 _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_not_of(): received nullptr"); 514 size_type find_first_not_of(_CharT __c, size_type __pos=0) const _NOEXCEPT 521 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const 523 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_not_of(): received nullptr") [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.ops/string_find.first.not.of/ |
| char_size.pass.cpp | 12 // size_type find_first_not_of(charT c, size_type pos = 0) const; 24 assert(s.find_first_not_of(c, pos) == x); 33 assert(s.find_first_not_of(c) == x);
|
| /build/kati/ |
| string_piece.cc | 141 size_type StringPiece::find_first_not_of(const StringPiece& s, function in class:StringPiece 151 return find_first_not_of(s.ptr_[0], pos); 163 size_type StringPiece::find_first_not_of(char c, size_type pos) const { function in class:StringPiece
|
| /external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.not.of/ |
| pointer_size.pass.cpp | 12 // size_type find_first_not_of(const charT* s, size_type pos = 0) const; 24 assert(s.find_first_not_of(str, pos) == x); 33 assert(s.find_first_not_of(str) == x);
|
| string_size.pass.cpp | 12 // size_type find_first_not_of(const basic_string& str, size_type pos = 0) const; 23 assert(s.find_first_not_of(str, pos) == x); 32 assert(s.find_first_not_of(str) == x);
|
| string_view_size.pass.cpp | 12 // size_type find_first_not_of(basic_string_view sv, size_type pos = 0) const; 23 assert(s.find_first_not_of(sv, pos) == x); 32 assert(s.find_first_not_of(sv) == x);
|
| /external/libcxx/test/std/strings/string.view/string.view.find/ |
| find_first_not_of_string_view_size.pass.cpp | 12 // size_type find_first_not_of(const basic_string& str, size_type pos = 0) const; 21 assert(s.find_first_not_of(str, pos) == x); 30 assert(s.find_first_not_of(str) == x);
|
| /external/llvm/unittests/ADT/ |
| SmallStringTest.cpp | 140 EXPECT_EQ(1U, theString.find_first_not_of('h')); 141 EXPECT_EQ(4U, theString.find_first_not_of("hel")); 142 EXPECT_EQ(StringRef::npos, theString.find_first_not_of("hello"));
|