Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py86 def RemoveRedundantZeros(self, text): member in TextFormatBase
112 self.RemoveRedundantZeros(text_format.MessageToString(message)),
168 self.RemoveRedundantZeros(
239 self.RemoveRedundantZeros(text_message),
245 self.RemoveRedundantZeros(text_message),
480 self.RemoveRedundantZeros(
499 self.RemoveRedundantZeros(text_format.MessageToString(message)),
506 self.RemoveRedundantZeros(
518 self.RemoveRedundantZeros(text_format.MessageToString(
523 self.RemoveRedundantZeros(text_format.MessageToString(
[all …]
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc697 static string RemoveRedundantZeros(string text) { in RemoveRedundantZeros() function
742 RemoveRedundantZeros(message.DebugString())); in TEST_F()
826 RemoveRedundantZeros(message.DebugString())); in TEST_F()