Home
last modified time | relevance | path

Searched refs:Mixin (Results 1 – 25 of 26) sorted by relevance

12

/external/protobuf/src/google/protobuf/
Dapi.pb.h44 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();
[all …]
Dapi.pb.cc88 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Mixin, name_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
89 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Mixin, root_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
94 Mixin::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
99 sizeof(Mixin), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
100 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Mixin, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
101 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Mixin, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
119 Mixin_descriptor_, &Mixin::default_instance()); in protobuf_RegisterTypes()
129 delete Mixin::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fapi_2eproto()
164 Mixin::default_instance_ = new Mixin(); in protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto()
167 Mixin::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fapi_2eproto()
[all …]
Dapi.proto86 // Included APIs. See [Mixin][].
87 repeated Mixin mixins = 6;
195 message Mixin { message
/external/v8/tools/clang/blink_gc_plugin/tests/
Dclass_requires_trace_method.h25 class Mixin : public GarbageCollectedMixin {
28 Member<Mixin> m_self;
31 class HeapObjectMixin : public GarbageCollected<HeapObjectMixin>, public Mixin {
35 class Mixin2 : public Mixin {
45 class Mixin3 : public Mixin {
51 : public GarbageCollected<HeapObjectMixin3>, public Mixin {
Dgarbage_collected_mixin.h12 class Mixin : public GarbageCollectedMixin {
16 Member<Mixin> m_self;
19 class HeapObject : public GarbageCollected<HeapObject>, public Mixin {
24 Member<Mixin> m_mix;
Dgarbage_collected_mixin.txt1 garbage_collected_mixin.cpp:9:1: warning: [blink-gc] Class 'Mixin' has untraced fields that require…
2 void Mixin::Trace(Visitor* visitor)
5 Member<Mixin> m_self;
7 garbage_collected_mixin.cpp:14:1: warning: [blink-gc] Base class 'Mixin' of derived class 'HeapObje…
Dclass_requires_trace_method.cpp11 Mixin::Trace(visitor); in Trace()
16 Mixin::Trace(visitor); in Trace()
Dtrace_templated_super.h14 class Mixin : public GarbageCollectedMixin {
20 class Super : public GarbageCollected<Super<T> >, public Mixin {
Dgarbage_collected_mixin.cpp9 void Mixin::Trace(Visitor* visitor) in Trace()
Dtrace_templated_super.cpp20 Mixin::Trace(visitor); in Trace()
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dclass_requires_trace_method.h25 class Mixin : public GarbageCollectedMixin {
28 Member<Mixin> m_self;
31 class HeapObjectMixin : public GarbageCollected<HeapObjectMixin>, public Mixin {
35 class Mixin2 : public Mixin {
45 class Mixin3 : public Mixin {
51 : public GarbageCollected<HeapObjectMixin3>, public Mixin {
Dgarbage_collected_mixin.h12 class Mixin : public GarbageCollectedMixin {
16 Member<Mixin> m_self;
19 class HeapObject : public GarbageCollected<HeapObject>, public Mixin {
24 Member<Mixin> m_mix;
Dgarbage_collected_mixin.txt1 garbage_collected_mixin.cpp:9:1: warning: [blink-gc] Class 'Mixin' has untraced fields that require…
2 void Mixin::trace(Visitor* visitor)
5 Member<Mixin> m_self;
7 garbage_collected_mixin.cpp:14:1: warning: [blink-gc] Base class 'Mixin' of derived class 'HeapObje…
Dclass_requires_trace_method.cpp11 Mixin::trace(visitor); in trace()
16 Mixin::trace(visitor); in trace()
Dtrace_templated_super.h14 class Mixin : public GarbageCollectedMixin {
20 class Super : public GarbageCollected<Super<T> >, public Mixin {
Dgarbage_collected_mixin.cpp9 void Mixin::trace(Visitor* visitor) in trace()
Dtrace_templated_super.cpp20 Mixin::trace(visitor); in trace()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs47 …nfo(typeof(global::Google.Protobuf.WellKnownTypes.Mixin), global::Google.Protobuf.WellKnownTypes.M… in ApiReflection()
176 …private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Mixin> _repeated_mix…
177 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.Mixin.Parser);
178 …l::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pbc::RepeatedField<global::Google.Protobuf.…
182 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins {
707 public sealed partial class Mixin : pb::IMessage<Mixin> { class
708 …private static readonly pb::MessageParser<Mixin> _parser = new pb::MessageParser<Mixin>(() => new
709 public static pb::MessageParser<Mixin> Parser { get { return _parser; } }
719 public Mixin() { in Mixin() method in Google.Protobuf.WellKnownTypes.Mixin
725 public Mixin(Mixin other) : this() { in Mixin() method in Google.Protobuf.WellKnownTypes.Mixin
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_skipping.py71 class Mixin: class
74 class Foo(Mixin, unittest.TestCase):
86 class Mixin(object): class
89 class Foo(Mixin, unittest.TestCase):
/external/fmtlib/doc/bootstrap/
Dtheme.less36 // Mixin for generating new styles
179 // Mixin for generating new styles
201 // Mixin for generating new styles
250 // Mixin for generating new styles
Dthumbnails.less6 // Mixin and adjust the regular image class
Dnavs.less189 // Mixin for adding on top the shared `.nav-justified` styles for our tabs
Dnavbar.less295 // Mixin behavior for optimum display
/external/python/cpython2/Doc/library/
Duserdict.rst59 Mixin defining all dictionary methods for classes that already have a minimum
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2247 def create_test_cases(Mixin, type): argument
2257 class Temp(base, unittest.TestCase, Mixin):
2261 Temp.__module__ = Mixin.__module__

12