Searched defs:NORMAL_FORMAT (Results 1 – 2 of 2) sorted by relevance
| /external/protobuf/php/src/Google/Protobuf/Internal/ | ||
| D | GPBWire.php | 48 const NORMAL_FORMAT = 1; define in Google\\Protobuf\\Internal\\GPBWire |
| /external/protobuf/src/google/protobuf/ | ||
| D | wire_format.cc | 476 enum { UNKNOWN, NORMAL_FORMAT, PACKED_FORMAT } value_format; in ParseAndMergeField() enumerator |