Home
last modified time | relevance | path

Searched +defs:current +defs:indentation (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode.cc31 for (int current = 0; current < count; current++) { in ExtractFrom() local
119 for (int current = 0; current < input_count; ++current) { in NewImpl() local
347 int indentation = 0) { in PrintNode()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp149 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()
[all …]
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
559 Reader::Location current = begin; in normalizeEOL() local
754 Location current = token.start_; in decodeNumber() local
827 Location current = token.start_ + 1; // skip '"' in decodeString() local
879 Location& current, in decodeUnicodeCodePoint()
908 Location& current, in decodeUnicodeEscapeSequence()
976 Location current = begin_; in getLocationLineAndColumn() local
1736 Location current = token.start_; in decodeNumber() local
1831 Location current = token.start_ + 1; // skip '"' in decodeString() local
1883 Location& current, in decodeUnicodeCodePoint()
[all …]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp149 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()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp149 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()
[all …]
/third_party/json/single_include/nlohmann/
Djson.hpp4331 …for (const auto* current = leaf_element; current != nullptr && current->m_parent != nullptr; curre… in diagnostics() local
6230 IteratorType current; member in detail::iterator_input_adapter
8906 char_int_type current = std::char_traits<char_type>::eof(); member in detail::lexer
12031 char_int_type current = std::char_traits<char_type>::eof(); member in detail::binary_reader
23149 const auto indentation = pretty_print ? o.width() : 0; in operator <<() local
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2834 …for (const auto* current = &leaf_element; current->m_parent != nullptr; current = current->m_paren… in diagnostics() local
5358 IteratorType current; member in nlohmann::detail::iterator_input_adapter
8007 char_int_type current = std::char_traits<char_type>::eof(); member in nlohmann::detail::lexer
10682 char_int_type current = std::char_traits<char_type>::eof(); member in nlohmann::detail::binary_reader
20777 const auto indentation = pretty_print ? o.width() : 0; in operator <<() local