Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h266 - (void)writeGroupNoTag:(int32_t)fieldNumber
DGPBExtensionInternals.m233 [output writeGroupNoTag:description->fieldNumber value:object];
DGPBCodedOutputStream.m341 - (void)writeGroupNoTag:(int32_t)fieldNumber value:(GPBMessage *)value {
348 [self writeGroupNoTag:fieldNumber value:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java159 writeGroupNoTag(value); in writeGroup()
505 public void writeGroupNoTag(final MessageNano value) throws IOException { in writeGroupNoTag() method in CodedOutputByteBufferNano
DExtension.java268 out.writeGroupNoTag(groupValue); in writeSingularData()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DFieldSet.java679 case GROUP : output.writeGroupNoTag ((MessageLite) value); break; in writeElementNoTag()
DCodedOutputStream.java1034 writeGroupNoTag(value); in writeGroup()
1044 public final void writeGroupNoTag(final MessageLite value) throws IOException { in writeGroupNoTag() method in CodedOutputStream