Home
last modified time | relevance | path

Searched refs:find_first_of (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.hpp522 size_t find_first_of(const char* s, size_t pos, size_t n) const;
523 size_t find_first_of(char c, size_t pos = 0) const;
524 size_t find_first_of(const String& str, size_t pos = 0) const;
525 size_t find_first_of(const char* s, size_t pos = 0) const;
859 size_t String::find_first_of(const char* s, size_t pos, size_t n) const in find_first_of() function in cv::String
873 size_t String::find_first_of(char c, size_t pos) const in find_first_of() function in cv::String
875 return find_first_of(&c, pos, 1); in find_first_of()
879 size_t String::find_first_of(const String& str, size_t pos) const in find_first_of() function in cv::String
881 return find_first_of(str.c_str(), pos, str.len_); in find_first_of()
885 size_t String::find_first_of(const char* s, size_t pos) const in find_first_of() function in cv::String
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.hpp522 size_t find_first_of(const char* s, size_t pos, size_t n) const;
523 size_t find_first_of(char c, size_t pos = 0) const;
524 size_t find_first_of(const String& str, size_t pos = 0) const;
525 size_t find_first_of(const char* s, size_t pos = 0) const;
859 size_t String::find_first_of(const char* s, size_t pos, size_t n) const in find_first_of() function in cv::String
873 size_t String::find_first_of(char c, size_t pos) const in find_first_of() function in cv::String
875 return find_first_of(&c, pos, 1); in find_first_of()
879 size_t String::find_first_of(const String& str, size_t pos) const in find_first_of() function in cv::String
881 return find_first_of(str.c_str(), pos, str.len_); in find_first_of()
885 size_t String::find_first_of(const char* s, size_t pos) const in find_first_of() function in cv::String
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.hpp522 size_t find_first_of(const char* s, size_t pos, size_t n) const;
523 size_t find_first_of(char c, size_t pos = 0) const;
524 size_t find_first_of(const String& str, size_t pos = 0) const;
525 size_t find_first_of(const char* s, size_t pos = 0) const;
859 size_t String::find_first_of(const char* s, size_t pos, size_t n) const in find_first_of() function in cv::String
873 size_t String::find_first_of(char c, size_t pos) const in find_first_of() function in cv::String
875 return find_first_of(&c, pos, 1); in find_first_of()
879 size_t String::find_first_of(const String& str, size_t pos) const in find_first_of() function in cv::String
881 return find_first_of(str.c_str(), pos, str.len_); in find_first_of()
885 size_t String::find_first_of(const char* s, size_t pos) const in find_first_of() function in cv::String
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstring_view129 constexpr size_type find_first_of(basic_string_view s, size_type pos = 0) const noexcept;
130 constexpr size_type find_first_of(charT c, size_type pos = 0) const noexcept;
131 constexpr size_type find_first_of(const charT* s, size_type pos, size_type n) const;
132 constexpr size_type find_first_of(const charT* s, size_type pos = 0) const;
456 // find_first_of
458 size_type find_first_of(basic_string_view __s, size_type __pos = 0) const _NOEXCEPT
460 …_LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_of(): received n…
466 size_type find_first_of(_CharT __c, size_type __pos = 0) const _NOEXCEPT
470 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
472 … _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_of(): received nullptr");
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstring_view129 constexpr size_type find_first_of(basic_string_view s, size_type pos = 0) const noexcept;
130 constexpr size_type find_first_of(charT c, size_type pos = 0) const noexcept;
131 constexpr size_type find_first_of(const charT* s, size_type pos, size_type n) const;
132 constexpr size_type find_first_of(const charT* s, size_type pos = 0) const;
456 // find_first_of
458 size_type find_first_of(basic_string_view __s, size_type __pos = 0) const _NOEXCEPT
460 …_LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_of(): received n…
466 size_type find_first_of(_CharT __c, size_type __pos = 0) const _NOEXCEPT
470 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
472 … _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_of(): received nullptr");
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/csscolorparser/
H A Dcsscolorparser.cpp225 size_t op = str.find_first_of('('), ep = str.find_first_of(')'); in parse()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dstring_view349 find_first_of(basic_string_view __str, size_type __pos = 0) const noexcept
350 { return this->find_first_of(__str._M_str, __pos, __str._M_len); }
353 find_first_of(_CharT __c, size_type __pos = 0) const noexcept
357 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const;
360 find_first_of(const _CharT* __str, size_type __pos = 0) const noexcept
361 { return this->find_first_of(__str, __pos, traits_type::length(__str)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dstring_view349 find_first_of(basic_string_view __str, size_type __pos = 0) const noexcept
350 { return this->find_first_of(__str._M_str, __pos, __str._M_len); }
353 find_first_of(_CharT __c, size_type __pos = 0) const noexcept
357 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const;
360 find_first_of(const _CharT* __str, size_type __pos = 0) const noexcept
361 { return this->find_first_of(__str, __pos, traits_type::length(__str)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstring_view385 find_first_of(basic_string_view __str, size_type __pos = 0) const noexcept
386 { return this->find_first_of(__str._M_str, __pos, __str._M_len); }
389 find_first_of(_CharT __c, size_type __pos = 0) const noexcept
393 find_first_of(const _CharT* __str, size_type __pos,
397 find_first_of(const _CharT* __str, size_type __pos = 0) const noexcept
398 { return this->find_first_of(__str, __pos, traits_type::length(__str)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstring_view385 find_first_of(basic_string_view __str, size_type __pos = 0) const noexcept
386 { return this->find_first_of(__str._M_str, __pos, __str._M_len); }
389 find_first_of(_CharT __c, size_type __pos = 0) const noexcept
393 find_first_of(const _CharT* __str, size_type __pos,
397 find_first_of(const _CharT* __str, size_type __pos = 0) const noexcept
398 { return this->find_first_of(__str, __pos, traits_type::length(__str)); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dstring909 find_first_of(const basic_string& __str, size_type __pos = 0) const
911 { return _Base::find_first_of(__str, __pos); }
914 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
917 return _Base::find_first_of(__s, __pos, __n);
921 find_first_of(const _CharT* __s, size_type __pos = 0) const
924 return _Base::find_first_of(__s, __pos);
928 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
929 { return _Base::find_first_of(__c, __pos); }
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dstring909 find_first_of(const basic_string& __str, size_type __pos = 0) const
911 { return _Base::find_first_of(__str, __pos); }
914 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const
917 return _Base::find_first_of(__s, __pos, __n);
921 find_first_of(const _CharT* __s, size_type __pos = 0) const
924 return _Base::find_first_of(__s, __pos);
928 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
929 { return _Base::find_first_of(__c, __pos); }
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch88 + pos = p.find_first_of('/', 1);
89 + if (refP.find_first_of('/', 1) != pos)
102 + pos =refP.find_first_of('/', pos + 1);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dfind_selectors.h190 return std::make_pair(find_first_of(__begin1, __end1, in _M_sequential_algorithm()
H A Dalgo.h209 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2); in _GLIBCXX_VISIBILITY()
220 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
223 { return _GLIBCXX_STD_A::find_first_of( in _GLIBCXX_VISIBILITY()
233 { return find_first_of(__begin1, __end1, __begin2, __end2, in _GLIBCXX_VISIBILITY()
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp, in _GLIBCXX_VISIBILITY()
267 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
279 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dalgorithm.hpp122 InputIt find_first_of(InputIt first1, InputIt last1, ForwardIt first2, ForwardIt last2, BinaryPredi… in find_first_of() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dfind_selectors.h190 return std::make_pair(find_first_of(__begin1, __end1, in _M_sequential_algorithm()
H A Dalgo.h209 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2); in _GLIBCXX_VISIBILITY()
220 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
223 { return _GLIBCXX_STD_A::find_first_of( in _GLIBCXX_VISIBILITY()
233 { return find_first_of(__begin1, __end1, __begin2, __end2, in _GLIBCXX_VISIBILITY()
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp, in _GLIBCXX_VISIBILITY()
267 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
279 find_first_of(_IIter __begin1, _IIter __end1, in _GLIBCXX_VISIBILITY()
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dbasic_string.h2514 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2516 { return this->find_first_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
2528 find_first_of(const _Tp& __svt, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2532 return this->find_first_of(__sv.data(), __pos, __sv.size()); in _GLIBCXX_VISIBILITY()
2549 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in _GLIBCXX_VISIBILITY()
2563 find_first_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2567 return this->find_first_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2583 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
5424 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5426 { return this->find_first_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstring_view.tcc122 find_first_of(const _CharT* __str, size_type __pos, in find_first_of() function in std::basic_string_view
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dbasic_string.h2514 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2516 { return this->find_first_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
2528 find_first_of(const _Tp& __svt, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2532 return this->find_first_of(__sv.data(), __pos, __sv.size()); in _GLIBCXX_VISIBILITY()
2549 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in _GLIBCXX_VISIBILITY()
2563 find_first_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
2567 return this->find_first_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2583 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
5424 find_first_of(const basic_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
5426 { return this->find_first_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstring_view.tcc122 find_first_of(const _CharT* __str, size_type __pos, in find_first_of() function in std::basic_string_view
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dstring_view.tcc126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of() function in std::experimental::fundamentals_v1::basic_string_view
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dstring_view.tcc126 find_first_of(const _CharT* __str, size_type __pos, size_type __n) const in find_first_of() function in std::experimental::fundamentals_v1::basic_string_view
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dvstring.h1799 find_first_of(const __versa_string& __str, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1801 { return this->find_first_of(__str.data(), __pos, __str.size()); } in _GLIBCXX_VISIBILITY()
1816 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const; in _GLIBCXX_VISIBILITY()
1829 find_first_of(const _CharT* __s, size_type __pos = 0) const in _GLIBCXX_VISIBILITY()
1832 return this->find_first_of(__s, __pos, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
1848 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()

123