Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dparse_context.h256 io::ZeroCopyInputStream* zcis_ = nullptr; variable
285 bool res = zcis_->Next(data, &size_); in StreamNext()
290 zcis_->BackUp(count); in StreamBackUp()
Dparse_context.cc287 zcis_ = zcis; in InitFrom()