Lines Matching defs:pos
60 size_t findT(T self, T s, size_t pos) { in findT()
71 size_t find(StringPiece self, StringPiece s, size_t pos) { in find()
75 size_t find(StringPiece16 self, StringPiece16 s, size_t pos) { in find()
80 size_t rfindT(T self, T s, size_t pos) { in rfindT()
95 size_t rfind(StringPiece self, StringPiece s, size_t pos) { in rfind()
99 size_t rfind(StringPiece16 self, StringPiece16 s, size_t pos) { in rfind()
104 size_t find_first_of(StringPiece self, StringPiece s, size_t pos) { in find_first_of()
124 size_t find_first_ofT(T self, T s, size_t pos) { in find_first_ofT()
135 size_t find_first_of(StringPiece16 self, StringPiece16 s, size_t pos) { in find_first_of()
140 size_t find_first_not_of(StringPiece self, StringPiece s, size_t pos) { in find_first_not_of()
163 size_t find_first_not_ofT(T self, T s, size_t pos) { in find_first_not_ofT()
181 size_t find_first_not_of(StringPiece16 self, StringPiece16 s, size_t pos) { in find_first_not_of()
186 size_t find_last_of(StringPiece self, StringPiece s, size_t pos) { in find_last_of()
207 size_t find_last_ofT(T self, T s, size_t pos) { in find_last_ofT()
223 size_t find_last_of(StringPiece16 self, StringPiece16 s, size_t pos) { in find_last_of()
228 size_t find_last_not_of(StringPiece self, StringPiece s, size_t pos) { in find_last_not_of()
253 size_t find_last_not_ofT(T self, T s, size_t pos) { in find_last_not_ofT()
273 size_t find_last_not_of(StringPiece16 self, StringPiece16 s, size_t pos) { in find_last_not_of()
277 size_t find(WStringPiece self, WStringPiece s, size_t pos) { in find()
281 size_t rfind(WStringPiece self, WStringPiece s, size_t pos) { in rfind()
285 size_t find_first_of(WStringPiece self, WStringPiece s, size_t pos) { in find_first_of()
289 size_t find_first_not_of(WStringPiece self, WStringPiece s, size_t pos) { in find_first_not_of()
293 size_t find_last_of(WStringPiece self, WStringPiece s, size_t pos) { in find_last_of()
297 size_t find_last_not_of(WStringPiece self, WStringPiece s, size_t pos) { in find_last_not_of()