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

  /external/webrtc/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/llvm/lib/Fuzzer/
FuzzerDriver.cpp 88 static const char *FlagValue(const char *Param, const char *Name) {
108 const char *Str = FlagValue(Param, Name);
187 if (FlagValue(S.c_str(), "jobs") || FlagValue(S.c_str(), "workers"))
  /external/clang/include/clang/Basic/
Diagnostic.h 343 std::string FlagValue;
708 StringRef getFlagValue() const { return FlagValue; }
    [all...]

Completed in 283 milliseconds