HomeSort by relevance Sort by last modified time
    Searched refs:BINDING_FOR_CONSTRUCTED_OBJECT (Results 1 - 5 of 5) sorted by null

  /external/google-fruit/include/fruit/impl/normalized_component_storage/
normalized_bindings.defn.h 27 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT:
28 object = entry.binding_for_constructed_object.object_ptr;
30 is_nonconst = entry.binding_for_constructed_object.is_nonconst;
binding_normalization.templates.h 95 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT:
163 FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT);
170 context.functors.get_object_ptr(itr) != entry.binding_for_constructed_object.object_ptr) {
180 if (entry_in_map.kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT ||
181 entry.binding_for_constructed_object.object_ptr != entry_in_map.binding_for_constructed_object.object_ptr) {
190 entry_in_map.binding_for_constructed_object.is_nonconst |= entry.binding_for_constructed_object.is_nonconst;
598 FruitAssert(entry.kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT ||
602 if (entry.kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT) {
    [all...]
  /external/google-fruit/include/fruit/impl/component_storage/
component_storage_entry.h 40 BINDING_FOR_CONSTRUCTED_OBJECT,
293 // Valid iff kind is BINDING_FOR_CONSTRUCTED_OBJECT.
294 BindingForConstructedObject binding_for_constructed_object; member in union:fruit::impl::ComponentStorageEntry::__anon22826
  /external/google-fruit/include/fruit/impl/injector/
injector_storage.defn.h 74 if (itr->kind != ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT &&
82 return itr->kind == ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT;
408 result.kind = ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT;
410 ComponentStorageEntry::BindingForConstructedObject& binding = result.binding_for_constructed_object;
421 result.kind = ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT;
423 ComponentStorageEntry::BindingForConstructedObject& binding = result.binding_for_constructed_object;
    [all...]
  /external/google-fruit/src/
binding_normalization.cpp 394 case ComponentStorageEntry::Kind::BINDING_FOR_CONSTRUCTED_OBJECT:

Completed in 336 milliseconds