Home
last modified time | relevance | path

Searched refs:writeGroupNoTag (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DUnknownFieldSetLiteTest.java196 output.writeGroupNoTag(Foo.newBuilder().setValue(11).build()); in testMissingStartGroupTag()
212 output.writeGroupNoTag(Foo.newBuilder().setValue(11).build()); in testMissingEndGroupTag()
227 output.writeGroupNoTag(Foo.newBuilder().setValue(11).build()); in testMismatchingGroupTags()
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java186 writeGroupNoTag(value); in writeGroup()
341 public void writeGroupNoTag(final MessageMicro value) throws IOException { in writeGroupNoTag() method in CodedOutputStreamMicro
/external/protobuf/objectivec/
DGPBCodedOutputStream.h266 - (void)writeGroupNoTag:(int32_t)fieldNumber
DGPBExtensionInternals.m230 [output writeGroupNoTag:description->fieldNumber value:object];
DGPBCodedOutputStream.m335 - (void)writeGroupNoTag:(int32_t)fieldNumber value:(GPBMessage *)value {
342 [self writeGroupNoTag:fieldNumber value:value];
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java159 writeGroupNoTag(value); in writeGroup()
513 public void writeGroupNoTag(final MessageNano value) throws IOException { in writeGroupNoTag() method in CodedOutputByteBufferNano
DExtension.java268 out.writeGroupNoTag(groupValue); in writeSingularData()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java678 case GROUP : output.writeGroupNoTag ((MessageLite) value); break; in writeElementNoTag()
DCodedOutputStream.java996 writeGroupNoTag(value); in writeGroup()
1006 public final void writeGroupNoTag(final MessageLite value) throws IOException { in writeGroupNoTag() method in CodedOutputStream