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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 55 // CommandLineFlag is all the information about a single command-line
65 // A given FlagValue is owned by exactly one CommandLineFlag. A given
66 // CommandLineFlag is owned by exactly one FlagRegistry. FlagRegistry
68 // CommandLineFlag owned by that registry must acquire the
73 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
82 // the innards of the FlagValue->CommandLineFlag->FlagRegistry class
223 class CommandLineFlag;
233 friend class CommandLineFlag; // for many things, including Validate()
237 friend bool TryParseLocked(const CommandLineFlag*, FlagValue*,
459 // CommandLineFlag
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 55 // CommandLineFlag is all the information about a single command-line
65 // A given FlagValue is owned by exactly one CommandLineFlag. A given
66 // CommandLineFlag is owned by exactly one FlagRegistry. FlagRegistry
68 // CommandLineFlag owned by that registry must acquire the
73 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
82 // the innards of the FlagValue->CommandLineFlag->FlagRegistry class
223 class CommandLineFlag;
233 friend class CommandLineFlag; // for many things, including Validate()
237 friend bool TryParseLocked(const CommandLineFlag*, FlagValue*,
459 // CommandLineFlag
    [all...]

Completed in 709 milliseconds