Home
last modified time | relevance | path

Searched defs:GetFunctions (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dsqlite_default_function.h51 static constexpr std::pair<const SqliteFunction*, size_t> GetFunctions() in GetFunctions() function
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/ext/
Dobject_fwd.h110 BASE_NS::vector<IFunction::Ptr> GetFunctions() override in GetFunctions() function
114 BASE_NS::vector<IFunction::ConstPtr> GetFunctions() const override in GetFunctions() function
/foundation/graphic/graphic_3d/lume/LumeMeta/src/
Dobject_data_container.cpp58 BASE_NS::vector<IFunction::Ptr> ObjectDataContainer::GetFunctions() in GetFunctions() function in Internal::ObjectDataContainer
62 BASE_NS::vector<IFunction::ConstPtr> ObjectDataContainer::GetFunctions() const in GetFunctions() function in Internal::ObjectDataContainer
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/
Dobject.h97 auto GetFunctions() const in GetFunctions() function