Lines Matching defs:out
64 Formatter &out, in generateCppPackageInclude()
81 void AST::enterLeaveNamespace(Formatter &out, bool enter) const { in enterLeaveNamespace()
103 static void declareGetService(Formatter &out, const std::string &interfaceName, bool isTry) { in declareGetService()
147 static void declareServiceManagerInteractions(Formatter &out, const std::string &interfaceName) { in declareServiceManagerInteractions()
167 static void implementGetService(Formatter &out, in implementGetService()
185 static void implementServiceManagerInteractions(Formatter &out, in implementServiceManagerInteractions()
435 static std::string wrapPassthroughArg(Formatter& out, const NamedReference<Type>* arg, in wrapPassthroughArg()
462 void AST::generatePassthroughMethod(Formatter& out, const Method* method, const Interface* superInt… in generatePassthroughMethod()
607 void AST::generateMethods(Formatter& out, const MethodGenerator& gen, bool includeParent) const { in generateMethods()
639 void AST::generateCppTag(Formatter& out, const std::string& tag) const { in generateCppTag()
956 void AST::generateCheckNonNull(Formatter &out, const std::string &nonNull) { in generateCheckNonNull()
966 void AST::generateTypeSource(Formatter& out, const std::string& ifaceName) const { in generateTypeSource()
970 void AST::declareCppReaderLocals(Formatter& out, const std::vector<NamedReference<Type>*>& args, in declareCppReaderLocals()
988 void AST::emitCppReaderWriter(Formatter& out, const std::string& parcelObj, bool parcelObjIsPointer, in emitCppReaderWriter()
1002 void AST::emitCppResolveReferences(Formatter& out, const std::string& parcelObj, in emitCppResolveReferences()
1019 void AST::generateProxyMethodSource(Formatter& out, const std::string& klassName, in generateProxyMethodSource()
1067 void AST::generateStaticProxyMethodSource(Formatter& out, const std::string& klassName, in generateStaticProxyMethodSource()
1244 void AST::generateProxySource(Formatter& out, const FQName& fqName) const { in generateProxySource()
1280 void AST::generateStubSource(Formatter& out, const Interface* iface) const { in generateStubSource()
1450 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod()
1468 void AST::generateStaticStubMethodSource(Formatter& out, const FQName& fqName, in generateStaticStubMethodSource()
1884 void AST::generateCppAtraceCall(Formatter &out, in generateCppAtraceCall()
1926 Formatter &out, in generateCppInstrumentationCall()