/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | proto_encode_helper.h | 48 void WriteBool(int tag, bool v) { in WriteBool() function
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel_encoder.hpp | 175 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/ |
D | pickle.h | 192 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | pickle.h | 189 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/ |
D | pickle.h | 192 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | pickle.h | 214 void WriteBool(bool value) { WriteInt(value ? 1 : 0); } in WriteBool() function
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/ |
H A D | encode.go | 67 func (e *Encoder) WriteBool(b bool) { func
|
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/ |
H A D | encode.go | 102 func (e *Encoder) WriteBool(b bool) { func
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WriteContext.cs | 167 public void WriteBool(bool value) in WriteBool() method
|
H A D | CodedOutputStream.cs | 241 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 164 … 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 D | WriteContext.cs | 167 public void WriteBool(bool value) in WriteBool() method
|
H A D | CodedOutputStream.cs | 241 public void WriteBool(bool value) in WriteBool() method in Google.Protobuf.CodedOutputStream
|
H A D | WritingPrimitives.cs | 164 … 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/ |
D | rttype.go | 207 func (c Cursor) WriteBool(val bool) { func
|
/aosp_15_r20/external/flatbuffers/go/ |
H A D | encode.go | 140 func WriteBool(buf []byte, b bool) { func
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 244 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 D | proto_writer.cc | 244 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 D | encoder.h | 357 Status WriteBool(uint32_t field_number, bool value) { in WriteBool() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.cc | 469 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 D | wire_format_lite.cc | 469 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 D | skia_image_filter_proto_converter.cc | 825 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 D | vk_mem_alloc.h | 7098 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 5739 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 5678 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function
|