Searched refs:remaining_types (Results 1 – 2 of 2) sorted by relevance
75 FruitAssert(remaining_types[getTypeId<AnnotatedT>()] != 0); in constructObject()76 remaining_types[getTypeId<AnnotatedT>()]--; in constructObject()107 remaining_types = allocator_data.types; in FixedSizeAllocator()109 for (auto x : remaining_types) { in FixedSizeAllocator()121 std::swap(remaining_types, x.remaining_types); in FixedSizeAllocator()130 std::swap(remaining_types, x.remaining_types);
47 std::unordered_map<TypeId, std::size_t> remaining_types; variable