Home
last modified time | relevance | path

Searched defs:writeBoolNoTag (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java326 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStreamMicro
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java299 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputByteBufferNano
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java414 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream