Home
last modified time | relevance | path

Searched refs:writeSFixed32NoTag (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h219 - (void)writeSFixed32NoTag:(int32_t)value;
DGPBCodedOutputStream.m400 - (void)writeSFixed32NoTag:(int32_t)value {
782 [self writeSFixed32NoTag:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java441 output.writeSFixed32NoTag(sfixed32Value); in writeSingularData()
491 output.writeSFixed32NoTag(Array.getInt(array, i)); in writeRepeatedData()
DCodedOutputByteBufferNano.java198 writeSFixed32NoTag(value); in writeSFixed32()
535 public void writeSFixed32NoTag(final int value) throws IOException { in writeSFixed32NoTag() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DFieldSet.java696 case SFIXED32: output.writeSFixed32NoTag((Integer ) value); break; in writeElementNoTag()
DCodedOutputStream.java406 public final void writeSFixed32NoTag(final int value) throws IOException { in writeSFixed32NoTag() method in CodedOutputStream