Home
last modified time | relevance | path

Searched refs:Type2String (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dflags.cc63 static const char* Type2String(Flag::Type type) { in Type2String() function
95 Type2String(type_)); in Print()
205 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
233 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
/external/v8/src/
Dflags.cc198 static const char* Type2String(Flag::FlagType type) { in Type2String() function
412 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
439 arg, Type2String(flag->type()), in SetFlagsFromCommandLine()
477 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
593 << " type: " << Type2String(f->type()) << " default: " << *f in PrintHelp()