TYPE_SFIXED64     240 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc     case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
TYPE_SFIXED64      63 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc     case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
TYPE_SFIXED64      59 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc     case FieldDescriptor::TYPE_SFIXED64: return "SFIXED64";
TYPE_SFIXED64     222 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc     case FieldDescriptor::TYPE_SFIXED64:
TYPE_SFIXED64     107 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SFIXED64: return "SFixed64";
TYPE_SFIXED64     138 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc     case FieldDescriptor::TYPE_SFIXED64: return WireFormatLite::kSFixed64Size;
TYPE_SFIXED64      76 third_party/protobuf/src/google/protobuf/compiler/parser.cc   result["sfixed64"] = FieldDescriptorProto::TYPE_SFIXED64;
TYPE_SFIXED64     804 third_party/protobuf/src/google/protobuf/compiler/parser.cc     case FieldDescriptorProto::TYPE_SFIXED64: {
TYPE_SFIXED64    4897 third_party/protobuf/src/google/protobuf/descriptor.cc     case FieldDescriptor::TYPE_SFIXED64:
TYPE_SFIXED64    2411 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64;
TYPE_SFIXED64     788 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const Type TYPE_SFIXED64 = FieldDescriptorProto_Type_TYPE_SFIXED64;
TYPE_SFIXED64    1593 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sfixed64", GetTypeNameForFieldType(FD::TYPE_SFIXED64));
TYPE_SFIXED64    1618 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_EQ(FD::CPPTYPE_INT64  , GetCppTypeForFieldType(FD::TYPE_SFIXED64));
TYPE_SFIXED64    1643 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_SFIXED64));
TYPE_SFIXED64     123 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>(
TYPE_SFIXED64     194 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   int64, WireFormatLite::TYPE_SFIXED64>(
TYPE_SFIXED64     305 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h READ_REPEATED_FIXED_SIZE_PRIMITIVE(int64, TYPE_SFIXED64)