Home
last modified time | relevance | path

Searched refs:writeBoolNoTag (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/objectivec/
DGPBCodedOutputStream.h492 - (void)writeBoolNoTag:(BOOL)value;
DGPBCodedOutputStream.m264 - (void)writeBoolNoTag:(BOOL)value {
819 [self writeBoolNoTag:value];
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStreamWriter.java392 output.writeBoolNoTag(value.get(i)); in writeBoolList()
DFieldSet.java672 output.writeBoolNoTag((Boolean) value); in writeElementNoTag()
DCodedOutputStream.java446 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream