Searched defs:writeBool (Results 1 - 8 of 8) 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/src/core/
H A DSkBuffer.h161 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkWriteBuffer.cpp47 void SkWriteBuffer::writeBool(bool value) { function in class:SkWriteBuffer
48 fWriter.writeBool(value);
171 this->writeBool(useBitmapHeap);
/external/skia/include/core/
H A DSkStream.h210 bool writeBool(bool v) { return this->write8(v); } function in class:SkWStream
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java217 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
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java142 public void writeBool(final int fieldNumber, final boolean value) method in class:CodedOutputByteBufferNano
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 6230 milliseconds