Home | History | Annotate | Download | only in socket

Lines Matching refs:RemoveGroup

278     RemoveGroup(group_name);
364 RemoveGroup(group_name);
620 RemoveGroup(i++);
637 void ClientSocketPoolBaseHelper::RemoveGroup(const std::string& group_name) {
641 RemoveGroup(it);
644 void ClientSocketPoolBaseHelper::RemoveGroup(GroupMap::iterator it) {
850 RemoveGroup(group_name);
863 RemoveGroup(group_name);
918 // RemoveGroup() will call .erase() which will invalidate the iterator,
920 // RemoveGroup() is called.
921 RemoveGroup(i++);
944 // RemoveGroup() will call .erase() which will invalidate the iterator,
946 // RemoveGroup() is called.
947 RemoveGroup(i++);
984 RemoveGroup(i);