Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h427 void UnsafeDecrementRecursionDepth();
1515 inline void CodedInputStream::UnsafeDecrementRecursionDepth() { in UnsafeDecrementRecursionDepth() function
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1248 input->UnsafeDecrementRecursionDepth(); in ReadGroup()