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

  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 134 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
139 bool RegisterFlagValidator(const bool* flag,
141 bool RegisterFlagValidator(const int32* flag,
143 bool RegisterFlagValidator(const int64* flag,
145 bool RegisterFlagValidator(const uint64* flag,
147 bool RegisterFlagValidator(const double* flag,
149 bool RegisterFlagValidator(const std::string* flag,
171 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc     [all...]

Completed in 76 milliseconds