HomeSort by relevance Sort by last modified time
    Searched refs:getTagWireType (Results 1 - 25 of 31) sorted by null

1 2

  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 59 static int getTagWireType(final int tag) {
CodedInputStreamMicro.java 114 switch (WireFormatMicro.getTagWireType(tag)) {
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 61 static int getTagWireType(final int tag) {
CodedInputByteBufferNano.java 106 switch (WireFormatNano.getTagWireType(tag)) {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
UnknownFieldSetLiteTest.java 93 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/
UnknownFieldSetLite.java 154 switch (WireFormat.getTagWireType(tag)) {
193 switch (WireFormat.getTagWireType(tag)) {
303 switch (WireFormat.getTagWireType(tag)) {
WireFormat.java 61 public static int getTagWireType(final int tag) {
CodedInputStream.java 179 switch (WireFormat.getTagWireType(tag)) {
214 switch (WireFormat.getTagWireType(tag)) {
    [all...]
UnknownFieldSet.java 523 switch (WireFormat.getTagWireType(tag)) {
    [all...]
GeneratedMessageLite.java 185 if (WireFormat.getTagWireType(tag) == WireFormat.WIRETYPE_END_GROUP) {
482 int wireType = WireFormat.getTagWireType(tag);
    [all...]
MessageReflection.java 742 final int wireType = WireFormat.getTagWireType(tag);
    [all...]
TextFormat.java 263 switch (WireFormat.getTagWireType(tag)) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 

Completed in 941 milliseconds

1 2