OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECLARE_bool
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_commandlineflags.h
21
#undef
DECLARE_bool
22
#define
DECLARE_bool
(name) extern const bool FLAGS_##name;
/external/chromium_org/third_party/re2/util/
flags.h
23
#define
DECLARE_bool
(name) DECLARE_flag(bool, name)
/external/regex-re2/util/
flags.h
23
#define
DECLARE_bool
(name) DECLARE_flag(bool, name)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h
71
#define
DECLARE_bool
(name) \
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h
75
#define
DECLARE_bool
(name) \
/external/chromium_org/third_party/cld/base/
commandlineflags.h
13
//
DECLARE_bool
(verbose); // some other file has a DEFINE_bool(verbose, ...)
396
#define
DECLARE_bool
(name) DECLARE_VARIABLE(bool,B, name)
/external/open-vcdiff/gflags/src/gflags/
gflags.h
42
//
DECLARE_bool
(verbose); // some other file has a DEFINE_bool(verbose, ...)
487
#define
DECLARE_bool
(name) DECLARE_VARIABLE(bool, B, name)
/external/chromium/third_party/libjingle/source/talk/base/
flags.h
195
#define
DECLARE_bool
(name) DECLARE_FLAG(bool, name)
/external/chromium_org/third_party/libjingle/source/talk/base/
flags.h
198
#define
DECLARE_bool
(name) DECLARE_FLAG(bool, name)
/external/open-vcdiff/gflags/src/windows/gflags/
gflags.h
42
//
DECLARE_bool
(verbose); // some other file has a DEFINE_bool(verbose, ...)
498
#define
DECLARE_bool
(name) DECLARE_VARIABLE(bool, B, name)
/external/openfst/src/include/fst/
flags.h
53
#define
DECLARE_bool
(name) extern bool FLAGS_ ## name
/external/skia/tools/flags/
SkCommandLineFlags.h
195
#define
DECLARE_bool
(name) extern bool FLAGS_##name;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h
72
#define
DECLARE_bool
(name) extern bool FLAGS_ ## name
Completed in 136 milliseconds