Lines Matching refs:string
31 std::string NdkHeaderFile(const AidlDefinedType& defined_type, cpp::ClassNames name,
34 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value);
37 std::string NdkFullClassName(const AidlDefinedType& type, cpp::ClassNames name);
41 std::string NdkNameOf(const AidlTypenames& types, const AidlTypeSpecifier& aidl, StorageMode mode);
49 const string parcel;
50 const string var;
57 std::string NdkArgList(
59 std::function<std::string(const std::string& type, const std::string& name, bool isOut)>
62 inline std::string FormatArgForDecl(const std::string& type, const std::string& name, in FormatArgForDecl()
67 inline std::string FormatArgNameUnused(const std::string& type, const std::string& name, in FormatArgNameUnused()
72 inline std::string FormatArgForCall(const std::string& /*type*/, const std::string& name, in FormatArgForCall() argument
74 std::string reference_prefix = isOut ? "&" : ""; in FormatArgForCall()
78 inline std::string FormatArgNameOnly(const std::string& /*type*/, const std::string& name, in FormatArgNameOnly() argument
84 std::string NdkMethodDecl(const AidlTypenames& types, const AidlMethod& method,
85 const std::string& clazz = "");