Lines Matching +defs:current +defs:indentation
149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
544 Reader::Location current = begin; in normalizeEOL() local
739 Location current = token.start_; in decodeNumber() local
834 Location current = token.start_ + 1; // skip '"' in decodeString() local
886 Location& current, in decodeUnicodeCodePoint()
915 Location& current, in decodeUnicodeEscapeSequence()
983 Location current = begin_; in getLocationLineAndColumn() local
1702 Location current = token.start_; in decodeNumber() local
1797 Location current = token.start_ + 1; // skip '"' in decodeString() local
1849 Location& current, in decodeUnicodeCodePoint()
1878 Location& current, in decodeUnicodeEscapeSequence()
1946 Location current = begin_; in getLocationLineAndColumn() local
2225 const Value::ObjectValues::iterator& current) in ValueIteratorBase()
2331 const Value::ObjectValues::iterator& current) in ValueConstIterator()
2350 ValueIterator::ValueIterator(const Value::ObjectValues::iterator& current) in ValueIterator()
3814 const char* current = path.c_str(); in makePath() local
4013 char* current = buffer + sizeof(buffer); in valueToString() local
4026 char* current = buffer + sizeof(buffer); in valueToString() local
4519 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter()
4781 std::string const& indentation, in BuiltStyledStreamWriter()
5034 std::string indentation = settings_["indentation"].asString(); in newStreamWriter() local