Lines Matching refs:DESCRIPTOR
450 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
451 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
452 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
457 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
458 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
459 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
460 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
476 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
477 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11]),
478 (proto.DESCRIPTOR.fields_by_name['repeated_fixed32'], [1]),
479 (proto.DESCRIPTOR.fields_by_name['repeated_string' ],
515 [ (proto.DESCRIPTOR.fields_by_name['my_int' ], 1),
517 (proto.DESCRIPTOR.fields_by_name['my_string'], 'foo'),
519 (proto.DESCRIPTOR.fields_by_name['my_float' ], 1.0) ],
1012 DESCRIPTOR = mydescriptor variable in ReflectionTest.testHandWrittenReflection.MyProtoClass
1061 DESCRIPTOR = desc variable in ReflectionTest.testDescriptorProtoSupport.CarMessage
2383 raw.DESCRIPTOR.GetOptions().message_set_wire_format)
2781 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
2784 proto.DESCRIPTOR.GetOptions().message_set_wire_format)
2892 DESCRIPTOR = msg_descriptor variable in ClassAPITest.testParsingFlatClassWithExplicitClassDeclaration.MessageClass