Home
last modified time | relevance | path

Searched refs:PushValue (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h151 ReturnError PushValue(const BASE_NS::shared_ptr<Intf>& value) in PushValue() function in TypelessPropertyInterface
155 return i->PushValue(v); in PushValue()
187 return i->PushValue(interface_pointer_cast<IValue>(b));
202 return i->PushValue(interface_pointer_cast<IValue>(b));
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_stack_property.h34 virtual ReturnError PushValue(const IValue::Ptr& value) = 0;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h62 i->PushValue(value); in SetEngineValueToProperty()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h95 i->PushValue(interface_pointer_cast<IValue>(bind)); in AddArrayElementBind()
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.h41 ReturnError PushValue(const IValue::Ptr& value) override;
H A Dstack_property.cpp204 ReturnError StackProperty::PushValue(const IValue::Ptr& value) in PushValue() function in Internal::StackProperty
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp227 i->PushValue(value); in PropertyFromValue()

Completed in 4 milliseconds