Searched refs:FindAll (Results 1 – 4 of 4) sorted by relevance
262 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll() function321 std::vector<size_t> strCounts = FindAll(haystack, "java.lang.String"); in TEST_F()322 std::vector<size_t> b1Counts = FindAll(haystack, "byte[] (1 elements)"); in TEST_F()323 std::vector<size_t> b2Counts = FindAll(haystack, "byte[] (2 elements)"); in TEST_F()324 std::vector<size_t> cCounts = FindAll(haystack, "char[]"); in TEST_F()
910 foundPaths = finder2.FindAll()1447 foundPaths := finder.FindAll()1460 foundPaths = finder2.FindAll()1477 foundPaths = finder3.FindAll()1508 foundPaths := finder.FindAll()1522 foundPaths = finder2.FindAll()1532 foundPaths = finder3.FindAll()1554 foundPaths := finder.FindAll()1575 foundPaths := finder.FindAll()
223 func (f *Finder) FindAll() []string { func
155 return service.FindAll(), nil