Home | Sort by relevance Sort by last modified time |
/system/tools/aidl/ | |
ast_cpp.cpp | 270 is_const_method_(is_const_method) { 283 to->Write("%s ", (is_const_method_) ? " const" : ""); |
ast_cpp.h | 249 bool is_const_method_ = false; member in class:android::aidl::cpp::MethodImpl |