Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs229 public int SizeLimit { get { return state.sizeLimit; } } property in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs593 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs229 public int SizeLimit { get { return state.sizeLimit; } } property in Google.Protobuf.CodedInputStream
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs593 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/external/pigweed/pw_varint/
Dstream_test.cc277 TEST(VarintRead, SizeLimit) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_client_session_cache_test.cc324 TEST_F(QuicClientSessionCacheTest, SizeLimit) { in TEST_F() argument
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go46 SizeLimit uint64 member
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
Dacvp.go46 SizeLimit uint64 member
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp92 cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp103 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