Home
last modified time | relevance | path

Searched refs:ReachedLimit (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs391 if (ReachedLimit) in ReadTag()
595 if (!ReachedLimit) in ReadMessage()
1008 internal bool ReachedLimit property in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs109 while (!input.ReachedLimit) in AddEntriesFrom()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1935 bool ReachedLimit = SHOff.getValueOr(CBA.getOffset()) + in writeELF() local
1941 ReachedLimit = true; in writeELF()
1944 if (ReachedLimit) in writeELF()