Searched refs:indentLevel (Results 1 – 5 of 5) sorted by relevance
80 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()
19 const uint8_t indentLevel = 4; variable
494 const std::string jsonIndent(indentLevel, 0x20); in getErrorDetails()616 const std::string jsonIndent(indentLevel, 0x20); in getCallouts()
409 std::string jsonIndent(indentLevel, 0x20); in printSectionInJSON()
1224 prettyPrint=False, indentLevel=0): argument1226 indentLevel = None1228 indent_level=indentLevel, encoding=encoding)