Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc64 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc138 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc138 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h462 static const int kFloatSize = 4; variable