Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java172 writeBoolNoTag(value); in writeBool()
326 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStreamMicro
/external/protobuf/objectivec/
DGPBCodedOutputStream.h228 - (void)writeBoolNoTag:(BOOL)value;
DGPBCodedOutputStream.m269 - (void)writeBoolNoTag:(BOOL)value {
803 [self writeBoolNoTag:value];
/external/protobuf/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()
299 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java677 case BOOL : output.writeBoolNoTag ((Boolean ) value); break; in writeElementNoTag()
DCodedOutputStream.java410 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java17792 output.writeBoolNoTag(clientSuccess_.get(i)); in writeTo()
17799 output.writeBoolNoTag(serverSuccess_.get(i)); in writeTo()