Home
last modified time | relevance | path

Searched refs:skip_comments (Results 1 – 8 of 8) sorted by relevance

/third_party/json/test/thirdparty/imapdl/
Dfilterbr.py7 def skip_comments(lines): function
81 yield from cond_lines(skip_comments(f))
/third_party/json/doc/mkdocs/docs/features/
Dcomments.md28 …` 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/
Dparser.hpp66 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/
Dtext_format_test.py2070 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/
Df_sendcmd.c117 static void skip_comments(const char **buf) in skip_comments() function
358 skip_comments(&buf); in parse_intervals()
/third_party/protobuf/python/google/protobuf/
Dtext_format.py1247 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/
Drun-test262.c1103 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/
Djson.hpp10177 const bool skip_comments = false) in parser() argument
10179 , m_lexer(std::move(adapter), skip_comments) in parser()