Home
last modified time | relevance | path

Searched defs:VarintCase (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc150 struct VarintCase { struct
151 uint8 bytes[10]; // Encoded bytes.
152 int size; // Encoded size, in bytes.
153 uint64 value; // Parsed value.