Home | History | Annotate | Download | only in tests

Lines Matching refs:names2

129   std::vector<std::string> names2;
130 names2.push_back("jane");
131 names2.push_back("mary");
132 auto vecofstrings2 = builder.CreateVectorOfStrings(names2);