weight-class.h | 79 WeightClass() : element_type_(ZERO), impl_(0) { } 83 : element_type_(OTHER), impl_(new WeightClassImpl<W>(weight)) { } 88 element_type_(other.element_type_), 94 element_type_ = other.element_type_; 102 switch (element_type_) { 114 return element_type_ == other.element_type_ && 141 ElementType element_type_; member in class:fst::script::WeightClass [all...] |