Home
last modified time | relevance | path

Searched defs:writeBool (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dencoder.js353 jspb.BinaryEncoder.prototype.writeBool = function(value) { method in jspb.BinaryEncoder
Dwriter.js668 jspb.BinaryWriter.prototype.writeBool = function(field, value) { method in jspb.BinaryWriter
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java284 public abstract void writeBool(int fieldNumber, boolean value) throws IOException; in writeBool() method in CodedOutputStream
1193 public final void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ArrayEncoder
1557 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.NioEncoder
2036 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.ByteOutputEncoder
2339 public void writeBool(final int fieldNumber, final boolean value) throws IOException { in writeBool() method in CodedOutputStream.OutputStreamEncoder
/frameworks/base/core/java/android/os/
DHwParcel.java85 public native final void writeBool(boolean val); in writeBool() method in HwParcel
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java142 public void writeBool(final int fieldNumber, final boolean value) in writeBool() method in CodedOutputByteBufferNano
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java1704 public void writeBool(long fieldId, boolean val) { in writeBool() method in ProtoOutputStream
/frameworks/native/libs/binder/
DParcel.cpp1029 status_t Parcel::writeBool(bool val) in writeBool() function in android::Parcel