Home
last modified time | relevance | path

Searched defs:byteLimit (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkResourceCache.cpp99 SkResourceCache::SkResourceCache(size_t byteLimit) { in SkResourceCache()
203 size_t byteLimit; in purgeAsNeeded() local
/third_party/skia/src/core/
DSkResourceCache.cpp100 SkResourceCache::SkResourceCache(size_t byteLimit) in SkResourceCache()
205 size_t byteLimit; in purgeAsNeeded() local
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs614 internal int PushLimit(int byteLimit) in PushLimit()
/third_party/flutter/skia/tests/
DSkResourceCacheTest.cpp126 const size_t byteLimit = 100 * 1024; in DEF_TEST() local
/third_party/skia/tests/
DSkResourceCacheTest.cpp128 const size_t byteLimit = 100 * 1024; in DEF_TEST() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java468 public abstract int pushLimit(int byteLimit) throws InvalidProtocolBufferException; in pushLimit()
1182 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()
1905 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()
2662 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()
3731 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()