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

  /external/libcxx/test/std/re/re.iter/re.regiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /external/libcxx/test/std/re/re.iter/re.tokiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 18 // typedef basic_regex<charT, traits> regex_type;
33 static_assert((std::is_same<typename I::regex_type, std::basic_regex<CharT> >::value), "");
  /external/opencv3/3rdparty/jinja2/
tests.py 17 regex_type = type(number_re) variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 2207 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2321 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 2207 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2321 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 2207 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2321 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 2398 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2513 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]

Completed in 669 milliseconds