Home
last modified time | relevance | path

Searched refs:FruitAssert (Results 1 – 15 of 15) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h53 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()
203FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_… in handleBindingForObjectToConstructThatNeedsAllocation()
237FruitAssert(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()
286FruitAssert(vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VECTOR_CREATOR); in handleMultibinding()
[all …]
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.defn.h38 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 …]
Dfixed_size_vector.templates.h34 FruitAssert(other.size() <= capacity); in FixedSizeVector()
38 FruitAssert(v_begin != nullptr); in FixedSizeVector()
39 FruitAssert(other.v_begin != nullptr); in FixedSizeVector()
Dfixed_size_vector.defn.h68 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()
Dsemistatic_map.templates.h89 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()
Dfixed_size_allocator.defn.h75 FruitAssert(remaining_types[getTypeId<AnnotatedT>()] != 0); in constructObject()
79 FruitAssert(std::uintptr_t(p) % alignof(T) == 0); in constructObject()
Dmemory_pool.defn.h85 FruitAssert(first_free != nullptr); in allocate()
/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h31 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()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h58 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()
86FruitAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_A… in getEdgesBegin()
93FruitAssert(itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_OBJECT_TO_CONSTRUCT_THAT_NEEDS_A… in getEdgesEnd()
[all …]
/external/google-fruit/include/fruit/impl/
Dfruit_assert.h24 #define FruitAssert(...) assert(__VA_ARGS__) macro
30 #define FruitAssert(...) macro
Dfruit-config.h82FruitAssert(false); …
86FruitAssert(false); …
Dcomponent_functors.defn.h641 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());
Dcomponent.defn.h75 FruitAssert(entries.size() == num_entries); in Component()
/external/google-fruit/include/fruit/impl/util/
Dtype_info.defn.h74 FruitAssert(!concrete_type_info.is_abstract);
81 FruitAssert(!concrete_type_info.is_abstract);
88 FruitAssert(!concrete_type_info.is_abstract);
/external/google-fruit/src/
Dbinding_normalization.cpp229 FruitAssert(multibinding_entry.kind == in addMultibindings()
234FruitAssert(multibinding_vector_creator_entry.kind == ComponentStorageEntry::Kind::MULTIBINDING_VE… in addMultibindings()
286 FruitAssert(bindingCompressionInfoMap.empty()); in normalizeBindingsWithUndoableBindingCompression()
424FruitAssert(binding_compression_itr != base_normalized_component.binding_compression_info_map.end(… in normalizeBindingsAndAddTo()
425FruitAssert(!(base_normalized_component.bindings.find(binding_compression_itr->second.i_type_id) == in normalizeBindingsAndAddTo()