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

/external/protobuf/javamicro/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/javanano/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/core/src/main/java/com/google/protobuf/
H A DWireFormat.java50 public static final int WIRETYPE_VARINT = 0; field in class:WireFormat
112 INT64 (JavaType.LONG , WIRETYPE_VARINT ),
113 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
114 INT32 (JavaType.INT , WIRETYPE_VARINT ),
117 BOOL (JavaType.BOOLEAN , WIRETYPE_VARINT ),
138 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
139 ENUM (JavaType.ENUM , WIRETYPE_VARINT ),
142 SINT32 (JavaType.INT , WIRETYPE_VARINT ),
143 SINT64 (JavaType.LONG , WIRETYPE_VARINT );
170 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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1080 milliseconds