Searched defs:writeBool (Results 1 - 6 of 6) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java73 public void writeBool(boolean value, String string) throws IOException { method in class:CAVLCWriter
/external/skia/include/core/
H A DSkWriter32.h47 bool writeBool(bool value) { function in class:SkWriter32
H A DSkBuffer.h128 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkStream.h93 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java183 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputStream
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java169 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputStreamMicro

Completed in 143 milliseconds