Searched refs:none_type (Results 1 – 5 of 5) sorted by relevance
55 none_type, enumerator84 scan_arg() : type(scan_type::none_type) {} in scan_arg()204 case scan_type::none_type: in on_replacement_field()
537 return fmt::internal::none_type;652 case internal::none_type:
334 const auto& none_type = static_cast<::tflite::TensorType>(-1); in GetTensorType() local337 return none_type; in GetTensorType()345 return none_type; in GetTensorType()
688 none_type,737 return t > none_type && t <= last_integer_type;742 return t > none_type && t <= last_numeric_type;982 FMT_CONSTEXPR basic_format_arg() : type_(internal::none_type) {}985 return type_ != internal::none_type;1007 case internal::none_type:1270 if (arg.type_ == internal::none_type) return arg;
1404 if (arg_type == internal::none_type) return;2964 case internal::none_type:3133 if (arg.type() == internal::none_type) this->on_error("argument not found");