Home | History | Annotate | Download | only in runtime

Lines Matching refs:type_

1007       return type_ == Type::kConflict;
1012 return type_ == Type::kAbstract;
1017 return type_ == Type::kTranslation;
1035 : translation_(translation), type_(type) {}
1038 const Type type_;