Searched refs:skip_comments (Results 1 – 5 of 5) sorted by relevance
/external/openscreen/tools/cddl/ |
D | parse.cc | 93 void SkipWhitespace(Parser* p, bool skip_comments = true) { in SkipWhitespace() argument 94 if (!skip_comments) { in SkipWhitespace() 160 AstNode* ParseType(Parser* p, bool skip_comments = true); 671 AstNode* ParseType(Parser* p, bool skip_comments) { in ParseType() argument 679 SkipWhitespace(&p_speculative, skip_comments); in ParseType() 684 SkipWhitespace(&p_speculative, skip_comments); in ParseType() 692 SkipWhitespace(&p_speculative, skip_comments); in ParseType()
|
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 1872 skip_comments=False) 1879 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 1887 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 1902 skip_comments=False) 1910 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 1920 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 1938 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False) 1950 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False)
|
/external/protobuf/python/google/protobuf/ |
D | text_format.py | 1202 def __init__(self, lines, skip_comments=True): argument 1213 self._skip_comments = skip_comments 1214 self._whitespace_pattern = (skip_comments and self._WHITESPACE_OR_COMMENT
|
/external/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()
|
/external/libabigail/ |
D | ChangeLog | 19117 (read_context::{skip_white_spaces, skip_comments,
|