Searched refs:skip_comments (Results 1 – 8 of 8) sorted by relevance
/third_party/json/test/thirdparty/imapdl/ |
D | filterbr.py | 7 def skip_comments(lines): function 81 yield from cond_lines(skip_comments(f))
|
/third_party/json/doc/mkdocs/docs/features/ |
D | comments.md | 28 …` without additional argument, a parse error exception is thrown. If `skip_comments` is set to `#!… 58 /* skip_comments */ true);
|
/third_party/json/include/nlohmann/detail/input/ |
D | parser.hpp | 66 const bool skip_comments = false) in parser() argument 68 , m_lexer(std::move(adapter), skip_comments) in parser()
|
/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/quickjs/ |
D | run-test262.c | 1103 int skip_comments(const char *str, int line, int *pline) in skip_comments() function 1180 pos = skip_comments(buf, 1, &pos_line); in eval_buf()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 10177 const bool skip_comments = false) in parser() argument 10179 , m_lexer(std::move(adapter), skip_comments) in parser()
|