Searched refs:stringArrayItem2 (Results 1 – 1 of 1) sorted by relevance
615 const FieldValue& stringArrayItem2 = values[9]; in TEST_P() local617 EXPECT_EQ(expectedField, stringArrayItem2.mField); in TEST_P()618 EXPECT_EQ(Type::STRING, stringArrayItem2.mValue.getType()); in TEST_P()619 EXPECT_EQ("str2", stringArrayItem2.mValue.str_value); in TEST_P()652 const FieldValue& stringArrayItem2 = values[1]; in TEST_P() local654 EXPECT_EQ(expectedField, stringArrayItem2.mField); in TEST_P()655 EXPECT_EQ(Type::STRING, stringArrayItem2.mValue.getType()); in TEST_P()656 EXPECT_EQ(empty, stringArrayItem2.mValue.str_value); in TEST_P()