Lines Matching refs:Mixin

44 class Mixin;  variable
163 const ::google::protobuf::Mixin& mixins(int index) const;
164 ::google::protobuf::Mixin* mutable_mixins(int index);
165 ::google::protobuf::Mixin* add_mixins();
166 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
168 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
187 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin > mixins_;
340 class LIBPROTOBUF_EXPORT Mixin : public ::google::protobuf::Message {
342 Mixin();
343 virtual ~Mixin();
345 Mixin(const Mixin& from);
347 inline Mixin& operator=(const Mixin& from) {
353 static const Mixin& default_instance();
355 void Swap(Mixin* other);
359 inline Mixin* New() const { return New(NULL); } in New()
361 Mixin* New(::google::protobuf::Arena* arena) const;
364 void CopyFrom(const Mixin& from);
365 void MergeFrom(const Mixin& from);
380 void InternalSwap(Mixin* other);
431 static Mixin* default_instance_;
634 inline const ::google::protobuf::Mixin& Api::mixins(int index) const { in mixins()
638 inline ::google::protobuf::Mixin* Api::mutable_mixins(int index) { in mutable_mixins()
642 inline ::google::protobuf::Mixin* Api::add_mixins() { in add_mixins()
646 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
651 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
884 inline void Mixin::clear_name() { in clear_name()
887 inline const ::std::string& Mixin::name() const { in name()
891 inline void Mixin::set_name(const ::std::string& value) { in set_name()
896 inline void Mixin::set_name(const char* value) { in set_name()
901 inline void Mixin::set_name(const char* value, size_t size) { in set_name()
907 inline ::std::string* Mixin::mutable_name() { in mutable_name()
912 inline ::std::string* Mixin::release_name() { in release_name()
917 inline void Mixin::set_allocated_name(::std::string* name) { in set_allocated_name()
928 inline void Mixin::clear_root() { in clear_root()
931 inline const ::std::string& Mixin::root() const { in root()
935 inline void Mixin::set_root(const ::std::string& value) { in set_root()
940 inline void Mixin::set_root(const char* value) { in set_root()
945 inline void Mixin::set_root(const char* value, size_t size) { in set_root()
951 inline ::std::string* Mixin::mutable_root() { in mutable_root()
956 inline ::std::string* Mixin::release_root() { in release_root()
961 inline void Mixin::set_allocated_root(::std::string* root) { in set_allocated_root()