Searched refs:indentCount (Results 1 – 2 of 2) sorted by relevance
65 size_t indentCount, bool toJson) in dumpHex() argument68 std::string jsonIndent(indentLevel * indentCount, 0x20); in dumpHex()165 const std::string& fieldValue, uint8_t indentCount) in jsonInsert() argument168 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsert()169 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsert()184 uint8_t indentCount) in jsonInsertArray() argument186 const std::string jsonIndent(indentCount * indentLevel, 0x20); in jsonInsertArray()207 colAlign - (indentCount * indentLevel) - fieldName.length() - 3; in jsonInsertArray()
34 size_t indentCount, bool toJson = true);45 const std::string& fieldValue, uint8_t indentCount);57 uint8_t indentCount);