Searched refs:Chars (Results 1 - 25 of 81) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h396 /// Find the first character in the string that is in \p Chars, or npos if
399 /// Complexity: O(size() + Chars.size())
401 size_t find_first_of(StringRef Chars, size_t From = 0) const;
409 /// \p Chars, or npos if not found.
411 /// Complexity: O(size() + Chars.size())
413 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
425 /// Complexity: O(size() + Chars.size())
427 size_t find_last_of(StringRef Chars, size_t From = npos) const;
434 /// Find the last character in the string that is not in \p Chars, or
437 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h396 /// Find the first character in the string that is in \p Chars, or npos if
399 /// Complexity: O(size() + Chars.size())
401 size_t find_first_of(StringRef Chars, size_t From = 0) const;
409 /// \p Chars, or npos if not found.
411 /// Complexity: O(size() + Chars.size())
413 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
425 /// Complexity: O(size() + Chars.size())
427 size_t find_last_of(StringRef Chars, size_t From = npos) const;
434 /// Find the last character in the string that is not in \p Chars, or
437 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
H A DStringRef.h399 /// Find the first character in the string that is in \p Chars, or npos if
402 /// Complexity: O(size() + Chars.size())
404 size_t find_first_of(StringRef Chars, size_t From = 0) const;
412 /// \p Chars, or npos if not found.
414 /// Complexity: O(size() + Chars.size())
416 size_t find_first_not_of(StringRef Chars, size_t From = 0) const;
428 /// Complexity: O(size() + Chars.size())
430 size_t find_last_of(StringRef Chars, size_t From = npos) const;
437 /// Find the last character in the string that is not in \p Chars, or
440 /// Complexity: O(size() + Chars
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DSmallString.h181 /// Find the first character in the string that is in \p Chars, or npos if
184 /// Complexity: O(size() + Chars.size())
185 size_t find_first_of(StringRef Chars, size_t From = 0) const { argument
186 return str().find_first_of(Chars, From);
196 /// \p Chars, or npos if not found.
198 /// Complexity: O(size() + Chars.size())
199 size_t find_first_not_of(StringRef Chars, size_t From = 0) const { argument
200 return str().find_first_not_of(Chars, From);
212 /// Complexity: O(size() + Chars.size())
214 StringRef Chars, size_
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const argument
[all...]

Completed in 334 milliseconds

1234