HomeSort by relevance Sort by last modified time
    Searched refs:regex_iterator (Results 1 - 14 of 14) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
cregex_iterator.pass.cpp 12 // typedef regex_iterator<const char*> cregex_iterator;
19 static_assert((std::is_same<std::regex_iterator<const char*>, std::cregex_iterator>::value), "");
sregex_iterator.pass.cpp 12 // typedef regex_iterator<string::const_iterator> sregex_iterator;
19 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
wcregex_iterator.pass.cpp 12 // typedef regex_iterator<const wchar_t*> wcregex_iterator;
19 static_assert((std::is_same<std::regex_iterator<const wchar_t*>, std::wcregex_iterator>::value), "");
wsregex_iterator.pass.cpp 12 // typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
19 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
14 // regex_iterator();
23 typedef std::regex_iterator<const CharT*> I;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
backup.pass.cpp 26 // This regex_iterator uses regex_search(__wrap_iter<_Iter> __first, ...)
45 // This regex_iterator uses regex_search(_BidirectionalIterator __first, ...)
50 std::regex_iterator<std::list<char>::iterator> it{l.begin(), l.end(), re};
51 std::regex_iterator<std::list<char>::iterator> end{};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
types.pass.cpp 15 // class regex_iterator
32 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 2238 class regex_iterator class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 2238 class regex_iterator class
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2238 class regex_iterator class
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2242 class regex_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2238 class regex_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2242 class regex_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 2204 class regex_iterator class
    [all...]

Completed in 317 milliseconds