Home
last modified time | relevance | path

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

/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'))
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py237 text_message = text_format.MessageToString(message, float_format='.15g')
239 self.RemoveRedundantZeros(text_message),
242 text_message = text_format.MessageToString(message, as_one_line=True,
245 self.RemoveRedundantZeros(text_message),