Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3389 bool InterpretOptions(OptionsToInterpret* options_to_interpret);
6406 OptionsToInterpret* options_to_interpret) { in InterpretOptions() argument
6409 Message* options = options_to_interpret->options; in InterpretOptions()
6410 const Message* original_options = options_to_interpret->original_options; in InterpretOptions()
6413 options_to_interpret_ = options_to_interpret; in InterpretOptions()
6423 std::vector<int> src_path = options_to_interpret->element_path; in InterpretOptions()
6442 options_to_interpret->element_path)) { in InterpretOptions()
6471 options_to_interpret->element_name, *original_options, in InterpretOptions()