Searched defs:structName (Results 1 – 3 of 3) sorted by relevance
| /foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
| D | core_metadata.inl | 176 #define DECL_NAMED_PROPERTY_METADATA(structName, prop_name, name, displayname, flags, metadata) \ argument 186 #define DECL_NAMED_PROPERTY(structName, prop_name, name, displayname, flags) … argument 191 #define DECL_BITFIELD_PROPERTY(structName, name, displayname, flags, enumeration) … argument 197 #define DECL_PROPERTY2(structName, name, displayname, flags) … argument 202 #define BEGIN_METADATA(structName, dataType) \ argument 204 #define END_METADATA(structName, dataType) }; }; template<> … argument 216 #define DECL_ENUM_VALUE(structName, flags) … argument 222 #define BEGIN_ENUM(structName, dataType) \ argument 227 #define END_ENUM(structName, dataType) }; }; template<> … argument
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| D | native_impl.cpp | 210 void* OH_ArkUI_QueryModuleInterfaceByName(ArkUI_NativeAPIVariantKind type, const char* structName) in OH_ArkUI_QueryModuleInterfaceByName()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| D | flatbuffer_schema.cpp | 677 auto structName = structObj->name(); in ParseCheckStructDefine() local
|