Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc3120 struct OptionsToInterpret { struct
3121 OptionsToInterpret(const std::string& ns, const std::string& el, in OptionsToInterpret() function
3159 std::vector<OptionsToInterpret> options_to_interpret_;
3389 bool InterpretOptions(OptionsToInterpret* options_to_interpret);
3475 const OptionsToInterpret* options_to_interpret_;
4187 options_to_interpret_.push_back(OptionsToInterpret( in AllocateOptionsImpl()
4548 for (std::vector<OptionsToInterpret>::iterator iter = in BuildFileImpl()
6406 OptionsToInterpret* options_to_interpret) { in InterpretOptions()