Home
last modified time | relevance | path

Searched refs:SizeLimit (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs229 public int SizeLimit { get { return state.sizeLimit; } } property in Google.Protobuf.CodedInputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp103 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden,
558 if (TotalIn >= SizeLimit+Spare) in isProfitable()
586 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
330 // Have to use a Stream rather than ByteString.CreateCodedInput as SizeLimit doesn't in SizeLimit()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs565 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
567 // Have to use a Stream rather than ByteString.CreateCodedInput as SizeLimit doesn't in SizeLimit()

Completed in 5 milliseconds