Home
last modified time | relevance | path

Searched refs:indentLevel (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp80 std::string jsonIndent(indentLevel * indentCount, 0x20); in dumpHex()
180 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsert()
181 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()
198 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()
219 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsertArray()
H A Djson_utils.hpp19 const uint8_t indentLevel = 4; variable
H A Dsrc.cpp495 const std::string jsonIndent(indentLevel, 0x20); in getErrorDetails()
617 const std::string jsonIndent(indentLevel, 0x20); in getCallouts()
H A Dpel.cpp405 std::string jsonIndent(indentLevel, 0x20); in printSectionInJSON()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1224 prettyPrint=False, indentLevel=0): argument
1226 indentLevel = None
1228 indent_level=indentLevel, encoding=encoding)