Searched refs:indentLevel (Results 1 – 5 of 5) sorted by relevance
68 std::string jsonIndent(indentLevel * indentCount, 0x20); in dumpHex()168 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsert()169 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()186 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()207 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsertArray()
15 const uint8_t indentLevel = 4; variable
487 const std::string jsonIndent(indentLevel, 0x20); in getErrorDetails()609 const std::string jsonIndent(indentLevel, 0x20); in getCallouts()
397 std::string jsonIndent(indentLevel, 0x20); in printSectionInJSON()
1978 prettyPrint=False, indentLevel=0): argument1981 indentLevel = None1983 indent_level=indentLevel, encoding=encoding)