Searched refs:WeightFilterState (Results 1 – 2 of 2) sorted by relevance
88 class WeightFilterState {90 WeightFilterState() : weight_(W::Zero()) {} in WeightFilterState() function91 explicit WeightFilterState(W w) : weight_(w) {} in WeightFilterState() function93 static const WeightFilterState NoState() { return WeightFilterState(); } in NoState()97 bool operator==(const WeightFilterState &f) const {101 bool operator!=(const WeightFilterState &f) const {
338 typedef WeightFilterState<typename Arc::Weight> FilterState2;