HomeSort by relevance Sort by last modified time
    Searched refs:unittest_import_pb2 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 47 from google.protobuf import unittest_import_pb2 namespace
193 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
202 unittest_import_pb2._IMPORTENUM.file.package,
250 # module, and is public imported by unittest_import_pb2 module.
251 public_import_proto = unittest_import_pb2.PublicImportMessage()
254 unittest_import_pb2.PublicImportMessage)
test_util.py 41 from google.protobuf import unittest_import_pb2 namespace
86 message.optional_import_enum = unittest_import_pb2.IMPORT_BAZ
119 message.repeated_import_enum.append(unittest_import_pb2.IMPORT_BAR)
149 message.repeated_import_enum.append(unittest_import_pb2.IMPORT_BAZ)
176 message.default_import_enum = unittest_import_pb2.IMPORT_FOO
196 import_pb2 = unittest_import_pb2
429 test_case.assertEqual(unittest_import_pb2.IMPORT_BAZ,
487 test_case.assertEqual(unittest_import_pb2.IMPORT_BAR,
516 test_case.assertEqual(unittest_import_pb2.IMPORT_BAZ,
561 test_case.assertEqual(unittest_import_pb2.IMPORT_FOO
    [all...]
descriptor_test.py 39 from google.protobuf import unittest_import_pb2 namespace
571 unittest_import_pb2.DESCRIPTOR,
message_test.py 52 from google.protobuf import unittest_import_pb2 namespace
reflection_test.py 45 from google.protobuf import unittest_import_pb2 namespace
555 self.assertEqual(unittest_import_pb2.IMPORT_BAR,
    [all...]
  /external/protobuf/python/google/protobuf/internal/
message_test.py 47 from google.protobuf import unittest_import_pb2 namespace
generator_test.py 45 from google.protobuf import unittest_import_pb2 namespace
182 unittest_import_pb2.ImportMessage.DESCRIPTOR.file.package,
191 unittest_import_pb2._IMPORTENUM.file.package,
test_util.py 41 from google.protobuf import unittest_import_pb2 namespace
85 message.optional_import_enum = unittest_import_pb2.IMPORT_BAZ
117 message.repeated_import_enum.append(unittest_import_pb2.IMPORT_BAR)
146 message.repeated_import_enum.append(unittest_import_pb2.IMPORT_BAZ)
173 message.default_import_enum = unittest_import_pb2.IMPORT_FOO
188 import_pb2 = unittest_import_pb2
415 test_case.assertEqual(unittest_import_pb2.IMPORT_BAZ,
472 test_case.assertEqual(unittest_import_pb2.IMPORT_BAR,
500 test_case.assertEqual(unittest_import_pb2.IMPORT_BAZ,
545 test_case.assertEqual(unittest_import_pb2.IMPORT_FOO
    [all...]
descriptor_test.py 38 from google.protobuf import unittest_import_pb2 namespace
308 unittest_import_pb2.DESCRIPTOR,
reflection_test.py 46 from google.protobuf import unittest_import_pb2 namespace
468 self.assertEqual(unittest_import_pb2.IMPORT_BAR,
    [all...]

Completed in 672 milliseconds