Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc141 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc650 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc143 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h477 static const int kBoolSize = 1; variable