GetTypeNameForFieldType 1578 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("double"  , GetTypeNameForFieldType(FD::TYPE_DOUBLE  ));
GetTypeNameForFieldType 1579 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("float"   , GetTypeNameForFieldType(FD::TYPE_FLOAT   ));
GetTypeNameForFieldType 1580 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int64"   , GetTypeNameForFieldType(FD::TYPE_INT64   ));
GetTypeNameForFieldType 1581 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint64"  , GetTypeNameForFieldType(FD::TYPE_UINT64  ));
GetTypeNameForFieldType 1582 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("int32"   , GetTypeNameForFieldType(FD::TYPE_INT32   ));
GetTypeNameForFieldType 1583 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("fixed64" , GetTypeNameForFieldType(FD::TYPE_FIXED64 ));
GetTypeNameForFieldType 1584 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("fixed32" , GetTypeNameForFieldType(FD::TYPE_FIXED32 ));
GetTypeNameForFieldType 1585 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("bool"    , GetTypeNameForFieldType(FD::TYPE_BOOL    ));
GetTypeNameForFieldType 1586 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("string"  , GetTypeNameForFieldType(FD::TYPE_STRING  ));
GetTypeNameForFieldType 1587 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("group"   , GetTypeNameForFieldType(FD::TYPE_GROUP   ));
GetTypeNameForFieldType 1588 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("message" , GetTypeNameForFieldType(FD::TYPE_MESSAGE ));
GetTypeNameForFieldType 1589 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("bytes"   , GetTypeNameForFieldType(FD::TYPE_BYTES   ));
GetTypeNameForFieldType 1590 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("uint32"  , GetTypeNameForFieldType(FD::TYPE_UINT32  ));
GetTypeNameForFieldType 1591 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("enum"    , GetTypeNameForFieldType(FD::TYPE_ENUM    ));
GetTypeNameForFieldType 1592 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sfixed32", GetTypeNameForFieldType(FD::TYPE_SFIXED32));
GetTypeNameForFieldType 1593 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sfixed64", GetTypeNameForFieldType(FD::TYPE_SFIXED64));
GetTypeNameForFieldType 1594 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sint32"  , GetTypeNameForFieldType(FD::TYPE_SINT32  ));
GetTypeNameForFieldType 1595 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   EXPECT_STREQ("sint64"  , GetTypeNameForFieldType(FD::TYPE_SINT64  ));