Home
last modified time | relevance | path

Searched refs:indentCount (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp77 size_t indentCount, bool toJson) in dumpHex() argument
80 std::string jsonIndent(indentLevel * indentCount, 0x20); in dumpHex()
177 const std::string& fieldValue, uint8_t indentCount) in jsonInsert() argument
179 const int8_t spacesToAppend = colAlign - (indentCount * indentLevel) - in jsonInsert()
181 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()
196 uint8_t indentCount) in jsonInsertArray() argument
198 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()
218 const int8_t spacesToAppend = colAlign - (indentCount * indentLevel) - in jsonInsertArray()
H A Djson_utils.hpp38 size_t indentCount, bool toJson = true);
49 const std::string& fieldValue, uint8_t indentCount);
61 uint8_t indentCount);