Home
last modified time | relevance | path

Searched refs:makeTag (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DWireFormatMicro.java69 static int makeTag(final int fieldNumber, final int wireType) { in makeTag() method in WireFormatMicro
80 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
82 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
84 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
86 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
DCodedInputStreamMicro.java127 WireFormatMicro.makeTag(WireFormatMicro.getTagFieldNumber(tag), in skipField()
219 WireFormatMicro.makeTag(fieldNumber, WireFormatMicro.WIRETYPE_END_GROUP)); in readGroup()
DCodedOutputStreamMicro.java876 writeRawVarint32(WireFormatMicro.makeTag(fieldNumber, wireType)); in writeTag()
881 return computeRawVarint32Size(WireFormatMicro.makeTag(fieldNumber, 0)); in computeTagSize()
/external/protobuf/java/src/main/java/com/google/protobuf/
DWireFormat.java69 static int makeTag(final int fieldNumber, final int wireType) { in makeTag() method in WireFormat
156 makeTag(MESSAGE_SET_ITEM, WIRETYPE_START_GROUP);
158 makeTag(MESSAGE_SET_ITEM, WIRETYPE_END_GROUP);
160 makeTag(MESSAGE_SET_TYPE_ID, WIRETYPE_VARINT);
162 makeTag(MESSAGE_SET_MESSAGE, WIRETYPE_LENGTH_DELIMITED);
DCodedInputStream.java202 WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), in skipField()
246 int endtag = WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), in skipField()
426 WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
443 WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); in readGroup()
DCodedOutputStream.java1180 writeRawVarint32(WireFormat.makeTag(fieldNumber, wireType)); in writeTag()
1185 return computeRawVarint32Size(WireFormat.makeTag(fieldNumber, 0)); in computeTagSize()
/external/markdown/markdown/
Dinlinepatterns.py313 return self.makeTag(href, title, text)
315 def makeTag(self, href, title, text): member in ReferencePattern
328 def makeTag(self, href, title, text): member in ImageReferencePattern
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DWireFormatNano.java71 static int makeTag(final int fieldNumber, final int wireType) { in makeTag() method in WireFormatNano
DCodedInputByteBufferNano.java119 WireFormatNano.makeTag(WireFormatNano.getTagFieldNumber(tag), in skipField()
211 WireFormatNano.makeTag(fieldNumber, WireFormatNano.WIRETYPE_END_GROUP)); in readGroup()
DCodedOutputByteBufferNano.java974 writeRawVarint32(WireFormatNano.makeTag(fieldNumber, wireType)); in writeTag()
979 return computeRawVarint32Size(WireFormatNano.makeTag(fieldNumber, 0)); in computeTagSize()
/external/protobuf/java/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java421 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadMaliciouslyLargeBlob()
559 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadStringInvalidUtf8()
579 int tag = WireFormat.makeTag(1, WireFormat.WIRETYPE_LENGTH_DELIMITED); in testReadStringRequireUtf8InvalidUtf8()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...