Searched refs:text_format (Results 1 - 13 of 13) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py33 """Test for google.protobuf.text_format."""
40 from google.protobuf import text_format namespace
70 self.RemoveRedundantZeros(text_format.MessageToString(message)),
77 self.RemoveRedundantZeros(text_format.MessageToString(message)),
86 self.CompareToGoldenText(text_format.MessageToString(message),
105 self.RemoveRedundantZeros(text_format.MessageToString(message)),
128 text_format.Merge(golden_text, parsed_message)
138 text_format.Merge(golden_text, parsed_message)
147 ascii_text = text_format.MessageToString(message)
150 text_format
[all...]
H A Ddescriptor_test.py42 from google.protobuf import text_format namespace
142 text_format.Merge(expected_ascii, expected_proto)
/external/protobuf/
H A DAndroid.mk64 src/google/protobuf/text_format.cc \
233 src/google/protobuf/text_format.cc \
H A DMakefile.am137 python/google/protobuf/text_format.py \
/external/protobuf/src/
H A DMakefile.am55 google/protobuf/text_format.h \
117 google/protobuf/text_format.cc \
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc44 #include <google/protobuf/text_format.h>
H A Dcommand_line_interface.cc57 #include <google/protobuf/text_format.h>
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc42 #include <google/protobuf/text_format.h>
H A Dtext_format.cc41 #include <google/protobuf/text_format.h>
H A Dtext_format_unittest.cc39 #include <google/protobuf/text_format.h>
H A Ddescriptor.cc45 #include <google/protobuf/text_format.h>
H A Ddescriptor_unittest.cc43 #include <google/protobuf/text_format.h>
/external/protobuf/python/google/protobuf/
H A Dreflection.py69 from google.protobuf import text_format namespace
734 return text_format.MessageToString(self)

Completed in 92 milliseconds