Searched refs:FruitAssert (Results 1 – 15 of 15) sorted by relevance
53 FruitAssert(components_with_no_args_with_expansion_in_progress.empty()); in ~BindingNormalizationContext()54 FruitAssert(components_with_args_with_expansion_in_progress.empty()); in ~BindingNormalizationContext()82 FruitAssert(binding_data_map.empty()); in normalizeBindings()163 FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT); in handleBindingForConstructedObject()203 …FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_… in handleBindingForObjectToConstructThatNeedsAllocation()237 …FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_… in handleBindingForObjectToConstructThatNeedsNoAllocation()271 FruitAssert(entry.kind == ComponentStorageEntry::Kind::COMPRESSED_BINDING); in handleCompressedBinding()279 FruitAssert(entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_FOR_CONSTRUCTED_OBJECT || in handleMultibinding()283 FruitAssert(!context.entries_to_process.empty()); in handleMultibinding()286 …FruitAssert(vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR); in handleMultibinding()[all …]
38 FruitAssert(itr->edges_begin != 1); in getNode()44 FruitAssert(itr->edges_begin != 1); in isTerminal()50 FruitAssert(itr->edges_begin != 1); in setTerminal()67 FruitAssert(itr->edges_begin != 1); in getNode()73 FruitAssert(itr->edges_begin != 1); in isTerminal()85 FruitAssert(itr->edges_begin != 0); in neighborsBegin()86 FruitAssert(itr->edges_begin != 1); in neighborsBegin()176 FruitAssert(internalNodeId.id % sizeof(NodeData) == 0); in nodeAtId()180 FruitAssert(p == nodes_begin + internalNodeId.id / sizeof(NodeData)); in nodeAtId()187 FruitAssert(internalNodeId.id % sizeof(NodeData) == 0); in nodeAtId()[all …]
34 FruitAssert(other.size() <= capacity); in FixedSizeVector()38 FruitAssert(v_begin != nullptr); in FixedSizeVector()39 FruitAssert(other.v_begin != nullptr); in FixedSizeVector()
68 FruitAssert(begin() + i < end());74 FruitAssert(begin() + i < end());88 FruitAssert(v_end != v_begin + capacity); in push_back()93 FruitAssert(v_end <= v_begin + capacity); in push_back()
89 FruitAssert(values.data() <= first_value_ptr); in SemistaticMap()90 FruitAssert(first_value_ptr < values.data() + values.size()); in SemistaticMap()164 FruitAssert(p != lookup_table[h].end); in at()
75 FruitAssert(remaining_types[getTypeId<AnnotatedT>()] != 0); in constructObject()79 FruitAssert(std::uintptr_t(p) % alignof(T) == 0); in constructObject()
85 FruitAssert(first_free != nullptr); in allocate()
31 FruitAssert(kind != Kind::INVALID); in copy()51 FruitAssert(kind != Kind::INVALID); in destroy()177 FruitAssert(fun != nullptr); in create()195 FruitAssert(fun != nullptr); in createReplacedComponentEntry()207 FruitAssert(fun != nullptr); in createReplacementComponentEntry()224 FruitAssert(add_bindings_fun == other.add_bindings_fun);233 FruitAssert(isValid()); in addBindings()
58 FruitAssert(itr->kind != ComponentStorageEntry::Kind::COMPRESSED_BINDING); in getId()59 FruitAssert(itr->kind != ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS); in getId()60 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_NO_ARGS); in getId()61 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_NO_ARGS); in getId()62 FruitAssert(itr->kind != ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_ARGS); in getId()63 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACED_LAZY_COMPONENT_WITH_ARGS); in getId()64 FruitAssert(itr->kind != ComponentStorageEntry::Kind::REPLACEMENT_LAZY_COMPONENT_WITH_ARGS); in getId()79 FruitAssert(false); in isTerminal()86 …FruitAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_A… in getEdgesBegin()93 …FruitAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_A… in getEdgesEnd()[all …]
24 #define FruitAssert(...) assert(__VA_ARGS__) macro30 #define FruitAssert(...) macro
82 …FruitAssert(false); …86 …FruitAssert(false); …
641 FruitAssert(Eval<Op1>().numEntries() == Eval<RealOp>().numEntries());675 FruitAssert(Eval<Op1>().numEntries() == Eval<RealOp>().numEntries());943 FruitAssert(Eval<R>().numEntries() == Eval<RealOp>().numEntries());1003 FruitAssert(Eval<R>().numEntries() == Eval<RealOp>().numEntries());
75 FruitAssert(entries.size() == num_entries); in Component()
74 FruitAssert(!concrete_type_info.is_abstract);81 FruitAssert(!concrete_type_info.is_abstract);88 FruitAssert(!concrete_type_info.is_abstract);
229 FruitAssert(multibinding_entry.kind == in addMultibindings()234 …FruitAssert(multibinding_vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VE… in addMultibindings()286 FruitAssert(bindingCompressionInfoMap.empty()); in normalizeBindingsWithUndoableBindingCompression()424 …FruitAssert(binding_compression_itr != base_normalized_component.binding_compression_info_map.end(… in normalizeBindingsAndAddTo()425 …FruitAssert(!(base_normalized_component.bindings.find(binding_compression_itr->second.i_type_id) == in normalizeBindingsAndAddTo()