Searched defs:memb (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ObjectProxy.cpp | 64 void ObjectProxy::SetValue(NapiApi::FunctionContext<>& info, BASE_NS::string_view memb) in SetValue() argument 86 napi_value ObjectProxy::GetValue(NapiApi::FunctionContext<>& info, BASE_NS::string_view memb) in GetValue() argument
|
H A D | QuatProxy.cpp | 47 void QuatProxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in SetValue() argument 67 napi_value QuatProxy::GetValue(NapiApi::FunctionContext<>& info, BASE_NS::string_view memb)
in GetValue() argument [all...] |
H A D | Vec4Proxy.cpp | 51 void Vec4Proxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb) in SetValue() argument 72 napi_value Vec4Proxy::GetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb) in GetValue() argument [all...] |
H A D | Vec3Proxy.cpp | 48 void Vec3Proxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in SetValue() argument 66 napi_value Vec3Proxy::GetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in GetValue() argument
|
H A D | Vec2Proxy.cpp | 49 void Vec2Proxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in SetValue() argument 64 napi_value Vec2Proxy::GetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in GetValue() argument
|
H A D | ColorProxy.cpp | 45 void ColorProxy::SetValue(NapiApi::FunctionContext<>& cb, BASE_NS::string_view memb)
in SetValue() argument 65 napi_value ColorProxy::GetValue(NapiApi::FunctionContext<>& info, BASE_NS::string_view memb)
in GetValue() argument [all...] |
Completed in 2 milliseconds