HomeSort by relevance Sort by last modified time
    Searched defs:find_first_of (Results 1 - 25 of 33) sorted by null

1 2

  /build/kati/
string_piece.cc 122 size_type StringPiece::find_first_of(const StringPiece& s, function in class:StringPiece
129 return find_first_of(s.ptr_[0], pos);
string_piece.h 156 size_type find_first_of(const StringPiece& s, size_type pos = 0) const;
157 size_type find_first_of(char c, size_type pos = 0) const { function in class:StringPiece
  /external/llvm/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.cc 162 stringpiece_ssize_type StringPiece::find_first_of(StringPiece s, function in class:google::protobuf::StringPiece
168 if (s.length_ == 1) return find_first_of(s.ptr_[0], pos);
stringpiece.h 380 stringpiece_ssize_type find_first_of(StringPiece s, size_type pos = 0) const;
381 stringpiece_ssize_type find_first_of(char c, size_type pos = 0) const { function in class:google::protobuf::StringPiece
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallString.h 177 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(C, From);
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
186 return str().find_first_of(Chars, From);
  /external/libchrome/base/strings/
string_piece.cc 200 size_t find_first_of(const StringPiece& self, function in namespace:base::internal
221 size_t find_first_of(const StringPiece16& self, function in namespace:base::internal
225 std::find_first_of(self.begin() + pos, self.end(), s.begin(), s.end());
string_piece.h 92 BASE_EXPORT size_t find_first_of(const StringPiece& self,
95 BASE_EXPORT size_t find_first_of(const StringPiece16& self,
319 // find_first_of: Find the first occurence of one of a set of characters.
320 size_type find_first_of(const BasicStringPiece& s, function in class:base::BasicStringPiece
322 return internal::find_first_of(*this, s, pos);
324 size_type find_first_of(value_type c, size_type pos = 0) const { function in class:base::BasicStringPiece
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h 104 if (to_search.find_first_of(*it) == npos) {
121 size_t find_first_of(const string_piece& to_search, size_t pos = 0) const { function in class:shaderc_util::string_piece
135 // Returns find_first_of(str, pos) where str is a string_piece
137 size_t find_first_of(char to_search, size_t pos = 0) const { function in class:shaderc_util::string_piece
138 return find_first_of(string_piece(&to_search, &to_search + 1), pos);
153 if (to_search.find_first_of(*it) != npos) {
179 if (to_search.find_first_of(*it) == npos) {
196 if (chars_to_strip.find_first_of(*begin) == npos) break;
205 if (chars_to_strip.find_first_of(*(end - 1)) == npos) break;
285 return find_first_of(character, pos)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 380 stringpiece_ssize_type find_first_of(StringPiece s, size_type pos = 0) const;
381 stringpiece_ssize_type find_first_of(char c, size_type pos = 0) const { function in class:google::protobuf::StringPiece
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1719 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]

Completed in 670 milliseconds

1 2