Home
last modified time | relevance | path

Searched defs:DataAvailable (Results 1 – 3 of 3) sorted by relevance

/third_party/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs70 public event DataAvailableHandler DataAvailable; event in DotZLib.CodecBase
DDotZLib.cs179 event DataAvailableHandler DataAvailable; event
/third_party/protobuf/src/google/protobuf/
Dparse_context.h202 bool DataAvailable(const char* ptr) { return ptr < limit_end_; } in DataAvailable() function