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

  /ndk/sources/cxx-stl/llvm-libc++/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++/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), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 2241 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2356 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.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 2241 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2356 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 2241 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2356 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 2245 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_iterator
2360 typedef basic_regex<_Ch_type, _Rx_traits> regex_type; typedef in class:regex_token_iterator
    [all...]

Completed in 2110 milliseconds