Home
last modified time | relevance | path

Searched defs:find_first_of (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dfind_first_of.hpp36 find_first_of(SinglePassRange1 & rng1, ForwardRange2 const & rng2) in find_first_of() function
48 find_first_of(const SinglePassRange1& rng1, const ForwardRange2& rng2) in find_first_of() function
63 find_first_of(SinglePassRange1 & rng1, ForwardRange2 const & rng2, BinaryPredicate pred) in find_first_of() function
75 find_first_of(const SinglePassRange1& rng1, const ForwardRange2& rng2, BinaryPredicate pred) in find_first_of() function
91 find_first_of(SinglePassRange1& rng1, const ForwardRange2& rng2) in find_first_of() function
105 find_first_of(const SinglePassRange1& rng1, const ForwardRange2& rng2) in find_first_of() function
123 find_first_of(SinglePassRange1 & rng1, const ForwardRange2& rng2, in find_first_of() function
139 find_first_of(const SinglePassRange1 & rng1, const ForwardRange2& rng2, in find_first_of() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dquerying.hpp128 struct find_first_of struct
134 struct result<This(R&, R2&)>
139 struct result<This(R&, R2&, P)>
145 operator()(R& r, R2& r2) const in operator ()()
157 operator()(R& r, R2& r2, P p) const in operator ()()
/third_party/boost/boost/container/detail/
Dalgorithm.hpp122 InputIt find_first_of(InputIt first1, InputIt last1, ForwardIt first2, ForwardIt last2, BinaryPredi… in find_first_of() function
/third_party/boost/boost/utility/
Dstring_view.hpp300 …BOOST_CXX14_CONSTEXPR size_type find_first_of(basic_string_view s, size_type pos = 0) const BOOST_… in find_first_of() function in boost::basic_string_view
307 … BOOST_CXX14_CONSTEXPR size_type find_first_of(charT c, size_type pos = 0) const BOOST_NOEXCEPT in find_first_of() function in boost::basic_string_view
309 …BOOST_CXX14_CONSTEXPR size_type find_first_of(const charT* s, size_type pos, size_type n) const BO… in find_first_of() function in boost::basic_string_view
311 …BOOST_CXX14_CONSTEXPR size_type find_first_of(const charT* s, size_type pos = 0) const BOOST_NOEXC… in find_first_of() function in boost::basic_string_view
Dstring_ref.hpp211 size_type find_first_of(charT c) const { return find (c); } in find_first_of() function in boost::basic_string_ref
214 size_type find_first_of(basic_string_ref s) const { in find_first_of() function in boost::basic_string_ref
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.cc124 string_view::size_type string_view::find_first_of( in find_first_of() function in absl::string_view
Dstring_view.h513 size_type find_first_of(const char* s, size_type pos, in find_first_of() function
/third_party/abseil-cpp/absl/strings/
Dstring_view.cc124 string_view::size_type string_view::find_first_of(string_view s, in find_first_of() function in absl::string_view
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.cc103 size_type StringPiece::find_first_of(const StringPiece& s, in find_first_of() function in i18n::phonenumbers::StringPiece
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece.cc164 stringpiece_ssize_type StringPiece::find_first_of(StringPiece s, in find_first_of() function in google::protobuf::StringPiece
/third_party/boost/boost/lambda/
Dalgorithm.hpp102 struct find_first_of { struct
105 struct sig {
113 operator()(A a, A b, C c, C d) const in operator ()()
118 operator()(A a, A b, C c, C d, E e) const in operator ()()
/third_party/boost/boost/static_string/
Dstatic_string.hpp673 find_first_of( in find_first_of() function
4552 find_first_of( in find_first_of() function in boost::static_strings::basic_static_string
4580 find_first_of( in find_first_of() function in boost::static_strings::basic_static_string
4631 find_first_of( in find_first_of() function in boost::static_strings::basic_static_string
4656 find_first_of( in find_first_of() function in boost::static_strings::basic_static_string
6357 find_first_of( in find_first_of() function in boost::static_strings::basic_static_string
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp214 BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET(std_find_first_of,std::find_first_of) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()
232 Iterator find_first_of( in find_first_of() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStringRef.cpp236 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() function in StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp250 StringRef::size_type StringRef::find_first_of(StringRef Chars, in find_first_of() function in StringRef
/third_party/boost/boost/container/
Dstring.hpp2430 size_type find_first_of(const basic_string& str, size_type pos = 0) const in find_first_of() function in boost::container::basic_string
2441 size_type find_first_of(BasicStringView<CharT, Traits> sv, size_type pos = 0) const in find_first_of() function in boost::container::basic_string
2449 size_type find_first_of(const CharT* s, size_type pos, size_type n) const in find_first_of() function in boost::container::basic_string
2468 size_type find_first_of(const CharT* s, size_type pos = 0) const in find_first_of() function in boost::container::basic_string
2476 size_type find_first_of(CharT c, size_type pos = 0) const in find_first_of() function in boost::container::basic_string
/third_party/boost/boost/wave/util/
Dflex_string.hpp2167 size_type find_first_of(const flex_string& str, size_type pos = 0) const in find_first_of() function in boost::wave::util::flex_string
2170 size_type find_first_of(const value_type* s, in find_first_of() function in boost::wave::util::flex_string
2186 size_type find_first_of(const value_type* s, size_type pos = 0) const in find_first_of() function in boost::wave::util::flex_string
2189 size_type find_first_of(value_type c, size_type pos = 0) const in find_first_of() function in boost::wave::util::flex_string