Searched refs:group_line (Results 1 – 1 of 1) sorted by relevance
344 GroupLine group_line; in FindById() local345 return mmap_file_.FindById(id, &group_line) && group_line.ToGroupState(group_state); in FindById()350 GroupLine group_line; in FindByName() local351 return mmap_file_.FindByName(name, &group_line) && group_line.ToGroupState(group_state); in FindByName()