Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h210 - (void)writeSFixed64NoTag:(int64_t)value;
DGPBCodedOutputStream.m409 - (void)writeSFixed64NoTag:(int64_t)value {
755 [self writeSFixed64NoTag:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java445 output.writeSFixed64NoTag(sfixed64Value); in writeSingularData()
506 output.writeSFixed64NoTag(Array.getLong(array, i)); in writeRepeatedData()
DCodedOutputByteBufferNano.java205 writeSFixed64NoTag(value); in writeSFixed64()
540 public void writeSFixed64NoTag(final long value) throws IOException { in writeSFixed64NoTag() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DFieldSet.java697 case SFIXED64: output.writeSFixed64NoTag((Long ) value); break; in writeElementNoTag()
DCodedOutputStream.java429 public final void writeSFixed64NoTag(final long value) throws IOException { in writeSFixed64NoTag() method in CodedOutputStream