Searched refs:normalized_component_memory_pool (Results 1 – 2 of 2) sorted by relevance
/external/google-fruit/src/ |
D | normalized_component_storage.cpp | 43 : normalized_component_memory_pool(), in NormalizedComponentStorage() 45 0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 47 createLazyComponentWithNoArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 49 createLazyComponentWithArgsSet(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 51 … createLazyComponentWithNoArgsReplacementMap(0 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 53 … createLazyComponentWithArgsReplacementMap(0 /* capacity */, normalized_component_memory_pool)) { in NormalizedComponentStorage() 69 : normalized_component_memory_pool(), in NormalizedComponentStorage() 71 20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 73 createLazyComponentWithNoArgsSet(20 /* capacity */, normalized_component_memory_pool)), in NormalizedComponentStorage() 75 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
|