Home
last modified time | relevance | path

Searched defs:SizeLimit (Results 1 – 4 of 4) 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/clang/lib/CodeGen/
DCGDecl.cpp895 uint64_t SizeLimit = 32; in shouldUseMemSetPlusStoresToInitialize() local