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.py64 self.RemoveRedundantZeros(text_format.MessageToString(message)),
73 self.RemoveRedundantZeros(text_format.MessageToString(
77 self.RemoveRedundantZeros(text_format.MessageToString(
84 self.RemoveRedundantZeros(text_format.MessageToString(message)),
91 self.RemoveRedundantZeros(
99 self.RemoveRedundantZeros(text_format.MessageToString(
130 self.RemoveRedundantZeros(text_format.MessageToString(message)),
203 self.RemoveRedundantZeros(
274 self.RemoveRedundantZeros(text_message),
280 self.RemoveRedundantZeros(text_message),
[all …]
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc692 static string RemoveRedundantZeros(string text) { in RemoveRedundantZeros() function
737 RemoveRedundantZeros(message.DebugString())); in TEST_F()
821 RemoveRedundantZeros(message.DebugString())); in TEST_F()