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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 785 FlagValue* tentative_value = flag_value->New(); local
786 if (!tentative_value->ParseFrom(value)) {
792 delete tentative_value;
794 } else if (!flag->Validate(*tentative_value)) {
797 + "'" + tentative_value->ToString() + "' for flag '" +
800 delete tentative_value;
803 flag_value->CopyFrom(*tentative_value);
808 delete tentative_value;
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 785 FlagValue* tentative_value = flag_value->New(); local
786 if (!tentative_value->ParseFrom(value)) {
792 delete tentative_value;
794 } else if (!flag->Validate(*tentative_value)) {
797 + "'" + tentative_value->ToString() + "' for flag '" +
800 delete tentative_value;
803 flag_value->CopyFrom(*tentative_value);
808 delete tentative_value;
    [all...]

Completed in 33 milliseconds