Searched refs:writeSInt32 (Results 1 – 7 of 7) sorted by relevance
186 - (void)writeSInt32:(int32_t)fieldNumber value:(int32_t)value;
416 - (void)writeSInt32:(int32_t)fieldNumber value:(int32_t)value {700 [self writeSInt32:fieldNumber value:value];
1502 [output writeSInt32:fieldNumber
162 [stream writeSInt32:fieldNum value:value];
217 public void writeSInt32(final int fieldNumber, final int value) in writeSInt32() method in CodedOutputByteBufferNano1227 writeSInt32(number, sint32Value); in writeField()
244 public void writeSInt32(final int fieldNumber, final int value) in writeSInt32() method in CodedOutputStreamMicro
202 public final void writeSInt32(final int fieldNumber, final int value) throws IOException { in writeSInt32() method in CodedOutputStream