Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h195 - (void)writeSInt64:(int32_t)fieldNumber value:(int64_t)value;
DGPBCodedOutputStream.m431 - (void)writeSInt64:(int32_t)fieldNumber value:(int64_t)value {
733 [self writeSInt64:fieldNumber value:value];
DGPBMessage.m1538 [output writeSInt64:fieldNumber
DGPBDictionary.m214 [stream writeSInt64:fieldNum value:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java216 public void writeSInt64(final int fieldNumber, final long value) in writeSInt64() method in CodedOutputByteBufferNano
1199 writeSInt64(number, sint64Value); in writeField()
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java1381 public void writeSInt64(long fieldId, long val) { in writeSInt64() method in ProtoOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java259 public final void writeSInt64(final int fieldNumber, final long value) throws IOException { in writeSInt64() method in CodedOutputStream
/frameworks/base/api/
Dtest-current.txt3133 method @Deprecated public void writeSInt64(long, long);