Searched defs:WIRETYPE_VARINT (Results 1 - 10 of 10) 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/chromium_org/third_party/protobuf/python/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 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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h88 WIRETYPE_VARINT = 0, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
208 WireFormatLite::WIRETYPE_VARINT);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h89 WIRETYPE_VARINT = 0, enumerator in enum:google::protobuf::internal::WireFormatLite::WireType
200 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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 205 milliseconds