Searched defs:FixForeignFieldsInField (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc696 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 Dpython_generator.cc667 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