Lines Matching full:pointers
35 /// memchr, but using raw pointers to represent the haystack.
39 /// Pointers must be valid. See `One::find_raw`.
49 /// memrchr, but using raw pointers to represent the haystack.
53 /// Pointers must be valid. See `One::rfind_raw`.
63 /// memchr2, but using raw pointers to represent the haystack.
67 /// Pointers must be valid. See `Two::find_raw`.
78 /// memrchr2, but using raw pointers to represent the haystack.
82 /// Pointers must be valid. See `Two::rfind_raw`.
93 /// memchr3, but using raw pointers to represent the haystack.
97 /// Pointers must be valid. See `Three::find_raw`.
109 /// memrchr3, but using raw pointers to represent the haystack.
113 /// Pointers must be valid. See `Three::rfind_raw`.
125 /// Count all matching bytes, but using raw pointers to represent the haystack.
129 /// Pointers must be valid. See `One::count_raw`.