Searched refs:GetFieldJsonName (Results 1 – 1 of 1) sorted by relevance
43 std::string GetFieldJsonName(const std::string& field_name) { in GetFieldJsonName() function in android::jsonpb::JsonKeyTest126 EXPECT_EQ("fooBar", GetFieldJsonName<NoJsonName>("foo_bar")); in TEST_F()131 EXPECT_EQ("barBaz", GetFieldJsonName<NoJsonName>("barBaz")); in TEST_F()136 EXPECT_EQ("BazQux", GetFieldJsonName<NoJsonName>("BazQux")); in TEST_F()141 EXPECT_EQ("QUXQUUX", GetFieldJsonName<NoJsonName>("QUX_QUUX")); in TEST_F()