Lines Matching refs:sibling
172 Relationship::fixed('twin sibling', 'twin sibling’s %s')->twin()->sibling(),
175 Relationship::fixed('elder sibling', 'elder sibling’s %s')->older()->sibling(),
178 Relationship::fixed('younger sibling', 'younger sibling’s %s')->younger()->sibling(),
181 Relationship::fixed('sibling', 'sibling’s %s')->sibling(),
213 … Relationship::fixed('sister-in-law', 'sister-in-law’s %s')->sibling()->spouse()->sister(),
214 … Relationship::fixed('brother-in-law', 'brother-in-law’s %s')->sibling()->spouse()->brother(),
215 … Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->sibling()->spouse()->sibling(),
218 Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->spouse()->sibling(),
219 Relationship::fixed('sister-in-law', 'sister-in-law’s %s')->sibling()->wife(),
220 Relationship::fixed('brother-in-law', 'brother-in-law’s %s')->sibling()->husband(),
221 Relationship::fixed('sibling-in-law', 'sibling-in-law’s %s')->sibling()->spouse(),
238 …tionship::dynamic(static fn (int $n) => $great($n - 1, '', 'aunt'))->ancestor()->sibling()->wife(),
240 …ship::dynamic(static fn (int $n) => $great($n - 1, '', 'uncle'))->ancestor()->sibling()->husband(),
241 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'niece'))->sibling()->descendant()-…
242 …static fn (int $n) => $great($n - 1, '', 'niece'))->married()->spouse()->sibling()->descendant()->…
243 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'nephew'))->sibling()->descendant()…
244 …tatic fn (int $n) => $great($n - 1, '', 'nephew'))->married()->spouse()->sibling()->descendant()->…
253 Relationship::dynamic($cousin)->ancestor()->sibling()->descendant(),