Home
last modified time | relevance | path

Searched refs:ofs_ (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/src/
Dlexer.in.cc68 ofs_ = input_.str_; in Start()
113 ofs_ = last_token_; in UnreadToken()
117 const char* p = ofs_; in ReadToken()
154 ofs_ = p; in ReadToken()
169 const char* p = ofs_; in EatWhitespace()
172 ofs_ = p; in EatWhitespace()
184 const char* p = ofs_; in ReadIdent()
200 ofs_ = p; in ReadIdent()
206 const char* p = ofs_; in ReadEvalString()
273 ofs_ = p; in ReadEvalString()
Dlexer.cc69 ofs_ = input_.str_; in Start()
114 ofs_ = last_token_; in UnreadToken()
118 const char* p = ofs_; in ReadToken()
453 ofs_ = p; in ReadToken()
468 const char* p = ofs_; in EatWhitespace()
471 ofs_ = p; in EatWhitespace()
552 const char* p = ofs_; in ReadIdent()
616 ofs_ = p; in ReadIdent()
622 const char* p = ofs_; in ReadEvalString()
825 ofs_ = p; in ReadEvalString()
Dlexer.h101 const char* ofs_; member
/third_party/grpc/third_party/upb/tests/
Dtest_util.h40 ofs_ = 0; in Reset()
105 bytes = (int)(len_ - ofs_); in ParseBuffer()
108 ASSERT((size_t)bytes <= (len_ - ofs_)); in ParseBuffer()
115 if ((int)(ofs_ + bytes) <= skip_until_) { in ParseBuffer()
120 memcpy(buf2, buf_ + ofs_, bytes); in ParseBuffer()
130 (unsigned)bytes, (unsigned)ofs_, (unsigned)(ofs_ + bytes)); in ParseBuffer()
159 skip_until_ = (int)(ofs_ + parsed); in ParseBuffer()
162 ofs_ += UPB_MIN(parsed, bytes); in ParseBuffer()
171 size_t ofs() { return ofs_; } in ofs()
185 size_t ofs_; variable