Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java55 public static final int WIRETYPE_VARINT = 0; field in WireFormat
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php40 const WIRETYPE_VARINT = 0; define in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h103 WIRETYPE_VARINT = 0, enumerator