Home
last modified time | relevance | path

Searched refs:addLengthDelimited (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUnknownField.h80 - (void)addLengthDelimited:(NSData *)value;
DGPBUnknownFieldSet.m379 [field addLengthDelimited:data];
403 addLengthDelimited:messageData];
408 [field addLengthDelimited:data];
DGPBUnknownField.m315 - (void)addLengthDelimited:(NSData *)value {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java157 .addLengthDelimited(ByteString.copyFromUtf8("4")) in makeUnknownFieldSet()
533 .addLengthDelimited(bytes(0xe3, 0x81, 0x82)).build()) in testPrintToUnicodeString_unknown()
DWireFormatTest.java292 .addLengthDelimited(ByteString.copyFromUtf8("bar")) in testSerializeMessageSetWithFlag()
DUnknownFieldSetTest.java361 .addLengthDelimited(ByteString.EMPTY) in testEqualsAndHashCode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSet.java461 getFieldBuilder(number).addLengthDelimited(value); in mergeLengthDelimitedField()
533 getFieldBuilder(number).addLengthDelimited(input.readBytes()); in mergeFieldFrom()
992 public Builder addLengthDelimited(final ByteString value) { in addLengthDelimited() method in UnknownFieldSet.Field.Builder
DMessageReflection.java952 .addLengthDelimited(rawBytes).build()); in mergeMessageSetExtensionFromCodedStream()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java178 .addLengthDelimited(ByteString.copyFromUtf8("4")) in makeUnknownFieldSet()
940 .addLengthDelimited(bytes(0xe3, 0x81, 0x82)).build()) in testPrintToUnicodeString_unknown()
DWireFormatTest.java358 .addLengthDelimited(ByteString.copyFromUtf8("bar")) in testSerializeMessageSetWithFlag()
DUnknownFieldSetTest.java371 .addLengthDelimited(ByteString.EMPTY) in testEqualsAndHashCode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBWireFormatTests.m155 [unknownField addLengthDelimited:[NSData dataWithBytes:"bar" length:3]];
DGPBUnknownFieldSetTest.m248 [field1 addLengthDelimited:[NSData dataWithBytes:"hello" length:5]];