Home | History | Annotate | Download | only in loader

Lines Matching refs:child_id

12   GlobalRoutingID() : child_id(-1), route_id(-1) {
15 GlobalRoutingID(int child_id, int route_id)
16 : child_id(child_id),
21 int child_id;
27 if (child_id == other.child_id)
29 return child_id < other.child_id;
32 return child_id == other.child_id &&