Home
last modified time | relevance | path

Searched defs:raw_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dstring_search.h248 size_t raw_pos = static_cast<size_t>(char_pos - subject.start()); in FindFirstCharacter() local
284 size_t raw_pos = static_cast<size_t>(char_pos - subject.start()); in FindFirstCharacter() local
/third_party/python/Modules/_io/
Dbufferedio.c208 Py_off_t raw_pos; member