Lines Matching refs:results
305 const bool returnsValue = !method->results().empty(); in generateInterfaceHeader()
472 const bool returnsValue = !method->results().empty(); in generatePassthroughMethod()
533 out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) { in generatePassthroughMethod()
547 for (const auto &arg : method->results()) { in generatePassthroughMethod()
721 const bool returnsValue = !method->results().empty(); in generateStubHeader()
980 const bool returnsValue = !method->results().empty(); in generateProxyMethodSource()
1045 const bool returnsValue = !method->results().empty(); in generateStaticProxyMethodSource()
1063 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1107 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1130 for (const auto &arg : method->results()) { in generateStaticProxyMethodSource()
1144 … out.join(method->results().begin(), method->results().end(), ", ", [&] (const auto &arg) { in generateStaticProxyMethodSource()
1186 out << method->results().at(0)->type().getCppResultType(); in generateStaticProxyMethodSource()
1481 const bool returnsValue = !method->results().empty(); in generateStaticStubMethodSource()
1555 … out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) { in generateStaticStubMethodSource()
1573 for (const auto &arg : method->results()) { in generateStaticStubMethodSource()
1584 if (!method->results().empty()) { in generateStaticStubMethodSource()
1848 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1868 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1890 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()