HomeSort by relevance Sort by last modified time
    Searched refs:FlagValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
flags.h 49 union FlagValue {
55 static FlagValue New_BOOL(int b) {
56 FlagValue v;
61 static FlagValue New_INT(int i) {
62 FlagValue v;
67 static FlagValue New_FLOAT(float f) {
68 FlagValue v;
73 static FlagValue New_STRING(const char* s) {
74 FlagValue v;
93 Type type, void* variable, FlagValue default_)
    [all...]
flags.cc 45 Type type, void* variable, FlagValue default__)
50 variable_(reinterpret_cast<FlagValue*>(variable)),
58 // flag variables are not really of type FlagValue and thus may
59 // be smaller! The FlagValue union is simply 'overlayed' on top
92 static void PrintFlagValue(Flag::Type type, FlagValue* p) {
  /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
75 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 182 milliseconds