Home
last modified time | relevance | path

Searched refs:kSFixed64Size (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.cc63 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc392 case FieldDescriptor::TYPE_SFIXED64: return internal::WireFormatLite::kSFixed64Size; in GetFixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc685 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc139 case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size; in FixedSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.h525 static const int kSFixed64Size = 8; variable