HomeSort by relevance Sort by last modified time
    Searched defs:PushLimit (Results 1 - 2 of 2) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 572 int oldLimit = PushLimit(length);
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 119 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
146 // PushLimit().
157 return std::make_pair(PushLimit(byte_limit), --recursion_budget_);
162 return PushLimit(ReadVarint32(&length) ? length : 0);

Completed in 111 milliseconds