Searched defs:WIRETYPE_VARINT (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java48 static final int WIRETYPE_VARINT = 0; field in class:WireFormatMicro
84 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java50 static final int WIRETYPE_VARINT = 0; field in class:WireFormatNano
/external/nanopb-c/generator/google/protobuf/internal/
H A Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DWireFormat.java48 public static final int WIRETYPE_VARINT = 0; field in class:WireFormat
110 INT64 (JavaType.LONG , WIRETYPE_VARINT ),
111 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
112 INT32 (JavaType.INT , WIRETYPE_VARINT ),
115 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ),
128 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
129 ENUM (JavaType.ENUM , WIRETYPE_VARINT ),
132 SINT32 (JavaType.INT , WIRETYPE_VARINT ),
133 SINT64 (JavaType.LONG , WIRETYPE_VARINT );
160 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py47 WIRETYPE_VARINT = 0 variable
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h87 WIRETYPE_VARINT = 0, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
209 WireFormatLite::WIRETYPE_VARINT);
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 193 milliseconds