Home
last modified time | relevance | path

Searched defs:others (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Ditypes_util.h179 bool ITypesUtil::Marshal(MessageParcel &parcel, const T &first, const Types &... others) in Marshal()
188 bool ITypesUtil::Unmarshal(MessageParcel &parcel, T &first, Types &... others) in Unmarshal()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dgaussian_blur_filter_unittest.cpp105 auto others = new float[3]; variable
H A Dhorizontal_blur_filter_unittest.cpp105 auto others = new float[3]; variable
H A Dvertical_blur_filter_unittest.cpp105 auto others = new float[3]; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_should_built_in_recognizer_parallel_with_function.cpp23 …onst RefPtr<NG::NGGestureRecognizer>& current, const std::vector<RefPtr<NG::NGGestureRecognizer>>&… in Execute()
H A Djs_gesture_judge_function.cpp51 …const RefPtr<NG::NGGestureRecognizer>& current, const std::list<RefPtr<NG::NGGestureRecognizer>>& … in Execute()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp204 std::vector<std::map<std::string, NormalEx>> others; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp552const std::list<RefPtr<NG::NGGestureRecognizer>>& others) -> GestureJudgeResult { in setGestureInterrupterToNode()
596 const std::vector<RefPtr<NGGestureRecognizer>>& others) -> RefPtr<NGGestureRecognizer> { in setInnerGestureParallelTo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp397 vector<Binder> others; in BuildBindInfos() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7423 const std::list<RefPtr<NGGestureRecognizer>>& others) -> GestureJudgeResult { in SetOnGestureRecognizerJudgeBegin()
7474const std::vector<RefPtr<NG::NGGestureRecognizer>>& others) -> RefPtr<NG::NGGestureRecognizer> { in SetShouldBuiltInRecognizerParallelWith()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9940const std::vector<RefPtr<NG::NGGestureRecognizer>>& others) -> RefPtr<NG::NGGestureRecognizer> { in JsShouldBuiltInRecognizerParallelWith()
9962 const std::list<RefPtr<NG::NGGestureRecognizer>>& others) -> GestureJudgeResult { in JsOnGestureRecognizerJudgeBegin()