Home
last modified time | relevance | path

Searched defs:WIRETYPE_VARINT (Results 1 – 6 of 6) 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/nano/
DWireFormatNano.java50 static final int WIRETYPE_VARINT = 0; field in WireFormatNano
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java48 public static final int WIRETYPE_VARINT = 0; field in WireFormat
/external/nanopb-c/generator/google/protobuf/internal/
Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h87 WIRETYPE_VARINT = 0, enumerator