Searched defs:function (Results 1 – 5 of 5) sorted by relevance
36 struct function { struct37 ffrt_function_header_t header; argument44 auto f = reinterpret_cast<function<std::decay_t<T>>*>(t); in exec_function_wrapper() argument
26 constexpr string_view function = "function"; in TEST() local
84 int function = 0; in RegisterDnsResolver() local
64 'function': 1, property
116 …tic napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value function) in MountJsConstructorToGlobal()