Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h186 - (void)writeSInt32:(int32_t)fieldNumber value:(int32_t)value;
DGPBCodedOutputStream.m422 - (void)writeSInt32:(int32_t)fieldNumber value:(int32_t)value {
706 [self writeSInt32:fieldNumber value:value];
DGPBMessage.m1518 [output writeSInt32:fieldNumber
DGPBDictionary.m168 [stream writeSInt32:fieldNum value:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java209 public void writeSInt32(final int fieldNumber, final int value) in writeSInt32() method in CodedOutputByteBufferNano
1195 writeSInt32(number, sint32Value); in writeField()
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java1312 public void writeSInt32(long fieldId, int val) { in writeSInt32() method in ProtoOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java236 public final void writeSInt32(final int fieldNumber, final int value) throws IOException { in writeSInt32() method in CodedOutputStream
/frameworks/base/api/
Dtest-current.txt3132 method @Deprecated public void writeSInt32(long, int);