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

1 2

  /external/libcxx/test/std/re/re.syn/
cregex_iterator.pass.cpp 12 // typedef regex_iterator<const char*> cregex_iterator;
20 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;
20 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;
20 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;
20 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
cregex_iterator.pass.cpp 12 // typedef regex_iterator<const char*> cregex_iterator;
20 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;
20 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;
20 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;
20 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
  /external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
14 // regex_iterator();
24 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
14 // regex_iterator();
24 typedef std::regex_iterator<const CharT*> I;
  /external/libcxx/test/std/re/re.alg/re.alg.search/
backup.pass.cpp 27 // This regex_iterator uses regex_search(__wrap_iter<_Iter> __first, ...)
46 // This regex_iterator uses regex_search(_BidirectionalIterator __first, ...)
51 std::regex_iterator<std::list<char>::iterator> it(l.begin(), l.end(), re);
52 std::regex_iterator<std::list<char>::iterator> end = std::regex_iterator<std::list<char>::iterator>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
backup.pass.cpp 27 // This regex_iterator uses regex_search(__wrap_iter<_Iter> __first, ...)
46 // This regex_iterator uses regex_search(_BidirectionalIterator __first, ...)
51 std::regex_iterator<std::list<char>::iterator> it(l.begin(), l.end(), re);
52 std::regex_iterator<std::list<char>::iterator> end = std::regex_iterator<std::list<char>::iterator>();
  /prebuilts/ndk/r11/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{};
  /external/libcxx/test/std/re/re.iter/re.regiter/
types.pass.cpp 15 // class regex_iterator
33 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/ndk/r11/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.regiter/
types.pass.cpp 15 // class regex_iterator
33 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 2204 class regex_iterator class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 2204 class regex_iterator class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 2204 class regex_iterator class
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 2395 class regex_iterator class
2409 regex_iterator() function in class:regex_iterator
2420 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, function in class:regex_iterator
    [all...]

Completed in 503 milliseconds

1 2