OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FlagValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/base/
flags.h
34
union
FlagValue
{
40
static
FlagValue
New_BOOL(int b) {
41
FlagValue
v;
46
static
FlagValue
New_INT(int i) {
47
FlagValue
v;
52
static
FlagValue
New_FLOAT(float f) {
53
FlagValue
v;
58
static
FlagValue
New_STRING(const char* s) {
59
FlagValue
v;
78
Type type, void* variable,
FlagValue
default_)
[
all
...]
flags.cc
28
Type type, void* variable,
FlagValue
default__)
33
variable_(reinterpret_cast<
FlagValue
*>(variable)),
41
// flag variables are not really of type
FlagValue
and thus may
42
// be smaller! The
FlagValue
union is simply 'overlayed' on top
74
static void PrintFlagValue(Flag::Type type,
FlagValue
* p) {
/external/clang/include/clang/Basic/
Diagnostic.h
343
std::string
FlagValue
;
706
StringRef getFlagValue() const { return
FlagValue
; }
[
all
...]
Completed in 67 milliseconds