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()
730 const bool returnsValue = !method->results().empty(); in generateStubHeader()
989 const bool returnsValue = !method->results().empty(); in generateProxyMethodSource()
1054 const bool returnsValue = !method->results().empty(); in generateStaticProxyMethodSource()
1072 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1118 out, method->results(), true /* forResults */); in generateStaticProxyMethodSource()
1141 for (const auto &arg : method->results()) { in generateStaticProxyMethodSource()
1155 … out.join(method->results().begin(), method->results().end(), ", ", [&] (const auto &arg) { in generateStaticProxyMethodSource()
1197 out << method->results().at(0)->type().getCppResultType(); in generateStaticProxyMethodSource()
1497 const bool returnsValue = !method->results().empty(); in generateStaticStubMethodSource()
1571 … out.join(method->results().begin(), method->results().end(), ", ", [&](const auto &arg) { in generateStaticStubMethodSource()
1589 for (const auto &arg : method->results()) { in generateStaticStubMethodSource()
1600 if (!method->results().empty()) { in generateStaticStubMethodSource()
1864 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1884 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()
1906 for (const auto &arg : method->results()) { in generateCppInstrumentationCall()