Home
last modified time | relevance | path

Searched refs:full_class_name (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc980 string full_class_name = "descriptor_pb2." + class_name; in OptionsValue() local
983 return "_descriptor._ParseOptions(" + full_class_name + "(), _b('" //##PY25 in OptionsValue()