Searched refs:find_impl (Results 1 – 4 of 4) sorted by relevance
36 unsafe { self.find_impl(haystack, needle) } in find()47 unsafe fn find_impl( in find_impl() method
47 unsafe { self.find_impl(haystack, needle) } in find()58 unsafe fn find_impl( in find_impl() method
34 self.find_impl(haystack, needle) in find()39 fn find_impl(&self, haystack: &[u8], needle: &[u8]) -> Option<usize> { in find_impl() method
86 find_impl(const char *name) in find_impl() function211 int impl = find_impl(optarg); in main()