Lines Matching refs:deleted_member_functions_
4416 deleted_member_functions_.begin(); in count_filtered_deleted_mem_fns()
4417 i != deleted_member_functions_.end(); in count_filtered_deleted_mem_fns()
4449 priv_->deleted_member_functions_.clear(); in clear_lookup_tables()
4470 && priv_->deleted_member_functions_.empty() in lookup_tables_empty()
4973 {return get_priv()->deleted_member_functions_;} in deleted_member_fns()
5256 if (p->deleted_member_functions_.find(name) in ensure_lookup_tables_populated()
5257 != p->deleted_member_functions_.end()) in ensure_lookup_tables_populated()
5259 p->deleted_member_functions_[name] = mem_fn; in ensure_lookup_tables_populated()
5283 p->deleted_member_functions_.find(name); in ensure_lookup_tables_populated()
5285 if (j != p->deleted_member_functions_.end()) in ensure_lookup_tables_populated()
5292 p->deleted_member_functions_.erase(j); in ensure_lookup_tables_populated()
5325 p->deleted_member_functions_.erase(*i); in ensure_lookup_tables_populated()
5349 sort_string_member_function_sptr_map(p->deleted_member_functions_, in ensure_lookup_tables_populated()