Searched refs:writeBoolNoTag (Results 1 – 5 of 5) sorted by relevance
492 - (void)writeBoolNoTag:(BOOL)value;
264 - (void)writeBoolNoTag:(BOOL)value {819 [self writeBoolNoTag:value];
392 output.writeBoolNoTag(value.get(i)); in writeBoolList()
672 output.writeBoolNoTag((Boolean) value); in writeElementNoTag()
446 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream