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

  /external/libcxx/test/re/re.syn/
cregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<const char*> cregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
sregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
wcregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
wsregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
cregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<const char*> cregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
sregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
wcregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
wsregex_token_iterator.pass.cpp 12 // typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
19 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
  /external/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
default.pass.cpp 12 // class regex_token_iterator<BidirectionalIterator, charT, traits>
14 // regex_token_iterator();
23 typedef std::regex_token_iterator<const CharT*> I;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
default.pass.cpp 12 // class regex_token_iterator<BidirectionalIterator, charT, traits>
14 // regex_token_iterator();
23 typedef std::regex_token_iterator<const CharT*> I;
  /external/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 15 // class regex_token_iterator
32 typedef std::regex_token_iterator<const CharT*> I;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 15 // class regex_token_iterator
32 typedef std::regex_token_iterator<const CharT*> I;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex.h 2353 class regex_token_iterator class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 2318 class regex_token_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 2318 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2353 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2357 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2353 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2357 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 2318 class regex_token_iterator class
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 2510 class regex_token_iterator class
2528 regex_token_iterator() function in class:regex_token_iterator
2550 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re, function in class:regex_token_iterator
2566 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, function in class:regex_token_iterator
2583 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, function in class:regex_token_iterator
2601 regex_token_iterator(_Bi_iter __a, _Bi_iter __b, function in class:regex_token_iterator
2614 regex_token_iterator(const regex_token_iterator& __rhs) function in class:regex_token_iterator
    [all...]

Completed in 209 milliseconds