OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flag_type
(Results
1 - 12
of
12
) sorted by null
/external/v8/src/base/
flags.h
27
typedef T
flag_type
;
typedef in class:v8::base::final
31
Flags(
flag_type
flag) // NOLINT(runtime/explicit)
35
bool operator==(
flag_type
flag) const {
38
bool operator!=(
flag_type
flag) const {
59
Flags& operator&=(
flag_type
flag) { return operator&=(Flags(flag)); }
60
Flags& operator|=(
flag_type
flag) { return operator|=(Flags(flag)); }
61
Flags& operator^=(
flag_type
flag) { return operator^=(Flags(flag)); }
63
Flags operator&(
flag_type
flag) const { return operator&(Flags(flag)); }
64
Flags operator|(
flag_type
flag) const { return operator|(Flags(flag)); }
65
Flags operator^(
flag_type
flag) const { return operator^(Flags(flag));
[
all
...]
/external/toybox/toys/pending/
arp.c
70
struct type
flag_type
[] = {
variable in typeref:struct:type
290
for (i = 0;
flag_type
[i].name; i++)
291
if (
flag_type
[i].val & flag) printf(" %s",
flag_type
[i].name);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h
342
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
350
static constexpr
flag_type
icase = regex_constants::icase;
351
static constexpr
flag_type
nosubs = regex_constants::nosubs;
352
static constexpr
flag_type
optimize = regex_constants::optimize;
353
static constexpr
flag_type
collate = regex_constants::collate;
354
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
355
static constexpr
flag_type
basic = regex_constants::basic;
356
static constexpr
flag_type
extended = regex_constants::extended;
357
static constexpr
flag_type
awk = regex_constants::awk;
358
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h
342
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
350
static constexpr
flag_type
icase = regex_constants::icase;
351
static constexpr
flag_type
nosubs = regex_constants::nosubs;
352
static constexpr
flag_type
optimize = regex_constants::optimize;
353
static constexpr
flag_type
collate = regex_constants::collate;
354
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
355
static constexpr
flag_type
basic = regex_constants::basic;
356
static constexpr
flag_type
extended = regex_constants::extended;
357
static constexpr
flag_type
awk = regex_constants::awk;
358
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h
342
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
350
static constexpr
flag_type
icase = regex_constants::icase;
351
static constexpr
flag_type
nosubs = regex_constants::nosubs;
352
static constexpr
flag_type
optimize = regex_constants::optimize;
353
static constexpr
flag_type
collate = regex_constants::collate;
354
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
355
static constexpr
flag_type
basic = regex_constants::basic;
356
static constexpr
flag_type
extended = regex_constants::extended;
357
static constexpr
flag_type
awk = regex_constants::awk;
358
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h
410
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
418
static constexpr
flag_type
icase = regex_constants::icase;
419
static constexpr
flag_type
nosubs = regex_constants::nosubs;
420
static constexpr
flag_type
optimize = regex_constants::optimize;
421
static constexpr
flag_type
collate = regex_constants::collate;
422
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
423
static constexpr
flag_type
basic = regex_constants::basic;
424
static constexpr
flag_type
extended = regex_constants::extended;
425
static constexpr
flag_type
awk = regex_constants::awk;
426
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h
410
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
418
static constexpr
flag_type
icase = regex_constants::icase;
419
static constexpr
flag_type
nosubs = regex_constants::nosubs;
420
static constexpr
flag_type
optimize = regex_constants::optimize;
421
static constexpr
flag_type
collate = regex_constants::collate;
422
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
423
static constexpr
flag_type
basic = regex_constants::basic;
424
static constexpr
flag_type
extended = regex_constants::extended;
425
static constexpr
flag_type
awk = regex_constants::awk;
426
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.h
410
typedef regex_constants::syntax_option_type
flag_type
;
typedef in class:basic_regex
418
static constexpr
flag_type
icase = regex_constants::icase;
419
static constexpr
flag_type
nosubs = regex_constants::nosubs;
420
static constexpr
flag_type
optimize = regex_constants::optimize;
421
static constexpr
flag_type
collate = regex_constants::collate;
422
static constexpr
flag_type
ECMAScript = regex_constants::ECMAScript;
423
static constexpr
flag_type
basic = regex_constants::basic;
424
static constexpr
flag_type
extended = regex_constants::extended;
425
static constexpr
flag_type
awk = regex_constants::awk;
426
static constexpr
flag_type
grep = regex_constants::grep
[
all
...]
/system/core/init/
builtins.cpp
701
struct
flag_type
{const char* name; int value;};
struct
702
static const
flag_type
flags[] = {
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h
229
typedef enum {with_flags, without_flags}
flag_type
;
234
flag_type
with;
227
typedef enum {with_flags, without_flags}
flag_type
;
typedef in typeref:enum:__anon44834
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h
229
typedef enum {with_flags, without_flags}
flag_type
;
234
flag_type
with;
227
typedef enum {with_flags, without_flags}
flag_type
;
typedef in typeref:enum:__anon45553
/toolchain/binutils/binutils-2.25/include/
bfdlink.h
235
typedef enum {with_flags, without_flags}
flag_type
;
240
flag_type
with;
233
typedef enum {with_flags, without_flags}
flag_type
;
typedef in typeref:enum:__anon108449
Completed in 2330 milliseconds