Home
last modified time | relevance | path

Searched refs:Variant (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dgraphicsstate_impl.cpp26 META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::IGraphicsState, BASE_NS::string, Variant, "")
40 auto variant = GetValue(META_ACCESS_PROPERTY(Variant)); in GetRenderHandleReference()
H A Dscene_holder.cpp1970 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 Dmaterial.h62 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 Dintf_material.h157 META_PROPERTY(BASE_NS::string, Variant)
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp156 HWTEST_F(TypesUtilTest, Variant, TestSize.Level0)
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Ddeserializer.rs791 type Variant = Self; typedef
793 fn variant_seed<V>(self, seed: V) -> Result<(V::Value, Self::Variant), Self::Error> in variant_seed() argument