Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java48 static final int WIRETYPE_VARINT = 0; field in WireFormatMicro
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java48 static final int WIRETYPE_VARINT = 0; field in WireFormat
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h89 WIRETYPE_VARINT = 0, enumerator