OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unittest_import_pb2
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/python/google/protobuf/internal/
generator_test.py
47
from google.protobuf import
unittest_import_pb2
194
unittest_import_pb2
.ImportMessage.DESCRIPTOR.file.package,
203
unittest_import_pb2
._IMPORTENUM.file.package,
222
[
unittest_import_pb2
.DESCRIPTOR])
223
self.assertEqual(
unittest_import_pb2
.DESCRIPTOR.dependencies,
267
# module, and is public imported by
unittest_import_pb2
module.
268
public_import_proto =
unittest_import_pb2
.PublicImportMessage()
271
unittest_import_pb2
.PublicImportMessage)
test_util.py
41
from google.protobuf import
unittest_import_pb2
80
message.optional_import_enum =
unittest_import_pb2
.IMPORT_BAZ
113
message.repeated_import_enum.append(
unittest_import_pb2
.IMPORT_BAR)
143
message.repeated_import_enum.append(
unittest_import_pb2
.IMPORT_BAZ)
170
message.default_import_enum =
unittest_import_pb2
.IMPORT_FOO
195
import_pb2 =
unittest_import_pb2
433
test_case.assertEqual(
unittest_import_pb2
.IMPORT_BAZ,
491
test_case.assertEqual(
unittest_import_pb2
.IMPORT_BAR,
520
test_case.assertEqual(
unittest_import_pb2
.IMPORT_BAZ,
565
test_case.assertEqual(
unittest_import_pb2
.IMPORT_FOO
[
all
...]
descriptor_test.py
39
from google.protobuf import
unittest_import_pb2
573
#
unittest_import_pb2
.DESCRIPTOR,
reflection_test.py
46
from google.protobuf import
unittest_import_pb2
557
self.assertEqual(
unittest_import_pb2
.IMPORT_BAR,
[
all
...]
Completed in 67 milliseconds