Home
last modified time | relevance | path

Searched refs:pairList (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/common/
Dnapi_common.cpp374 …env env, napi_value object, std::initializer_list<std::pair<std::string, napi_valuetype>> pairList) in MatchObjectProperty() argument
379 for (auto beg = pairList.begin(); beg != pairList.end(); ++beg) { in MatchObjectProperty()
Dnapi_common.h100 …nv env, napi_value object, std::initializer_list<std::pair<std::string, napi_valuetype>> pairList);