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