Searched defs:LB_State (Results 1 – 1 of 1) sorted by relevance
97 union LB_State { union98 LB_State() : ival(0) {} in LB_State() function99 LB_State(LB_State &vs) { ival = vs.ival; } in LB_State() function