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

  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.regiter/re.regiter.cnstr/
cnstr.pass.cpp 26 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
27 assert(i != std::cregex_iterator());
32 assert(i != std::cregex_iterator());
37 assert(i != std::cregex_iterator());
42 assert(i == std::cregex_iterator());
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.regiter/re.regiter.deref/
deref.pass.cpp 24 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
25 assert(i != std::cregex_iterator());
30 assert(i != std::cregex_iterator());
35 assert(i != std::cregex_iterator());
40 assert(i == std::cregex_iterator());
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.regiter/re.regiter.incr/
post.pass.cpp 24 std::cregex_iterator i(std::begin(phone_book), std::end(phone_book), phone_numbers);
25 assert(i != std::cregex_iterator());
30 assert(i != std::cregex_iterator());
35 assert(i != std::cregex_iterator());
40 assert(i == std::cregex_iterator());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 2335 typedef regex_iterator<const char*> cregex_iterator; typedef
    [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 2335 typedef regex_iterator<const char*> cregex_iterator; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2335 typedef regex_iterator<const char*> cregex_iterator; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2339 typedef regex_iterator<const char*> cregex_iterator; typedef
    [all...]

Completed in 119 milliseconds