Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_format.py1041 value = _ConsumeInt64(tokenizer)
1557 _ConsumeInt64(tokenizer)
1563 def _ConsumeInt64(tokenizer): function
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py1804 self.assertEqual(uint32_max + 1, text_format._ConsumeInt64(tokenizer))
1807 text_format._ConsumeInt64, tokenizer)