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.cpp65 size_t indentCount, bool toJson) in dumpHex() argument
68 std::string jsonIndent(indentLevel * indentCount, 0x20); in dumpHex()
165 const std::string& fieldValue, uint8_t indentCount) in jsonInsert() argument
168 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsert()
169 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()
184 uint8_t indentCount) in jsonInsertArray() argument
186 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()
207 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsertArray()
H A Djson_utils.hpp34 size_t indentCount, bool toJson = true);
45 const std::string& fieldValue, uint8_t indentCount);
57 uint8_t indentCount);