Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/bmcweb/http/
H A Dhttp_body.hpp41 class value_type;
44 static std::uint64_t size(const value_type& body);
60 class HttpBody::value_type class in bmcweb::HttpBody
67 value_type() = default;
68 explicit value_type(std::string_view s) : strBody(s) {} in value_type() function in bmcweb::HttpBody::value_type
69 explicit value_type(EncodingType e) : encodingType(e) {} in value_type() function in bmcweb::HttpBody::value_type
74 ~value_type() = default;
76 explicit value_type(EncodingType enc, CompressionType comp) : in value_type() function in bmcweb::HttpBody::value_type
80 value_type(const value_type& other) noexcept = default;
81 value_type& operator=(const value_type& other) noexcept = default;
[all …]
/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp28 HttpBody::value_type value("teststring"); in TEST()
30 HttpBody::value_type value2(std::move(value)); in TEST()
38 HttpBody::value_type value; in TEST()
41 HttpBody::value_type value2 = std::move(value); in TEST()
49 HttpBody::value_type value; in TEST()
52 HttpBody::value_type value2(value); in TEST()
60 HttpBody::value_type value; in TEST()
63 HttpBody::value_type value2 = value; in TEST()
72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
79 HttpBody::value_type value2(std::move(value)); in TEST()
[all …]
/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp8 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap,
10 const ConnectionNames::value_type& interfaceMap);
12 std::vector<InterfaceMapType::value_type> getAncestors(
20 std::vector<InterfaceMapType::value_type> getSubTree(
43 std::vector<InterfaceMapType::value_type> getAssociatedSubTree(
89 std::vector<InterfaceMapType::value_type> getAssociatedSubTreeById(
H A Dhandler.cpp15 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap, in addObjectMapResult()
17 const ConnectionNames::value_type& interfaceMap) in addObjectMapResult()
34 InterfaceMapType::value_type object; in addObjectMapResult()
41 std::vector<InterfaceMapType::value_type> getAncestors( in getAncestors()
58 std::vector<InterfaceMapType::value_type> ret; in getAncestors()
141 std::vector<InterfaceMapType::value_type> getSubTree( in getSubTree()
168 std::vector<InterfaceMapType::value_type> ret; in getSubTree()
287 std::vector<InterfaceMapType::value_type> getAssociatedSubTree( in getAssociatedSubTree()
303 const std::vector<InterfaceMapType::value_type> interfacePairs = in getAssociatedSubTree()
306 std::vector<InterfaceMapType::value_type> output; in getAssociatedSubTree()
[all …]
/openbmc/telemetry/src/utils/
H A Dcontains.hpp22 const typename T::value_type::first_type& key) in contains()
28 inline bool contains(const T& container, const typename T::value_type& key) in contains()
34 inline bool contains(const T& container, const typename T::value_type& key) in contains()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dproperty.aserver.tag.hpp.mako7 using value_type = ${p_type};
9 explicit ${p_tag}(value_type) {}
/openbmc/sdbusplus/test/utility/
H A Dtype_traits.cpp41 using value_type = std::pair<int, int>; in TEST() typedef
43 void find(std::tuple_element_t<0, value_type>) {} in TEST()
69 using value_type = std::pair<int, int>; in TEST() typedef
71 void contains(std::tuple_element_t<0, value_type>) {} in TEST()
/openbmc/bmcweb/http/routing/
H A Dtrie.hpp66 for (const typename ContainedType::ChildMap::value_type& kv : in optimizeNode()
72 for (const typename ContainedType::ChildMap::value_type& in optimizeNode()
91 for (const typename ContainedType::ChildMap::value_type& kv : in optimizeNode()
113 for (const typename ContainedType::ChildMap::value_type& kv : in findRouteIndexesHelper()
194 for (const typename ContainedType::ChildMap::value_type& kv : in findHelper()
304 for (const typename ContainedType::ChildMap::value_type& kv : in debugNodePrint()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch8 Move(tmp, src, type.value_type());
52 - Move(tmp, src, type.value_type());
53 + Move(tmp, src, type.value_type().kind());
65 - Move(tmp, src, type.value_type());
66 + Move(tmp, src, type.value_type().kind());
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dverify.cpp58 BusMeetsMSL<typename decltype(arg.second)::value_type>(path)); in operator ()()
90 PathMeetsMSL<SubTreeType::value_type>()); in main()
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp95 std::vector<InterfaceMapType::value_type> interfaceMaps; in TEST_F()
142 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F()
157 std::vector<InterfaceMapType::value_type> ancestors = in TEST_F()
216 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
226 static void verifySubtree(std::span<InterfaceMapType::value_type> subtree) in verifySubtree()
247 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
352 std::vector<InterfaceMapType::value_type> subtree = getAssociatedSubTree( in TEST_F()
497 std::vector<InterfaceMapType::value_type> subtree = in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.hpp101 using value_type = std::vector<std::string_view>; typedef
103 using pointer = const value_type*;
104 using reference = const value_type&;
/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp95 for (const typename ContainedType::ChildMap::value_type& kv : in findHelper()
227 for (const typename ContainedType::ChildMap::value_type& kv : in debugNodePrint()
232 for (const typename ContainedType::ChildMap::value_type& kv : in debugNodePrint()
/openbmc/telemetry/src/types/
H A Dreport_types.cpp12 return ReadingParameters::value_type( in toReadingParameters()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp182 using value_type = PropertiesCache::value_type; typedef in ipmi::transport::ObjectLookupCache::iterator
188 value_type& operator*() in operator *()
193 value_type* operator->() in operator ->()
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dtype_traits.hpp117 ref<std::tuple_element_t<0, typename U::value_type>>()))*);
138 ref<std::tuple_element_t<0, typename U::value_type>>()))*);
H A Dcontainer_traits.hpp26 requires(is_any_of<typename T::value_type, uint8_t, int16_t, uint16_t,
/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp51 [](decltype(cmdInBytes)::value_type x) { return x; }); in send()
57 [](decltype(response)::value_type x) { return x; }); in send()
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp229 utility::tuple_to_array(types::type_id<typename T::value_type>()); in op()
233 for (const typename T::value_type& i : s) in op()
259 s.size() * sizeof(typename T::value_type)); in op()
H A Dread.hpp176 types::details::type_id_downcast_t<typename S::value_type> s; in op()
219 using ContainedType = typename S::value_type; in op()
242 types::details::type_id_downcast_t<typename S::value_type> s; in op()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp261 ret = unpackValueWithErrorCode<typename Type::value_type>( in unpackValueWithErrorCode()
290 ret = unpackValue<typename Type::value_type>(jsonValue, key, res, in unpackValue()
311 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
329 ret = unpackValue<typename Type::value_type>(val, key, res, in unpackValue()
377 ret = unpackValue<typename Type::value_type>(jsonValue, key, *value) && in unpackValue()
395 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
412 ret = unpackValue<typename Type::value_type>(val, key, in unpackValue()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dutils.hpp32 static_assert(std::is_same_v<typename Container::value_type, uint8_t>,
/openbmc/phosphor-fan-presence/presence/templates/
H A Dgenerated.hpp.mako52 Fans::value_type{
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp128 using SigArg = SigArgs::value_type::element_type;
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp109 [svcFilterit](SensorSubTree::value_type& kv) { in filterSensors()
258 SensorNumMap::value_type(sensorNum, sensor.first)); in getSensorNumMap()
302 [&path](const ipmi::sensor::IdInfoMap::value_type& findSensor) { in findStaticSensor()

12