Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py272 text_message = text_format.MessageToString(message, float_format='.15g')
274 self.RemoveRedundantZeros(text_message),
277 text_message = text_format.MessageToString(message, as_one_line=True,
280 self.RemoveRedundantZeros(text_message),
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py313 def __init__(self, text_message): argument
314 self._text_message = text_message
321 self._lines = deque(text_message.split('\n'))