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

  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 263 #define VALUE_AS(type) *reinterpret_cast<type*>(value_buffer_)
265 #define SET_VALUE_AS(type, value) VALUE_AS(type) = (value)
359 return VALUE_AS(bool) ? "true" : "false";
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64));
370 snprintf(intbuf, sizeof(intbuf), "%.17g", VALUE_AS(double));
373 return VALUE_AS(string);
385 validate_fn_proto)(flagname, VALUE_AS(bool));
388 validate_fn_proto)(flagname, VALUE_AS(int32))
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 263 #define VALUE_AS(type) *reinterpret_cast<type*>(value_buffer_)
265 #define SET_VALUE_AS(type, value) VALUE_AS(type) = (value)
359 return VALUE_AS(bool) ? "true" : "false";
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64));
370 snprintf(intbuf, sizeof(intbuf), "%.17g", VALUE_AS(double));
373 return VALUE_AS(string);
385 validate_fn_proto)(flagname, VALUE_AS(bool));
388 validate_fn_proto)(flagname, VALUE_AS(int32))
    [all...]

Completed in 49 milliseconds