Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java50 static final int WIRETYPE_VARINT = 0; field in WireFormatNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DWireFormat.java50 public static final int WIRETYPE_VARINT = 0; field in WireFormat
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h87 WIRETYPE_VARINT = 0, enumerator