Searched refs:Ss (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | proxy.hpp | 124 template <typename... Rs, typename... Ss> 125 auto call(context& ctx, sv_ref method, Ss&&... ss) const in call() 131 if constexpr (sizeof...(Ss) > 0) in call() 133 msg.append(std::forward<Ss>(ss)...); in call()
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | concepts.hpp | 10 template <typename T, typename... Ss> 11 concept any_but = (... && !std::convertible_to<T, Ss>);
|
H A D | conversion.hpp | 372 template <typename... Ts, log_flags... Fs, typename V, typename... Ss> 374 log_flag<Fs...> f, V&& v, Ss&&... ss) in step() 388 if constexpr (sizeof...(Ss) == 0) in step() 401 template <typename... Ts, typename V, typename... Ss> 403 Ss&&... ss) in step() 416 if constexpr (sizeof...(Ss) == 0) in step() 431 template <typename... Ts, not_constexpr_string H, typename... Ss> 432 static void step(std::tuple<Ts...>&&, H, Ss&&...) in step() argument
|
/openbmc/libcper/sections/ |
H A D | cper-section-ia32x64.c | 442 json_object_new_uint64(registers->Ss)); in cper_ia32x64_register_32bit_to_ir() 521 json_object_new_int(registers->Ss)); in cper_ia32x64_register_64bit_to_ir() 861 register_state.Ss = (UINT16)json_object_get_uint64( in ir_ia32x64_ia32_registers_to_cper() 946 register_state.Ss = (UINT16)json_object_get_int( in ir_ia32x64_x64_registers_to_cper()
|
/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 776 UINT16 Ss; member 815 UINT16 Ss; member
|