Searched refs:RemoveRedundantZeros (Results 1 - 4 of 4) sorted by last modified time

/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py70 self.RemoveRedundantZeros(text_format.MessageToString(message)),
77 self.RemoveRedundantZeros(text_format.MessageToString(message)),
105 self.RemoveRedundantZeros(text_format.MessageToString(message)),
119 def RemoveRedundantZeros(self, text): member in class:TextFormatTest
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc443 static string RemoveRedundantZeros(string text) { function in namespace:google::protobuf::text_format_unittest
488 RemoveRedundantZeros(message.DebugString()));
572 RemoveRedundantZeros(message.DebugString()));
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py71 self.RemoveRedundantZeros(text_format.MessageToString(message)),
78 self.RemoveRedundantZeros(text_format.MessageToString(message)),
129 self.RemoveRedundantZeros(text_format.MessageToString(message)),
193 self.RemoveRedundantZeros(
242 def RemoveRedundantZeros(self, text): member in class:TextFormatTest
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc505 static string RemoveRedundantZeros(string text) { function in namespace:google::protobuf::text_format_unittest
550 RemoveRedundantZeros(message.DebugString()));
634 RemoveRedundantZeros(message.DebugString()));

Completed in 1509 milliseconds