Searched refs:type_opt (Results 1 – 2 of 2) sorted by relevance
69 base::Optional<Type> type_opt; in InputType() local71 type_opt = data_[input->id()].type; in InputType()73 return type_opt.has_value() ? *type_opt : Type::None(); in InputType()
356 if (auto type_opt = GetType(node)) { in PrintNode() local358 type_opt->PrintTo(type_out); in PrintNode()