Home
last modified time | relevance | path

Searched hist:ea7385b8f840c14f0bfbd071f88aca7aacd6d40f (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Daction_utils.hppdiff 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 Daction.hppdiff 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 Dset_device_action.hppdiff 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 Daction_environment.hppdiff 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 Dmock_action.hppdiff 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 Did_map.hppdiff 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 Drule.hppdiff 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 Drail.hppdiff 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 Ddevice.hppdiff 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