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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 194 * The @c match_flag_type is implementation defined but it is valid to
198 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
203 constexpr match_flag_type match_default = 0;
210 constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
217 constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
223 constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
229 constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
235 constexpr match_flag_type match_any = 1 << _S_any;
240 constexpr match_flag_type match_not_null = 1 << _S_not_null;
245 constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
regex.h 1446 typedef regex_constants::match_flag_type match_flag_type; typedef in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 194 * The @c match_flag_type is implementation defined but it is valid to
198 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
203 constexpr match_flag_type match_default = 0;
210 constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
217 constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
223 constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
229 constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
235 constexpr match_flag_type match_any = 1 << _S_any;
240 constexpr match_flag_type match_not_null = 1 << _S_not_null;
245 constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
regex.h 1446 typedef regex_constants::match_flag_type match_flag_type; typedef in class:match_results
    [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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 194 * The @c match_flag_type is implementation defined but it is valid to
198 typedef std::bitset<_S_match_flag_last> match_flag_type; typedef in namespace:regex_constants
203 constexpr match_flag_type match_default = 0;
210 constexpr match_flag_type match_not_bol = 1 << _S_not_bol;
217 constexpr match_flag_type match_not_eol = 1 << _S_not_eol;
223 constexpr match_flag_type match_not_bow = 1 << _S_not_bow;
229 constexpr match_flag_type match_not_eow = 1 << _S_not_eow;
235 constexpr match_flag_type match_any = 1 << _S_any;
240 constexpr match_flag_type match_not_null = 1 << _S_not_null;
245 constexpr match_flag_type match_continuous = 1 << _S_continuous
    [all...]
regex.h 1446 typedef regex_constants::match_flag_type match_flag_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h 58 regex_constants::match_flag_type __flags);
772 regex_constants::match_flag_type);
1524 typedef regex_constants::match_flag_type match_flag_type; typedef in class:match_results
    [all...]

Completed in 588 milliseconds