Searched refs:type_id (Results 1 – 15 of 15) sorted by relevance
40 constexpr auto type_id();172 struct type_id : struct178 inline constexpr auto type_id_v = type_id<Args...>::value;182 struct type_id<bool> : tuple_type_id<SD_BUS_TYPE_BOOLEAN> struct185 struct type_id<uint8_t> : tuple_type_id<SD_BUS_TYPE_BYTE> struct189 struct type_id<uint16_t> : tuple_type_id<SD_BUS_TYPE_UINT16> struct192 struct type_id<int16_t> : tuple_type_id<SD_BUS_TYPE_INT16> struct195 struct type_id<uint32_t> : tuple_type_id<SD_BUS_TYPE_UINT32> struct198 struct type_id<int32_t> : tuple_type_id<SD_BUS_TYPE_INT32> struct201 struct type_id<uint64_t> : tuple_type_id<SD_BUS_TYPE_UINT64> struct[all …]
109 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()143 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()158 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()182 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()194 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()206 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()229 utility::tuple_to_array(types::type_id<typename T::value_type>()); in op()256 constexpr auto dbusType = utility::tuple_to_array(types::type_id<T>()); in op()271 std::tuple_cat(types::type_id_nonull<T1>(), types::type_id<T2>())); in op()315 utility::tuple_to_array(types::type_id<decltype(arg)>()); in op()
83 constexpr auto dbusType = std::get<0>(types::type_id<T>()); in op()124 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()142 constexpr auto dbusType = std::get<0>(types::type_id<S>()); in op()165 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()212 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()231 constexpr auto dbusType = utility::tuple_to_array(types::type_id<S>()); in op()313 constexpr auto dbusType = utility::tuple_to_array(types::type_id<T1>()); in read()
40 boost::typeindex::type_id<T>().pretty_name() + " to " + in operator ()()41 boost::typeindex::type_id<U>().pretty_name()); in operator ()()68 boost::typeindex::type_id<T>().pretty_name() + " to string"); in operator ()()92 boost::typeindex::type_id<T>().pretty_name() + " to vector<U>"); in operator ()()
3 message::types::type_id<${method.parameter_types_as_list(interface)}>()\8 message::types::type_id<${method.returns_as_list(interface)}>()\
2 utility::tuple_to_array(message::types::type_id<\
74 utility::tuple_to_array(message::types::type_id<77 utility::tuple_to_array(message::types::type_id<
54 utility::tuple_to_array(message::types::type_id<
98 utility::tuple_to_array(message::types::type_id<
429 utility::tuple_to_array(message::types::type_id<PropertyType>()); in register_property_r()471 utility::tuple_to_array(message::types::type_id<PropertyType>()); in register_property_rw()592 message::types::type_id<SignalSignature...>()); in register_signal()614 utility::tuple_to_array(message::types::type_id<InputTupleType>())); in register_method()616 utility::tuple_to_array(message::types::type_id<ResultType>()); in register_method()
10 sdbusplus::message::types::type_id<Args...>()) in dbus_string()
113 int nid = OBJ_obj2nid(g->d.otherName->type_id); in getUPNFromCert()
1008 const char *get_lpddr2_type(u8 type_id) in get_lpddr2_type() argument1010 switch (type_id) { in get_lpddr2_type()
256 uint32_t type_id; member