Lines Matching refs:superInterface

458 …atePassthroughMethod(Formatter& out, const Method* method, const Interface* superInterface) const {  in generatePassthroughMethod()
479 superInterface); in generatePassthroughMethod()
544 superInterface); in generatePassthroughMethod()
583 superInterface); in generatePassthroughMethod()
605 const Interface *superInterface = tuple.interface(); in generateMethods() local
607 if (!includeParent && superInterface != iface) { in generateMethods()
611 if(prevIterface != superInterface) { in generateMethods()
616 << superInterface->fullName() in generateMethods()
618 prevIterface = superInterface; in generateMethods()
620 gen(method, superInterface); in generateMethods()
967 const Method* method, const Interface* superInterface) const { in generateProxyMethodSource()
986 << superInterface->fqName().cppNamespace() in generateProxyMethodSource()
988 << superInterface->getProxyName() in generateProxyMethodSource()
1015 … const Method* method, const Interface* superInterface) const { in generateStaticProxyMethodSource()
1053 superInterface); in generateStaticProxyMethodSource()
1159 superInterface); in generateStaticProxyMethodSource()
1234 [&](const Method* method, const Interface* superInterface) { in generateProxySource() argument
1235 generateStaticProxyMethodSource(out, klassName, method, superInterface); in generateProxySource()
1239 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generateProxySource() argument
1240 generateProxyMethodSource(out, klassName, method, superInterface); in generateProxySource()
1312 [&](const Method* method, const Interface* superInterface) { in generateStubSource() argument
1313 … return generateStaticStubMethodSource(out, iface->fqName(), method, superInterface); in generateStubSource()
1347 const Interface *superInterface = tuple.interface(); in generateStubSource() local
1360 generateStubSourceForMethod(out, method, superInterface); in generateStubSource()
1408 const Interface* superInterface) const { in generateStubSourceForMethod()
1416 << superInterface->fqName().cppNamespace() in generateStubSourceForMethod()
1418 << superInterface->getStubName() in generateStubSourceForMethod()
1426 … const Method* method, const Interface* superInterface) const { in generateStaticStubMethodSource()
1479 superInterface); in generateStaticStubMethodSource()
1528 superInterface); in generateStaticStubMethodSource()
1594 superInterface); in generateStaticStubMethodSource()
1608 superInterface); in generateStaticStubMethodSource()
1673 generateMethods(out, [&](const Method* method, const Interface* superInterface) { in generatePassthroughHeader() argument
1674 generatePassthroughMethod(out, method, superInterface); in generatePassthroughHeader()
1825 const Interface* superInterface) const { in generateCppInstrumentationCall()
1905 out << "callback(" << event_str << ", \"" << superInterface->fqName().package() << "\", \"" in generateCppInstrumentationCall()
1906 << superInterface->fqName().version() << "\", \"" << superInterface->definedName() in generateCppInstrumentationCall()