Searched defs:Balance (Results 1 – 3 of 3) sorted by relevance
32 pub struct Balance<D, Req> struct47 impl<D: Discover, Req> fmt::Debug for Balance<D, Req> argument80 impl<D, Req> Balance<D, Req> impl116 impl<D, Req> Balance<D, Req> implementation222 impl<D, Req> Service<Req> for Balance<D, Req> implementation
183 int32_t Balance = height(N->Right) - height(N->Left); in rebalance() local
181 int32_t Balance = height(N->Right) - height(N->Left); in rebalance() local