Searched refs:allow_field_number (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | text_format.py | 426 allow_field_number=False): argument 445 text.split('\n'), message, allow_unknown_extension, allow_field_number) 451 allow_field_number=False, argument 476 allow_field_number, 483 allow_field_number=False): argument 500 parser = _Parser(allow_unknown_extension, allow_field_number) 507 allow_field_number=False, argument 525 allow_field_number, 535 allow_field_number=False, argument 538 self.allow_field_number = allow_field_number [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | text_format_test.py | 690 text_format.Parse(text, message, allow_field_number=True) 703 text_format.Parse(text, message, allow_field_number=True) 726 allow_field_number=True)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | text_format.cc | 236 bool allow_field_number, in ParserImpl() argument 249 allow_field_number_(allow_field_number), in ParserImpl()
|