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