Searched refs:stringVec (Results 1 – 2 of 2) sorted by relevance
529 ArrayList<String> stringVec = new ArrayList<String>(); in client() local530 stringVec.add("one"); in client()531 stringVec.add("two"); in client()532 stringVec.add("three"); in client()538 ExpectTrue(expectedOutVec.equals(proxy.haveAStringVec(stringVec))); in client()
249 %type<stringVec> annotation_string_values annotation_string_value274 std::vector<std::string> *stringVec;