HomeSort by relevance Sort by last modified time
    Searched full:text_format (Results 1 - 20 of 20) sorted by null

  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 33 """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.Merge(ascii_text, parsed_message
    [all...]
descriptor_test.py 42 from google.protobuf import text_format namespace
142 text_format.Merge(expected_ascii, expected_proto)
  /external/protobuf/vsprojects/
extract_includes.bat 24 copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
libprotobuf.vcproj 255 RelativePath="..\src\google\protobuf\text_format.h"
399 RelativePath="..\src\google\protobuf\text_format.cc"
  /external/protobuf/src/google/protobuf/
text_format.h 140 // output to the OutputStream (see text_format.cc for implementation).
244 // representations (see text_format.cc for implementation).
descriptor_database_unittest.cc 42 #include <google/protobuf/text_format.h>
text_format.cc 41 #include <google/protobuf/text_format.h>
    [all...]
text_format_unittest.cc 39 #include <google/protobuf/text_format.h>
    [all...]
descriptor_unittest.cc 43 #include <google/protobuf/text_format.h>
    [all...]