Searched refs:Variant (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | graphicsstate_impl.cpp | 26 META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::IGraphicsState, BASE_NS::string, Variant, "") 40 auto variant = GetValue(META_ACCESS_PROPERTY(Variant)); in GetRenderHandleReference()
|
H A D | scene_holder.cpp | 1970 SetValue(interface->Variant(), BASE_NS::string(uri.substr(ix + 1))); in GetGraphicsState() 1972 … META_NS::GetValue(interface->Uri()).c_str(), META_NS::GetValue(interface->Variant()).c_str()); in GetGraphicsState() 1975 SetValue(interface->Variant(), ""); in GetGraphicsState() 2148 auto variant = META_NS::GetValue(state->Variant()); in SetGraphicsState()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | material.h | 62 META_API_INTERFACE_PROPERTY_CACHED(GraphicsState, Variant, BASE_NS::string)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_material.h | 157 META_PROPERTY(BASE_NS::string, Variant)
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | types_util_test.cpp | 156 HWTEST_F(TypesUtilTest, Variant, TestSize.Level0)
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | deserializer.rs | 791 type Variant = Self; typedef 793 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), Self::Error> in variant_seed() argument
|