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()
179 const int8_t spacesToAppend = colAlign - (indentCount * indentLevel) - in jsonInsert()
181 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()
198 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()
218 const int8_t spacesToAppend = colAlign - (indentCount * indentLevel) - in jsonInsertArray()
H A Djson_utils.hpp19 const uint8_t indentLevel = 4; variable
H A Dsrc.cpp496 const std::string jsonIndent(indentLevel, 0x20); in getErrorDetails()
618 const std::string jsonIndent(indentLevel, 0x20); in getCallouts()
H A Dpel.cpp400 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)