HomeSort by relevance Sort by last modified time
    Searched full:unsigned_value (Results 1 - 1 of 1) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.cc 520 uint64 unsigned_value; local
522 DO(ConsumeUnsignedInteger(&unsigned_value, max_value));
524 *value = static_cast<int64>(unsigned_value);
    [all...]

Completed in 60 milliseconds