HomeSort by relevance Sort by last modified time
    Searched refs:WriteBool (Results 1 - 25 of 32) sorted by null

1 2

  /external/libchrome/base/trace_event/
trace_event_argument.cc 118 pickle_.WriteBool(value);
126 pickle_.WriteBool(value);
211 pickle_.WriteBool(value);
  /external/flatbuffers/go/
encode.go 133 // WriteBool encodes a little-endian bool into a byte slice.
134 func WriteBool(buf []byte, b bool) {
table.go 299 WriteBool(t.Bytes[off:], n)
builder.go 662 WriteBool(b.Bytes[b.head:], x)
  /external/libchrome/base/
pickle_unittest.cc 115 EXPECT_TRUE(pickle.WriteBool(testbool1));
116 EXPECT_TRUE(pickle.WriteBool(testbool2));
518 pickle.WriteBool(true);
578 pickle.WriteBool(true);
pickle.h 225 bool WriteBool(bool value) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
writer.h 109 bool Bool(bool b) { Prefix(b ? kTrueType : kFalseType); return WriteBool(b); }
194 bool WriteBool(bool b) {
prettywriter.h 66 bool Bool(bool b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::WriteBool(b); }
  /external/libmojo/ipc/
ipc_message.cc 256 WriteBool(brokerable);
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 233 inline Status WriteBool(int field_number, const DataPiece& data,
237 WireFormatLite::WriteBool(field_number, b.ValueOrDie(), stream);
626 status = WriteBool(field.number(), data, stream_.get());
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 520 output.WriteBool(RequestStreaming);
528 output.WriteBool(ResponseStreaming);
Struct.cs 383 output.WriteBool(BoolValue);
Wrappers.cs 793 output.WriteBool(Value);
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 400 void WireFormatLite::WriteBool(int field_number, bool value,
wire_format_lite.h 386 static void WriteBool (field_number, bool value, output);
descriptor.pb.cc     [all...]
api.pb.cc     [all...]
struct.pb.cc 759 ::google::protobuf::internal::WireFormatLite::WriteBool(4, this->bool_value(), output);
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 338 static void WriteBool (field_number, bool value, output);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 338 static void WriteBool (field_number, bool value, output);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 338 static void WriteBool (field_number, bool value, output);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 386 static void WriteBool (field_number, bool value, output);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 338 static void WriteBool (field_number, bool value, output);
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 257 public void WriteBool(bool value)

Completed in 765 milliseconds

1 2