Searched refs:method_type (Results 1 – 1 of 1) sorted by relevance
124 auto method_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE, lifetime); in BuildMethod() local125 auto return_type = string{"binder::Result<"} + method_type + ">"; in BuildMethod()