Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dparse_context.cc122 while (zcis_->Next(&data, &size_)) { in Next()
261 zcis_ = zcis; in InitFrom()
Dparse_context.h122 if (count > 0) zcis_->BackUp(count); in BackUp()
249 io::ZeroCopyInputStream* zcis_ = nullptr; variable