Searched refs:stringVec (Results 1 – 2 of 2) sorted by relevance
848 ArrayList<String> stringVec = new ArrayList<String>(); in client() local849 stringVec.add("one"); in client()850 stringVec.add("two"); in client()851 stringVec.add("three"); in client()857 ExpectTrue(expectedOutVec.equals(proxy.haveAStringVec(stringVec))); in client()
303 %type<stringVec> annotation_string_values annotation_string_value329 std::vector<std::string> *stringVec;