Searched refs:stringVec (Results 1 – 2 of 2) sorted by relevance
959 ArrayList<String> stringVec = new ArrayList<String>(); in client() local960 stringVec.add("one"); in client()961 stringVec.add("two"); in client()962 stringVec.add("three"); in client()968 ExpectTrue(expectedOutVec.equals(proxy.haveAStringVec(stringVec))); in client()
308 %type<stringVec> annotation_string_values annotation_string_value333 std::vector<std::string> *stringVec;