Home
last modified time | relevance | path

Searched refs:BoolSize (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs47 internal const int BoolSize = 1; field in Google.Protobuf.CodedOutputStream
126 return BoolSize; in ComputeBoolSize()
DFieldCodec.cs243 … => input.ReadBool(), (output, value) => output.WriteBool(value), CodedOutputStream.BoolSize, tag); in ForBool()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-container-size-empty.cpp57 struct BoolSize { struct
384 BoolSize bs; in main()
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.h39 static constexpr unsigned BoolSize = 1U; member
DBitcodeWriter.cpp43 BitCodeConstants::BoolSize)}); in BoolAbbrev()
82 BitCodeConstants::BoolSize), in LocationAbbrev()