Home
last modified time | relevance | path

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

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