OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syntax_option_type
(Results
1 - 7
of
7
) 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
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
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
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
65
* The @c
syntax_option_type
is implementation defined but it is valid to
69
* A valid value of type
syntax_option_type
shall have exactly one of the
73
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
79
static constexpr
syntax_option_type
icase = 1 << _S_icase;
86
static constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
94
static constexpr
syntax_option_type
optimize = 1 << _S_optimize;
100
static constexpr
syntax_option_type
collate = 1 << _S_collate;
110
static constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119
static constexpr
syntax_option_type
basic = 1 << _S_basic;
127
static constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h
72
* The @c
syntax_option_type
is implementation defined but it is valid to
76
* A valid value of type
syntax_option_type
shall have exactly one of the
80
typedef unsigned int
syntax_option_type
;
typedef in namespace:regex_constants
86
constexpr
syntax_option_type
icase = 1 << _S_icase;
93
constexpr
syntax_option_type
nosubs = 1 << _S_nosubs;
101
constexpr
syntax_option_type
optimize = 1 << _S_optimize;
107
constexpr
syntax_option_type
collate = 1 << _S_collate;
117
constexpr
syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
126
constexpr
syntax_option_type
basic = 1 << _S_basic;
134
constexpr
syntax_option_type
extended = 1 << _S_extended
[
all
...]
Completed in 171 milliseconds