Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java326 public void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStreamMicro
/external/protobuf/javanano/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/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java410 public final void writeBoolNoTag(final boolean value) throws IOException { in writeBoolNoTag() method in CodedOutputStream