Home
last modified time | relevance | path

Searched defs:Mixin (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dapi.proto195 message Mixin { message
Dapi.pb.cc1647 Mixin::Mixin() in Mixin() function in google::protobuf::Mixin
1657 Mixin::Mixin(const Mixin& from) in Mixin() function in google::protobuf::Mixin
Dapi.pb.h44 class Mixin; variable
/external/python/cpython2/Lib/unittest/test/
Dtest_skipping.py71 class Mixin: class
86 class Mixin(object): class
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs707 public sealed partial class Mixin : pb::IMessage<Mixin> { class
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
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2247 def create_test_cases(Mixin, type): argument