Searched defs:FixForeignFieldsInField (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 696 FixForeignFieldsInField(&descriptor, field_descriptor, "fields_by_name"); 726 void Generator::FixForeignFieldsInField(const Descriptor* containing_type, function in class:google::protobuf::compiler::python::Generator 820 // exactly what FixForeignFieldsInField() wants. 821 FixForeignFieldsInField(extension_field.extension_scope(), extension_field,
|
/external/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 667 FixForeignFieldsInField(&descriptor, field_descriptor, "fields_by_name"); 686 void Generator::FixForeignFieldsInField(const Descriptor* containing_type, function in class:google::protobuf::compiler::python::Generator 776 // exactly what FixForeignFieldsInField() wants. 777 FixForeignFieldsInField(extension_field.extension_scope(), extension_field,
|
Completed in 1806 milliseconds