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