Home
last modified time | relevance | path

Searched defs:SizeLimit (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs255 public int SizeLimit { get { return sizeLimit; } } property in Google.Protobuf.CodedInputStream
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp92 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp104 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
/external/clang/lib/CodeGen/
DCGDecl.cpp895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local