Home
last modified time | relevance | path

Searched defs:Grow (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbytes_write_handler.cc79 size_t BytesWriteHandler::Grow(size_t size) { in Grow() function in client::BytesWriteHandler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp121 unsigned Position, bool Grow) { in distribute()
DSmallPtrSet.cpp94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp118 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow() function in SmallPtrSetImplBase
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc144 void Grow(uint32_t n) { in Grow() function in absl::synchronization_internal::__anon4e13f0cc0111::Vec
243 void Grow() { in Grow() function in absl::synchronization_internal::__anon4e13f0cc0111::NodeSet
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dcontainers_test.cpp326 TEST_F(ContainersListTest, Grow) { in TEST_F() argument
/third_party/cef/libcef/browser/
Dstream_impl.cc291 size_t CefBytesWriter::Grow(size_t size) { in Grow() function in CefBytesWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h1848 bool Grow = P.leafOffset() == Size; in treeInsert() local