Searched refs:normalized_component_memory_pool (Results 1 – 2 of 2) sorted by relevance
/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 46 : normalized_component_memory_pool(), in NormalizedComponentStorage() 48 0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 50 createLazyComponentWithNoArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 52 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 54 … createLazyComponentWithNoArgsReplacementMap(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 56 … createLazyComponentWithArgsReplacementMap(0 /* capacity */, normalized_component_memory_pool)) { in NormalizedComponentStorage() 72 : normalized_component_memory_pool(), in NormalizedComponentStorage() 74 20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 76 createLazyComponentWithNoArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 78 createLazyComponentWithArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() [all …]
|
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | normalized_component_storage.h | 114 MemoryPool normalized_component_memory_pool; variable
|