Home
last modified time | relevance | path

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

/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.cs155 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool() method in Google.Protobuf.WritingPrimitives
/third_party/flatbuffers/go/
Dencode.go140 func WriteBool(buf []byte, b bool) { func
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc243 inline Status WriteBool(int field_number, const DataPiece& data, in WriteBool() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc467 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1266 void JsonWriter::WriteBool(bool b) in WriteBool() function in D3D12MA::JsonWriter
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8310 void VmaJsonWriter::WriteBool(bool b) in WriteBool() function