Searched refs:ParcelWriteMethodOf (Results 1 – 3 of 3) sorted by relevance
55 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames);
250 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf() function
299 const string& method = ParcelWriteMethodOf(a->GetType(), typenames); in DefineClientTransaction()619 string(kReplyVarName) + "->" + ParcelWriteMethodOf(method.GetType(), typenames); in HandleServerTransaction()631 const string& writeMethod = ParcelWriteMethodOf(a->GetType(), typenames); in HandleServerTransaction()1178 string method = ParcelWriteMethodOf(variable->GetType(), typenames); in BuildParcelSource()