Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc61 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_primitive_field.cc135 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc135 case FieldDescriptor::TYPE_FIXED64 : return WireFormatLite::kFixed64Size; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h459 static const int kFixed64Size = 8; variable