Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dast_cpp.cpp312 is_const_method_(is_const_method), in MethodImpl()
332 to->Write("%s ", (is_const_method_) ? " const" : ""); in Write()
H A Dast_cpp.h253 bool is_const_method_ = false; variable