Home | History | Annotate | Download | only in lib

Lines Matching defs:type_

210     : ref_count_(1), flags_(flags), type_(type),
216 type_(mapper.type_),
223 type_(type),
231 if (type_ == ENCODE) { // labels and/or weights to single label
263 (type_ == ENCODE ? kAddSuperFinalProperties :
270 return (type_ == ENCODE && (flags_ & kEncodeWeights)) ?
275 const EncodeType type() const { return type_; }
309 EncodeType type_;
313 : ref_count_(1), flags_(flags), type_(type), table_(table) {}