Searched refs:createLazyComponentWithArgsSet (Results 1 – 5 of 5) sorted by relevance
/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 49 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 75 createLazyComponentWithArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 117 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool); in ~NormalizedComponentStorage()
|
D | binding_normalization.cpp | 299 …fully_expanded_components = NormalizedComponentStorage::createLazyComponentWithArgsSet(0, memory_p… in normalizeBindingsWithUndoableBindingCompression()
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | normalized_component_storage.defn.h | 33 NormalizedComponentStorage::createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory_pool… in createLazyComponentWithArgsSet() function
|
D | binding_normalization.h | 283 NormalizedComponentStorage::createLazyComponentWithArgsSet(20 /* capacity */, 291 NormalizedComponentStorage::createLazyComponentWithArgsSet(20 /* capacity */, memory_pool);
|
D | normalized_component_storage.h | 94 …static LazyComponentWithArgsSet createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory…
|