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