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