HomeSort by relevance Sort by last modified time
    Searched refs:RegisterFlagValidator (Results 1 - 6 of 6) 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_org/third_party/cld/base/
commandlineflags.h 56 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
61 bool RegisterFlagValidator(const bool* flag,
63 bool RegisterFlagValidator(const int32* flag,
65 bool RegisterFlagValidator(const int64* flag,
67 bool RegisterFlagValidator(const uint64* flag,
69 bool RegisterFlagValidator(const double* flag,
71 bool RegisterFlagValidator(const string* flag,
94 bool has_validator_fn; // true if RegisterFlagValidator called on this flag
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 138 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
143 bool RegisterFlagValidator(const bool* flag,
145 bool RegisterFlagValidator(const int32* flag,
147 bool RegisterFlagValidator(const int64* flag,
149 bool RegisterFlagValidator(const uint64* flag,
151 bool RegisterFlagValidator(const double* flag,
153 bool RegisterFlagValidator(const std::string* flag,
175 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 147 // static bool dummy = RegisterFlagValidator(&FLAGS_port, &ValidatePort);
152 GFLAGS_DLL_DECL bool RegisterFlagValidator(const bool* flag,
154 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int32* flag,
156 GFLAGS_DLL_DECL bool RegisterFlagValidator(const int64* flag,
158 GFLAGS_DLL_DECL bool RegisterFlagValidator(const uint64* flag,
160 GFLAGS_DLL_DECL bool RegisterFlagValidator(const double* flag,
162 GFLAGS_DLL_DECL bool RegisterFlagValidator(const std::string* flag,
184 bool has_validator_fn; // true if RegisterFlagValidator called on flag
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc     [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc     [all...]

Completed in 650 milliseconds