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.cc175 static const char* Type2String(Flag::FlagType type) { in Type2String() function
384 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
431 arg, Type2String(flag->type())); in SetFlagsFromCommandLine()
543 << " type: " << Type2String(f->type()) << " default: " << *f in PrintHelp()