Home
last modified time | relevance | path

Searched refs:createLazyComponentWithArgsSet (Results 1 – 5 of 5) sorted by relevance

/external/google-fruit/src/
Dnormalized_component_storage.cpp49 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()
Dbinding_normalization.cpp299 …fully_expanded_components = NormalizedComponentStorage::createLazyComponentWithArgsSet(0, memory_p… in normalizeBindingsWithUndoableBindingCompression()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dnormalized_component_storage.defn.h33 NormalizedComponentStorage::createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory_pool… in createLazyComponentWithArgsSet() function
Dbinding_normalization.h283 NormalizedComponentStorage::createLazyComponentWithArgsSet(20 /* capacity */,
291 NormalizedComponentStorage::createLazyComponentWithArgsSet(20 /* capacity */, memory_pool);
Dnormalized_component_storage.h94 …static LazyComponentWithArgsSet createLazyComponentWithArgsSet(size_t capacity, MemoryPool& memory…