/external/protobuf/src/google/protobuf/ |
D | api.pb.h | 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(); [all …]
|
D | api.pb.cc | 88 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 …]
|
D | api.proto | 86 // Included APIs. See [Mixin][]. 87 repeated Mixin mixins = 6; 195 message Mixin { message
|
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/ |
D | class_requires_trace_method.h | 25 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 {
|
D | garbage_collected_mixin.h | 12 class Mixin : public GarbageCollectedMixin { 16 Member<Mixin> m_self; 19 class HeapObject : public GarbageCollected<HeapObject>, public Mixin { 24 Member<Mixin> m_mix;
|
D | garbage_collected_mixin.txt | 1 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…
|
D | class_requires_trace_method.cpp | 11 Mixin::trace(visitor); in trace() 16 Mixin::trace(visitor); in trace()
|
D | trace_templated_super.h | 14 class Mixin : public GarbageCollectedMixin { 20 class Super : public GarbageCollected<Super<T> >, public Mixin {
|
D | garbage_collected_mixin.cpp | 9 void Mixin::trace(Visitor* visitor) in trace()
|
D | trace_templated_super.cpp | 20 Mixin::trace(visitor); in trace()
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | class_requires_trace_method.h | 25 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 {
|
D | garbage_collected_mixin.h | 12 class Mixin : public GarbageCollectedMixin { 16 Member<Mixin> m_self; 19 class HeapObject : public GarbageCollected<HeapObject>, public Mixin { 24 Member<Mixin> m_mix;
|
D | garbage_collected_mixin.txt | 1 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…
|
D | class_requires_trace_method.cpp | 11 Mixin::Trace(visitor); in Trace() 16 Mixin::Trace(visitor); in Trace()
|
D | trace_templated_super.h | 14 class Mixin : public GarbageCollectedMixin { 20 class Super : public GarbageCollected<Super<T> >, public Mixin {
|
D | garbage_collected_mixin.cpp | 9 void Mixin::Trace(Visitor* visitor) in Trace()
|
D | trace_templated_super.cpp | 20 Mixin::Trace(visitor); in Trace()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Api.cs | 47 …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/ |
D | test_skipping.py | 71 class Mixin: class 74 class Foo(Mixin, unittest.TestCase): 86 class Mixin(object): class 89 class Foo(Mixin, unittest.TestCase):
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_skipping.py | 96 class Mixin: class 99 class Foo(Mixin, unittest.TestCase):
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 38 ABC Inherits from Abstract Methods Mixin Methods
|
D | test.rst | 146 :class:`unittest.TestCase` are run as tests. The :class:`Mixin` class in the example above
|
/external/python/cpython2/Doc/library/ |
D | userdict.rst | 59 Mixin defining all dictionary methods for classes that already have a minimum
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2247 def create_test_cases(Mixin, type): argument 2257 class Temp(base, unittest.TestCase, Mixin): 2261 Temp.__module__ = Mixin.__module__
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3987 Mixin = local_globs[type_.capitalize() + 'Mixin'] 3988 class Temp(base, Mixin, unittest.TestCase):
|