Searched refs:group_line (Results 1 – 1 of 1) sorted by relevance
342 GroupLine group_line; in FindById() local343 return mmap_file_.FindById(id, &group_line) && group_line.ToGroupState(group_state); in FindById()348 GroupLine group_line; in FindByName() local349 return mmap_file_.FindByName(name, &group_line) && group_line.ToGroupState(group_state); in FindByName()