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