Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc64 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc393 case FieldDescriptor::TYPE_FLOAT : return internal::WireFormatLite::kFloatSize; in GetFixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc686 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc140 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h526 static const int kFloatSize = 4; variable