HomeSort by relevance Sort by last modified time
    Searched defs:match_flag_type (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 187 * The @c match_flag_type is implementation defined but it is valid to
191 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
196 static constexpr match_flag_type match_default = 0;
203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
216 static constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
222 static constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
228 static constexpr match_flag_type match_any = 1 << _S_any;
233 static constexpr match_flag_type match_not_null = 1 << _S_not_null;
238 static constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 187 * The @c match_flag_type is implementation defined but it is valid to
191 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
196 static constexpr match_flag_type match_default = 0;
203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
216 static constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
222 static constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
228 static constexpr match_flag_type match_any = 1 << _S_any;
233 static constexpr match_flag_type match_not_null = 1 << _S_not_null;
238 static constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 187 * The @c match_flag_type is implementation defined but it is valid to
191 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
196 static constexpr match_flag_type match_default = 0;
203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
216 static constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
222 static constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
228 static constexpr match_flag_type match_any = 1 << _S_any;
233 static constexpr match_flag_type match_not_null = 1 << _S_not_null;
238 static constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 187 * The @c match_flag_type is implementation defined but it is valid to
191 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
196 static constexpr match_flag_type match_default = 0;
203 static constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
210 static constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
216 static constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
222 static constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
228 static constexpr match_flag_type match_any = 1 << _S_any;
233 static constexpr match_flag_type match_not_null = 1 << _S_not_null;
238 static constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]

Completed in 1289 milliseconds