HomeSort by: relevance | last modified time | path
    Searched defs:setting_func_types_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
command.h 187 template<bool is_scalar, typename T> struct setting_func_types_1;
190 struct setting_func_types_1<true, T> struct
198 struct setting_func_types_1<false, T> struct
208 using type = typename setting_func_types_1<std::is_scalar<T>::value, T>::type;
209 using set = typename setting_func_types_1<std::is_scalar<T>::value, T>::set;
210 using get = typename setting_func_types_1<std::is_scalar<T>::value, T>::get;
  /src/external/gpl3/gdb.old/dist/gdb/
command.h 188 template<bool is_scalar, typename T> struct setting_func_types_1;
191 struct setting_func_types_1<true, T> struct
199 struct setting_func_types_1<false, T> struct
209 using type = typename setting_func_types_1<std::is_scalar<T>::value, T>::type;
210 using set = typename setting_func_types_1<std::is_scalar<T>::value, T>::set;
211 using get = typename setting_func_types_1<std::is_scalar<T>::value, T>::get;

Completed in 26 milliseconds