Searched refs:is_const_method_ (Results 1 – 2 of 2) sorted by relevance
296 is_const_method_(is_const_method) { in MethodImpl()309 to->Write("%s ", (is_const_method_) ? " const" : ""); in Write()
250 bool is_const_method_ = false; variable