Searched refs:writeBoolNoTag (Results 1 – 6 of 6) sorted by relevance
228 - (void)writeBoolNoTag:(BOOL)value;
275 - (void)writeBoolNoTag:(BOOL)value {809 [self writeBoolNoTag:value];
421 output.writeBoolNoTag(boolValue); in writeSingularData()481 output.writeBoolNoTag(Array.getBoolean(array, i)); in writeRepeatedData()
145 writeBoolNoTag(value); in writeBool()291 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputByteBufferNano
678 case BOOL : output.writeBoolNoTag ((Boolean ) value); break; in writeElementNoTag()
444 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream