Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dclient.hpp25 template <typename, typename> typename... Types>
28 public Types<client<S, P, Preserved, Types...>,
32 using Self = client<S, P, Preserved, Types...>;
48 : context_ref(ctx), Types<Self, Proxy>(Proxy{})... in client()
54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client()
68 return client<S, true, Preserved, Types...>(ctx, proxy.path(p)); in path()
75 return client<S, P, true, Types...>(ctx, proxy.preserve()); in preserve()
86 template <template <typename, typename> typename... Types>
87 using client_t = client::client<false, false, false, Types...>;
93 template <template <typename, typename> typename... Types>
[all …]
H A Dserver.hpp18 template <typename Instance, template <typename, typename> typename... Types>
21 public Types<Instance, server<Instance, Types...>>...
24 using Self = server<Instance, Types...>;
29 context_ref(ctx), Types<Instance, Self>(path)... in server()
35 template <typename Instance, template <typename, typename> typename... Types>
36 using server_t = server::server<Instance, Types...>;
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp28 template <typename V, typename... Types, std::size_t... I>
29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()
48 template <typename... Types,
49 typename I = std::make_index_sequence<sizeof...(Types)>>
50 constexpr auto tuple_to_array(std::tuple<Types...>&& tuple) in tuple_to_array()
H A Ddedup_variant.hpp60 template <typename T, typename... Types>
62 typename details::dedup_variant<std::variant<T>, Types...>::type;
67 template <typename T, typename... Types>
68 using dedup_variant = dedup_variant_t<T, Types...>;
H A Dtype_traits.hpp18 template <typename... Types>
19 using first_type_t = std::tuple_element_t<0, std::tuple<Types...>>;
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-types-perl_2.26.bb1 SUMMARY = "MIME::Types - Definition of MIME types"
8 HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
14 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
19 S = "${WORKDIR}/MIME-Types-${PV}"
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp240 template <typename... Types>
241 struct convert_from_string<std::variant<Types...>>
244 -> std::optional<std::variant<Types...>> in op()
246 if constexpr (0 < sizeof...(Types)) in op()
248 return process<Types...>(str); in op()
260 -> std::optional<std::variant<Types...>> in process()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp459 template <typename... Types>
460 int unpack(std::tuple<Types...>& t) in unpack()
467 int ret = std::apply([this](Types&... args) { return unpack(args...); }, in unpack()
545 template <typename... Types>
546 int pack(std::tuple<Types...>& t) in pack()
640 template <typename... Types>
641 int unpack(std::tuple<Types...>& t) in unpack()
643 return std::apply([this](Types&... args) { return unpack(args...); }, in unpack()
/openbmc/openbmc-test-automation/security/
H A Dtest_slp.robot23 Verify SLP Service Types
26 Verify Service Types
28 Verify Service Agents For Service Types
60 Verify Service Types
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DType.interface.yaml6 type: enum[self.Types]
12 - name: Types
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.hpp24 using Types = std::tuple<std::string, std::string>; typedef
29 using EndpointsEntry = std::vector<std::tuple<Types, Paths>>;
/openbmc/sdbusplus/test/
H A Dunpack_properties.cpp52 using ContainerTypes = testing::Types<
163 using ContainerTypesThrowing = testing::Types<TestingTypes<
224 using ContainerTypesNonThrowing = testing::Types<TestingTypes<
280 using ContainerTypesVector = testing::Types<
/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.hpp271 template <typename T, typename... Types>
272 inline std::string getCommand(T arg1, Types... args) in getCommand()
285 template <typename T, typename... Types>
286 inline std::vector<std::string> executeCmd(T&& path, Types... args) in executeCmd()
/openbmc/linux/Documentation/driver-api/pm/
H A Dtypes.rst4 Device Power Management Data Types
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca_data_types.rst6 CA Data Types
H A Dnet-types.rst6 Net Data Types
H A Ddmx_types.rst6 Demux Data Types
H A Dfrontend_legacy_api.rst5 Frontend Legacy Data Types
/openbmc/linux/Documentation/bpf/
H A Dprograms.rst2 Program Types
/openbmc/linux/Documentation/livepatch/
H A Dapi.rst26 Object Types
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/
H A Dboot_type.override.yml13 Default: Type::Types::EFI
/openbmc/linux/drivers/nvmem/layouts/
H A DKconfig3 menu "Layout Types"
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-all-test-cross.docker12 RUN sed -in "s/Types: deb/Types: deb deb-src/g" /etc/apt/sources.list.d/debian.sources
/openbmc/linux/Documentation/networking/
H A Dvxlan.rst82 Types: vxlan
86 Types: geneve, vxlan-gpe
/openbmc/linux/Documentation/driver-api/firmware/
H A Dintroduction.rst14 Types of firmware requests

123456