Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dnormalized_component_storage.cpp52 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage()
78 createLazyComponentWithArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage()
120 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool); in ~NormalizedComponentStorage()
/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…