Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.cpp270 is_const_method_(is_const_method) { in MethodImpl()
283 to->Write("%s ", (is_const_method_) ? " const" : ""); in Write()
Dast_cpp.h249 bool is_const_method_ = false; variable