Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.cpp310 method_name_(method_name), in MethodImpl()
316 method_name_ = class_name + "<" + base::Join(template_params, ",") + ">::" + method_name; in MethodImpl()
318 method_name_ = class_name + "::" + method_name; in MethodImpl()
330 to->Write("%s %s", return_type_.c_str(), method_name_.c_str()); in Write()
387 : method_name_(method_name), in MethodCall()
391 to->Write("%s", method_name_.c_str()); in Write()
Dast_cpp.h250 std::string method_name_; variable
297 const std::string method_name_;