HomeSort by: relevance | last modified time | path
    Searched defs:find_first_of (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 122 // [alg.find_first_of]
125 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
136 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
139 return std::find_first_of(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last,
glue_algorithm_impl.h 122 // [alg.find_first_of]
125 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
136 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
139 return std::find_first_of(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last,
  /src/external/bsd/kyua-testers/dist/
atf_list.c 122 find_first_of(char* container, const char* delimiters) function
147 while ((quoteptr = find_first_of(line, "\'\\")) != NULL) {
atf_list.c 122 find_first_of(char* container, const char* delimiters) function
147 while ((quoteptr = find_first_of(line, "\'\\")) != NULL) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 125 // [alg.find_first_of]
128 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
141 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
144 return std::find_first_of(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last,
glue_algorithm_impl.h 125 // [alg.find_first_of]
128 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
141 find_first_of(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, function in namespace:std
144 return std::find_first_of(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallString.h 169 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
170 return str().find_first_of(C, From);
177 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(Chars, From);
SmallString.h 169 size_t find_first_of(char C, size_t From = 0) const { function in class:llvm::SmallString
170 return str().find_first_of(C, From);
177 size_t find_first_of(StringRef Chars, size_t From = 0) const { function in class:llvm::SmallString
178 return str().find_first_of(Chars, From);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 1802 find_first_of(const __versa_string& __str, size_type __pos = 0) const
1804 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1819 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1832 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1835 return this->find_first_of(__s, __pos, traits_type::length(__s));
1851 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
vstring.h 1802 find_first_of(const __versa_string& __str, size_type __pos = 0) const
1804 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1819 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1832 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1835 return this->find_first_of(__s, __pos, traits_type::length(__s));
1851 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
algo.h 209 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2);
220 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
223 { return _GLIBCXX_STD_A::find_first_of(
233 { return find_first_of(__begin1, __end1, __begin2, __end2,
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp,
267 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
279 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2,
algo.h 209 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2);
220 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
223 { return _GLIBCXX_STD_A::find_first_of(
233 { return find_first_of(__begin1, __end1, __begin2, __end2,
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp,
267 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
279 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 1800 find_first_of(const __versa_string& __str, size_type __pos = 0) const
1802 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1817 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1830 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1833 return this->find_first_of(__s, __pos, traits_type::length(__s));
1849 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
vstring.h 1800 find_first_of(const __versa_string& __str, size_type __pos = 0) const
1802 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1817 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1830 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1833 return this->find_first_of(__s, __pos, traits_type::length(__s));
1849 find_first_of(_CharT __c, size_type __pos = 0) const _GLIBCXX_NOEXCEPT
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
algo.h 209 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2);
220 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
223 { return _GLIBCXX_STD_A::find_first_of(
233 { return find_first_of(__begin1, __end1, __begin2, __end2,
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp,
267 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
279 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2,
algo.h 209 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
213 return _GLIBCXX_STD_A::find_first_of(__begin1, __end1, __begin2, __end2);
220 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
223 { return _GLIBCXX_STD_A::find_first_of(
233 { return find_first_of(__begin1, __end1, __begin2, __end2,
260 { return find_first_of(__begin1, __end1, __begin2, __end2, __comp,
267 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
279 find_first_of(_IIter __begin1, _IIter __end1, function in namespace:__parallel
285 return __gnu_parallel::find_first_of(__begin1, __end1, __begin2, __end2,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algo.h 138 // find_first_of
3899 find_first_of(_InputIterator __first1, _InputIterator __last1, function
3941 find_first_of(_InputIterator __first1, _InputIterator __last1, function
stl_algo.h 138 // find_first_of
3899 find_first_of(_InputIterator __first1, _InputIterator __last1, function
3941 find_first_of(_InputIterator __first1, _InputIterator __last1, function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 135 // find_first_of
3906 find_first_of(_InputIterator __first1, _InputIterator __last1, function
3948 find_first_of(_InputIterator __first1, _InputIterator __last1, function
stl_algo.h 135 // find_first_of
3906 find_first_of(_InputIterator __first1, _InputIterator __last1, function
3948 find_first_of(_InputIterator __first1, _InputIterator __last1, function

Completed in 82 milliseconds