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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 240 enum ValueType {FV_BOOL, FV_INT32, FV_INT64, FV_UINT64, FV_DOUBLE, FV_STRING};
271 else if (strcmp(type, "uint64") == 0) type_ = FV_UINT64;
282 case FV_UINT64: delete reinterpret_cast<uint64*>(value_buffer_); break;
334 case FV_UINT64: {
366 case FV_UINT64:
392 case FV_UINT64:
412 case FV_UINT64: return "uint64";
426 case FV_UINT64: return VALUE_AS(uint64) == OTHER_VALUE_AS(x, uint64);
438 case FV_UINT64: return new FlagValue(new uint64(0), "uint64");
451 case FV_UINT64: SET_VALUE_AS(uint64, OTHER_VALUE_AS(x, uint64)); break
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 240 enum ValueType {FV_BOOL, FV_INT32, FV_INT64, FV_UINT64, FV_DOUBLE, FV_STRING};
271 else if (strcmp(type, "uint64") == 0) type_ = FV_UINT64;
282 case FV_UINT64: delete reinterpret_cast<uint64*>(value_buffer_); break;
334 case FV_UINT64: {
366 case FV_UINT64:
392 case FV_UINT64:
412 case FV_UINT64: return "uint64";
426 case FV_UINT64: return VALUE_AS(uint64) == OTHER_VALUE_AS(x, uint64);
438 case FV_UINT64: return new FlagValue(new uint64(0), "uint64");
451 case FV_UINT64: SET_VALUE_AS(uint64, OTHER_VALUE_AS(x, uint64)); break
    [all...]

Completed in 255 milliseconds