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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2142 friend class OptionInterpreter;
2351 class OptionInterpreter { class in class:google::protobuf::DescriptorBuilder
2356 explicit OptionInterpreter(DescriptorBuilder* builder);
2358 ~OptionInterpreter();
2448 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OptionInterpreter);
2452 // OptionInterpreter should have access to the private members of any class
2456 // redundantly declare OptionInterpreter a friend just to make things extra
2458 friend class OptionInterpreter;
2459 friend class OptionInterpreter::AggregateOptionFinder;
3224 OptionInterpreter option_interprete
4230 DescriptorBuilder::OptionInterpreter::OptionInterpreter( function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1845 friend class OptionInterpreter;
2045 class OptionInterpreter { class in class:google::protobuf::DescriptorBuilder
2050 explicit OptionInterpreter(DescriptorBuilder* builder);
2052 ~OptionInterpreter();
2131 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(OptionInterpreter);
2135 // OptionInterpreter should have access to the private members of any class
2139 // redundantly declare OptionInterpreter a friend just to make things extra
2141 friend class OptionInterpreter;
2838 OptionInterpreter option_interpreter(this);
3794 DescriptorBuilder::OptionInterpreter function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
[all...]

Completed in 92 milliseconds