Searched refs:writeGroupNoTag (Results 1 – 8 of 8) sorted by relevance
196 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()
266 - (void)writeGroupNoTag:(int32_t)fieldNumber
233 [output writeGroupNoTag:description->fieldNumber value:object];
341 - (void)writeGroupNoTag:(int32_t)fieldNumber value:(GPBMessage *)value {348 [self writeGroupNoTag:fieldNumber value:value];
159 writeGroupNoTag(value); in writeGroup()505 public void writeGroupNoTag(final MessageNano value) throws IOException { in writeGroupNoTag() method in CodedOutputByteBufferNano
268 out.writeGroupNoTag(groupValue); in writeSingularData()
679 case GROUP : output.writeGroupNoTag ((MessageLite) value); break; in writeElementNoTag()
1034 writeGroupNoTag(value); in writeGroup()1044 public final void writeGroupNoTag(final MessageLite value) throws IOException { in writeGroupNoTag() method in CodedOutputStream