Home
last modified time | relevance | path

Searched refs:elements_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h113 elements_[start_++] = value; in Push()
119 elements_[count_++] = value; in Push()
133 result = callback(result, elements_[i]); in Sum()
144 std::array<T, N> elements_;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp379 elements_.push_back(NamedNode { BASE_NS::string(name), BASE_NS::move(node) }); in Export()
392 elements_.push_back(NamedNode { BASE_NS::string(name), BASE_NS::move(node) }); in ExportAny()
405 elements_.push_back(NamedNode { BASE_NS::string(name), BASE_NS::move(node) }); in ExportWeakPtr()
419 elements_.insert(elements_.end(), vec.begin(), vec.end()); in AutoExport()
429 return BASE_NS::shared_ptr<MapNode>(new MapNode { BASE_NS::move(elements_) }); in ExtractNode()
H A Dexporter.h95 BASE_NS::vector<NamedNode> elements_; in META_BEGIN_NAMESPACE() local