HomeSort by relevance Sort by last modified time
    Searched refs:text_format (Results 1 - 19 of 19) 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
64 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)),
92 text_format.MessageToString(message, pointy_brackets=True)),
99 self.RemoveRedundantZeros(text_format.MessageToString(
110 text_format.MessageToString(message),
130 self.RemoveRedundantZeros(text_format.MessageToString(message))
    [all...]
python_message.py 80 from google.protobuf import text_format namespace
740 return text_format.MessageToString(self)
748 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
    [all...]
cpp_message.py 629 # Lazy import to prevent circular import when text_format imports this file.
630 from google.protobuf import text_format namespace
631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
descriptor_test.py 43 from google.protobuf import text_format namespace
403 text_format.Merge(expected_ascii, expected_proto)
reflection_test.py 53 from google.protobuf import text_format namespace
    [all...]
  /system/bt/osi/src/
metrics.cpp 34 #include <google/protobuf/text_format.h>
  /external/nanopb-c/generator/
nanopb_generator.py 17 import google.protobuf.text_format as text_format namespace
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 71 from google.protobuf import text_format namespace
694 return text_format.MessageToString(self)
702 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 42 #include <google/protobuf/text_format.h>
text_format.cc 43 #include <google/protobuf/text_format.h>
    [all...]
text_format_unittest.cc 39 #include <google/protobuf/text_format.h>
    [all...]
descriptor_unittest.cc 47 #include <google/protobuf/text_format.h>
    [all...]
descriptor.cc 48 #include <google/protobuf/text_format.h>
    [all...]
  /external/protobuf/
Android.mk 84 src/google/protobuf/text_format.cc \
397 src/google/protobuf/text_format.cc \
Makefile.am 240 python/google/protobuf/text_format.py \
  /external/protobuf/python/google/protobuf/pyext/
message.cc 55 #include <google/protobuf/text_format.h>
    [all...]
  /external/protobuf/src/
Makefile.am 72 google/protobuf/text_format.h \
139 google/protobuf/text_format.cc \
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 62 #include <google/protobuf/text_format.h>
    [all...]
parser_unittest.cc 46 #include <google/protobuf/text_format.h>
    [all...]

Completed in 2694 milliseconds