Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dgenerate_rust.cpp141 auto method_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE, lifetime); in BuildMethod() local
142 auto return_type = string{"binder::Result<"} + method_type + ">"; in BuildMethod()