/external/golang-protobuf/ptypes/empty/ |
D | empty.pb.go | 39 type Empty struct { struct 42 func (m *Empty) Reset() { *m = Empty{} } 43 func (m *Empty) String() string { return proto.CompactTextString(m) } 44 func (*Empty) ProtoMessage() {} 45 func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } 46 func (*Empty) XXX_WellKnownType() string { return "Empty" }
|
D | empty.proto | 52 message Empty {} message
|
/external/clang/test/SemaCXX/ |
D | empty-class-layout.cpp | 24 struct Empty { Empty(); }; struct 92 struct Empty { }; struct 105 struct Empty { }; struct 115 struct Empty { }; struct 126 struct Empty { }; struct 139 struct Empty { }; struct 151 struct Empty { }; struct
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/ |
D | ConstructorReference.java | 49 private static class Empty extends ConstructorReference { class in ConstructorReference 51 private Empty() { in Empty() method in ConstructorReference.Empty
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Empty.cs | 53 public sealed partial class Empty : pb::IMessage<Empty> { class 65 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty 71 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
|
/external/compiler-rt/test/msan/ |
D | dtor-bit-fields.cc | 29 struct Empty { struct 31 ~Empty() {} in ~Empty() argument
|
/external/protobuf/src/google/protobuf/ |
D | empty.proto | 53 message Empty {} message
|
/external/clang/test/CodeGenCXX/ |
D | sanitize-dtor-bit-field.cpp | 24 struct Empty { struct 26 ~Empty() {} in ~Empty() argument
|
D | empty-nontrivially-copyable.cpp | 10 struct Empty { struct
|
D | arm64-empty-struct.cpp | 2 struct Empty {}; struct
|
D | arm-vaarg.cpp | 2 struct Empty {}; struct
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
D | ExprObjC.h | 37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_move_constructible.pass.cpp | 43 class Empty class
|
D | is_nothrow_copy_constructible.pass.cpp | 43 class Empty class
|
D | is_nothrow_default_constructible.pass.cpp | 47 class Empty class
|
D | is_nothrow_copy_assignable.pass.cpp | 35 class Empty class
|
D | is_move_assignable.pass.cpp | 35 class Empty class
|
D | is_nothrow_move_assignable.pass.cpp | 35 class Empty class
|
D | is_trivially_move_assignable.pass.cpp | 37 class Empty class
|
D | is_trivially_copy_constructible.pass.cpp | 41 class Empty class
|
D | has_virtual_destructor.pass.cpp | 48 class Empty class
|
D | is_trivially_copy_assignable.pass.cpp | 37 class Empty class
|
D | is_trivially_default_constructible.pass.cpp | 47 class Empty class
|
D | is_polymorphic.pass.cpp | 47 class Empty class
|