Home
last modified time | relevance | path

Searched refs:kBoolSize (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc80 return WireFormatLite::kBoolSize; in FixedSize()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc447 case FieldDescriptor::TYPE_BOOL : return internal::WireFormatLite::kBoolSize; in GetFixedSize()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc803 return WireFormatLite::kBoolSize; in FixedSize()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h694 static constexpr size_t kBoolSize = 1; variable