Searched defs:find_first_not_of (Results 1 - 22 of 22) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/
H A DSmallString.h191 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/current/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dstring_piece.h98 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);
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dstring_piece.h98 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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dvstring.h1816 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const
1818 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
1833 find_first_not_of(const _CharT* __s, size_type __pos,
1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1850 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
1864 find_first_not_of(_CharT __c, size_type __pos = 0) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dvstring.h1816 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const
1818 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
1833 find_first_not_of(const _CharT* __s, size_type __pos,
1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1850 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
1864 find_first_not_of(_CharT __c, size_type __pos = 0) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dvstring.h1816 find_first_not_of(const __versa_string& __str, size_type __pos = 0) const
1818 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
1833 find_first_not_of(const _CharT* __s, size_type __pos,
1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1850 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
1864 find_first_not_of(_CharT __c, size_type __pos = 0) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_string.h2079 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
2081 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
2096 find_first_not_of(const _CharT* __s, size_type __pos,
2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
2113 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
2127 find_first_not_of(_CharT __c, size_type __pos = 0) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dbasic_string.h2079 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
2081 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
2096 find_first_not_of(const _CharT* __s, size_type __pos,
2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
2113 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
2127 find_first_not_of(_CharT __c, size_type __pos = 0) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dbasic_string.h2079 find_first_not_of(const basic_string& __str, size_type __pos = 0) const
2081 { return this->find_first_not_of(__str.data(), __pos, __str.size()); }
2096 find_first_not_of(const _CharT* __s, size_type __pos,
2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
2113 return this->find_first_not_of(__s, __pos, traits_type::length(__s));
2127 find_first_not_of(_CharT __c, size_type __pos = 0) const

Completed in 527 milliseconds