Home
last modified time | relevance | path

Searched refs:runbegin (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c8612 char *runbegin; member
8661 e->runbegin = new_buf + (e->runbegin - e->buf); in reserve()
8707 assert(e->ptr >= e->runbegin); in accumulate()
8708 run_len = e->ptr - e->runbegin; in accumulate()
8711 e->runbegin = e->ptr; in accumulate()
8748 e->runbegin = e->ptr; in start_delim()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c9323 char *runbegin; member
9372 e->runbegin = new_buf + (e->runbegin - e->buf); in reserve()
9418 assert(e->ptr >= e->runbegin); in accumulate()
9419 run_len = e->ptr - e->runbegin; in accumulate()
9422 e->runbegin = e->ptr; in accumulate()
9459 e->runbegin = e->ptr; in start_delim()