Searched defs:RegisterFlagValidator (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc1306 // RegisterFlagValidator, defined below. They're defined here so
1792 // RegisterFlagValidator()
1793 // RegisterFlagValidator() is the function that clients use to
1803 bool RegisterFlagValidator(const bool* flag, function in namespace:google
1807 bool RegisterFlagValidator(const int32* flag, function in namespace:google
1811 bool RegisterFlagValidator(const int64* flag, function in namespace:google
1815 bool RegisterFlagValidator(const uint64* flag, function in namespace:google
1819 bool RegisterFlagValidator(const double* flag, function in namespace:google
1823 bool RegisterFlagValidator(const string* flag, function in namespace:google
/external/open-vcdiff/gflags/src/
H A Dgflags.cc1306 // RegisterFlagValidator, defined below. They're defined here so
1783 // RegisterFlagValidator()
1784 // RegisterFlagValidator() is the function that clients use to
1794 bool RegisterFlagValidator(const bool* flag, function
1798 bool RegisterFlagValidator(const int32* flag, function
1802 bool RegisterFlagValidator(const int64* flag, function
1806 bool RegisterFlagValidator(const uint64* flag, function
1810 bool RegisterFlagValidator(const double* flag, function
1814 bool RegisterFlagValidator(const string* flag, function

Completed in 167 milliseconds