Searched refs:IntVectorToString (Results 1 – 2 of 2) sorted by relevance
20 std::string IntVectorToString(const std::vector<int>& items) { in IntVectorToString() function358 result += " indirect_child_ids=" + IntVectorToString(values); in ToString()361 result += " controls_ids=" + IntVectorToString(values); in ToString()364 result += " describedby_ids=" + IntVectorToString(values); in ToString()367 result += " flowto_ids=" + IntVectorToString(values); in ToString()370 result += " labelledby_ids=" + IntVectorToString(values); in ToString()373 result += " owns_ids=" + IntVectorToString(values); in ToString()376 result += " line_breaks=" + IntVectorToString(values); in ToString()379 result += " cell_ids=" + IntVectorToString(values); in ToString()382 result += " unique_cell_ids=" + IntVectorToString(values); in ToString()[all …]
19 std::string IntVectorToString(const std::vector<int>& values) { in IntVectorToString() function46 EXPECT_EQ("20,30", IntVectorToString(result)); in TEST()51 EXPECT_EQ("20,30", IntVectorToString(result)); in TEST()56 EXPECT_EQ("20,30", IntVectorToString(result)); in TEST()