HomeSort by relevance Sort by last modified time
    Searched full:find_first_not_of (Results 51 - 75 of 337) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/legacy_flags/
parse_flags_from_env.cc 79 // Like s.find_first_not_of(x, pos), but return s.size() when
80 // find_first_not_of() would return string::npos. This avoids if-statements
83 size_t result = s.find_first_not_of(x, pos);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/google-breakpad/src/common/mac/
string_utilities.cc 64 end = str.find_first_not_of(digits, start);
  /external/llvm/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallString.h 191 size_t find_first_not_of(char C, size_t From = 0) const { function in class:llvm::SmallString
192 return str().find_first_not_of(C, From);
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
200 return str().find_first_not_of(Chars, From);
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h 98 size_t find_first_not_of(const string_piece& to_search, function in class:shaderc_util::string_piece
111 // Returns find_first_not_of(str, pos) where str is a string_piece
113 size_t find_first_not_of(char to_search, size_t pos = 0) const { function in class:shaderc_util::string_piece
114 return find_first_not_of(string_piece(&to_search, &to_search + 1), pos);
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 154 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
246 if ((delimiter = _strApplicationRule.find_first_not_of(" ", _uiCurrentPos)) != string::npos) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
string 827 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
829 { return _Base::find_first_not_of(__str, __pos); }
832 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const
835 return _Base::find_first_not_of(__s, __pos, __n);
839 find_first_not_of(const _CharT* __s, size_type __pos = 0) const
842 return _Base::find_first_not_of(__s, __pos);
846 find_first_not_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
847 { return _Base::find_first_not_of(__c, __pos); }

Completed in 930 milliseconds

1 23 4 5 6 7 8 91011>>