Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBCodedOutputStream.h228 - (void)writeBoolNoTag:(BOOL)value;
DGPBCodedOutputStream.m275 - (void)writeBoolNoTag:(BOOL)value {
809 [self writeBoolNoTag:value];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java421 output.writeBoolNoTag(boolValue); in writeSingularData()
481 output.writeBoolNoTag(Array.getBoolean(array, i)); in writeRepeatedData()
DCodedOutputByteBufferNano.java145 writeBoolNoTag(value); in writeBool()
291 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DFieldSet.java678 case BOOL : output.writeBoolNoTag ((Boolean ) value); break; in writeElementNoTag()
DCodedOutputStream.java444 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream