Home
last modified time | relevance | path

Searched defs:WriteBool (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dproto_encode_helper.h48 void WriteBool(int tag, bool v) { in WriteBool() function
/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp175 otError WriteBool(bool aBool) { return mNcpBuffer.InFrameFeedByte(aBool ? 0x01 : 0x00); } in WriteBool() function in ot::Spinel::Encoder
/external/libchrome/base/
Dpickle.h189 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
/external/cronet/base/
Dpickle.h204 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
/external/golang-protobuf/internal/encoding/json/
Dencode.go67 func (e *Encoder) WriteBool(b bool) { func
/external/golang-protobuf/internal/encoding/text/
Dencode.go102 func (e *Encoder) WriteBool(b bool) { func
/external/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs167 public void WriteBool(bool value) in WriteBool() method
DCodedOutputStream.cs241 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool() method in Google.Protobuf.WritingPrimitives
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs167 public void WriteBool(bool value) in WriteBool() method
DCodedOutputStream.cs241 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool() method in Google.Protobuf.WritingPrimitives
/external/flatbuffers/go/
Dencode.go140 func WriteBool(buf []byte, b bool) { func
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc244 inline util::Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc244 inline util::Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dencoder.h354 Status WriteBool(uint32_t field_number, bool value) { in WriteBool() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc469 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc469 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc823 void Converter::WriteBool(const bool bool_val) { in WriteBool() function in skia_image_filter_proto_converter::Converter
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h7098 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
/external/skia/vma_android/include/
Dvk_mem_alloc.h5716 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h7341 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function