Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py946 def __init__(self, lines, skip_comments=True): argument
957 self._skip_comments = skip_comments
958 self._whitespace_pattern = (skip_comments and self._WHITESPACE_OR_COMMENT
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtext_format_test.py1329 skip_comments=False)
1336 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False)
1344 tokenizer = text_format.Tokenizer(text.splitlines(), skip_comments=False)