Searched refs:createLazyComponentWithNoArgsSet (Results 1 – 5 of 5) sorted by relevance
/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 47 createLazyComponentWithNoArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 73 createLazyComponentWithNoArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 115 createLazyComponentWithNoArgsSet(0 /* capacity */, normalized_component_memory_pool); in ~NormalizedComponentStorage()
|
D | binding_normalization.cpp | 295 …fully_expanded_components = NormalizedComponentStorage::createLazyComponentWithNoArgsSet(0, memory… in normalizeBindingsWithUndoableBindingCompression()
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | normalized_component_storage.defn.h | 26 NormalizedComponentStorage::createLazyComponentWithNoArgsSet(size_t capacity, MemoryPool& memory_po… in createLazyComponentWithNoArgsSet() function
|
D | binding_normalization.h | 280 NormalizedComponentStorage::createLazyComponentWithNoArgsSet(20 /* capacity */, 289 … NormalizedComponentStorage::createLazyComponentWithNoArgsSet(20 /* capacity */, memory_pool);
|
D | normalized_component_storage.h | 93 …static LazyComponentWithNoArgsSet createLazyComponentWithNoArgsSet(size_t capacity, MemoryPool& me…
|