Searched hist:ea7385b8f840c14f0bfbd071f88aca7aacd6d40f (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | action_utils.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | action.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | set_device_action.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | action_environment.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | mock_action.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | id_map.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | rule.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | rail.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|
H A D | device.hpp | diff ea7385b8f840c14f0bfbd071f88aca7aacd6d40f Thu Nov 07 12:19:32 CST 2019 Shawn McCarney <shawnmm@us.ibm.com> Use C++17 format for nested namespace definitions
Use the new C++17 format for defining nested namespaces in the phosphor-regulators application.
The definition namespace A::B::C { ... }
is now equivalent to namespace A { namespace B { namespace C { ... } } }
Signed-off-by: Shawn McCarney <shawnmm@us.ibm.com> Change-Id: I284055bc94578a45d04d3561f511c0e347a8ecef
|