Searched refs:skip_comments (Results 1 – 11 of 11) sorted by relevance
/third_party/json/tests/thirdparty/imapdl/ |
D | filterbr.py | 7 def skip_comments(lines): function 81 yield from cond_lines(skip_comments(f))
|
/third_party/json/include/nlohmann/detail/input/ |
D | parser.hpp | 74 const bool skip_comments = false) in parser() argument 76 , m_lexer(std::move(adapter), skip_comments) in parser()
|
/third_party/mbedtls/tests/scripts/ |
D | generate_test_code.py | 524 def skip_comments(line, stream): function 585 line = skip_comments(line, funcs_f) 594 line += skip_comments(lin, funcs_f)
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 2070 skip_comments=False) 2077 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 2085 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 2100 skip_comments=False) 2108 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 2118 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 2136 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 2148 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False)
|
/third_party/ffmpeg/libavfilter/ |
D | f_sendcmd.c | 117 static void skip_comments(const char **buf) in skip_comments() function 358 skip_comments(&buf); in parse_intervals()
|
/third_party/protobuf/python/google/protobuf/ |
D | text_format.py | 1247 def __init__(self, lines, skip_comments=True): argument 1258 self._skip_comments = skip_comments 1259 self._whitespace_pattern = (skip_comments and self._WHITESPACE_OR_COMMENT
|
/third_party/libabigail/src/ |
D | abg-ini.cc | 1144 skip_comments() in skip_comments() function in abigail::ini::read_context 1169 skip_comments(); in skip_white_spaces_or_comments()
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 10773 const bool skip_comments = false) in parser() argument 10775 , m_lexer(std::move(adapter), skip_comments) in parser()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 12172 const bool skip_comments = false) in parser() argument 12174 , m_lexer(std::move(adapter), skip_comments) in parser()
|
/third_party/json/ |
D | ChangeLog.md | 278 - Docs: Update `skip_comments` to `ignore_comments` [\#3145](https://github.com/nlohmann/json/pull/…
|
/third_party/libabigail/ |
D | ChangeLog | 27531 (read_context::{skip_white_spaces, skip_comments,
|