Searched refs:methodsMetadata (Results 1 – 2 of 2) sorted by relevance
33 for (auto &[name, method]: objectData->methodsMetadata) { in decorateObjectWithFunctions()259 methodsMetadata.try_emplace( in registerSyncFunction()279 methodsMetadata.try_emplace( in registerAsyncFunction()
172 std::unordered_map<std::string, MethodMetadata> methodsMetadata; variable