GetCppTypeNameForFieldType 1628 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("double" , GetCppTypeNameForFieldType(FD::TYPE_DOUBLE  ));
GetCppTypeNameForFieldType 1629 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("float"  , GetCppTypeNameForFieldType(FD::TYPE_FLOAT   ));
GetCppTypeNameForFieldType 1630 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_INT64   ));
GetCppTypeNameForFieldType 1631 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint64" , GetCppTypeNameForFieldType(FD::TYPE_UINT64  ));
GetCppTypeNameForFieldType 1632 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int32"  , GetCppTypeNameForFieldType(FD::TYPE_INT32   ));
GetCppTypeNameForFieldType 1633 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint64" , GetCppTypeNameForFieldType(FD::TYPE_FIXED64 ));
GetCppTypeNameForFieldType 1634 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint32" , GetCppTypeNameForFieldType(FD::TYPE_FIXED32 ));
GetCppTypeNameForFieldType 1635 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("bool"   , GetCppTypeNameForFieldType(FD::TYPE_BOOL    ));
GetCppTypeNameForFieldType 1636 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("string" , GetCppTypeNameForFieldType(FD::TYPE_STRING  ));
GetCppTypeNameForFieldType 1637 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("message", GetCppTypeNameForFieldType(FD::TYPE_GROUP   ));
GetCppTypeNameForFieldType 1638 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("message", GetCppTypeNameForFieldType(FD::TYPE_MESSAGE ));
GetCppTypeNameForFieldType 1639 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("string" , GetCppTypeNameForFieldType(FD::TYPE_BYTES   ));
GetCppTypeNameForFieldType 1640 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint32" , GetCppTypeNameForFieldType(FD::TYPE_UINT32  ));
GetCppTypeNameForFieldType 1641 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("enum"   , GetCppTypeNameForFieldType(FD::TYPE_ENUM    ));
GetCppTypeNameForFieldType 1642 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int32"  , GetCppTypeNameForFieldType(FD::TYPE_SFIXED32));
GetCppTypeNameForFieldType 1643 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_SFIXED64));
GetCppTypeNameForFieldType 1644 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int32"  , GetCppTypeNameForFieldType(FD::TYPE_SINT32  ));
GetCppTypeNameForFieldType 1645 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"  , GetCppTypeNameForFieldType(FD::TYPE_SINT64  ));