Searched refs:getTagWireType (Results 1 - 14 of 14) sorted by relevance

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java59 static int getTagWireType(final int tag) { method in class:WireFormatMicro
H A DCodedInputStreamMicro.java114 switch (WireFormatMicro.getTagWireType(tag)) {
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java61 static int getTagWireType(final int tag) { method in class:WireFormatNano
H A DCodedInputByteBufferNano.java106 switch (WireFormatNano.getTagWireType(tag)) {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUnknownFieldSetLiteTest.java93 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
107 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
136 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
141 assertEquals(WireFormat.WIRETYPE_VARINT, WireFormat.getTagWireType(tag));
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSetLite.java154 switch (WireFormat.getTagWireType(tag)) {
193 switch (WireFormat.getTagWireType(tag)) {
303 switch (WireFormat.getTagWireType(tag)) {
H A DWireFormat.java61 public static int getTagWireType(final int tag) { method in class:WireFormat
H A DCodedInputStream.java179 switch (WireFormat.getTagWireType(tag)) {
214 switch (WireFormat.getTagWireType(tag)) {
H A DUnknownFieldSet.java523 switch (WireFormat.getTagWireType(tag)) {
H A DGeneratedMessageLite.java185 if (WireFormat.getTagWireType(tag) == WireFormat.WIRETYPE_END_GROUP) {
482 int wireType = WireFormat.getTagWireType(tag);
H A DMessageReflection.java742 final int wireType = WireFormat.getTagWireType(tag);
H A DTextFormat.java263 switch (WireFormat.getTagWireType(tag)) {
/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 807 milliseconds