| /external/golang-protobuf/ptypes/empty/ |
| D | empty.pb.go | 32 type Empty struct { struct 33 XXX_NoUnkeyedLiteral struct{} `json:"-"` 34 XXX_unrecognized []byte `json:"-"` 35 XXX_sizecache int32 `json:"-"` 38 func (m *Empty) Reset() { *m = Empty{} } 39 func (m *Empty) String() string { return proto.CompactTextString(m) } 40 func (*Empty) ProtoMessage() {} 41 func (*Empty) Descriptor() ([]byte, []int) { 45 func (*Empty) XXX_WellKnownType() string { return "Empty" } 47 func (m *Empty) XXX_Unmarshal(b []byte) error { [all …]
|
| /external/rust/crates/futures-util/src/stream/ |
| D | empty.rs | 10 pub struct Empty<T> { struct 17 pub fn empty<T>() -> Empty<T> { in empty() argument 23 impl<T> Unpin for Empty<T> {} implementation 25 impl<T> FusedStream for Empty<T> { implementation 31 impl<T> Stream for Empty<T> { implementation 43 impl<T> Clone for Empty<T> { implementation
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | empty.rs | 24 pub struct Empty { struct 32 impl<'a> ::std::default::Default for &'a Empty { implementation 38 impl Empty { impl 44 impl crate::Message for Empty { implementation 123 impl crate::Clear for Empty { implementation 129 impl ::std::fmt::Debug for Empty { implementation 135 impl crate::reflect::ProtobufValue for Empty { implementation
|
| /external/rust/crates/tokio-stream/src/ |
| D | empty.rs | 10 pub struct Empty<T>(PhantomData<T>); struct 12 impl<T> Unpin for Empty<T> {} implementation 13 unsafe impl<T> Send for Empty<T> {} implementation 14 unsafe impl<T> Sync for Empty<T> {} implementation 40 impl<T> Stream for Empty<T> { implementation
|
| /external/rust/crates/futures-util/src/io/ |
| D | empty.rs | 11 pub struct Empty { struct 33 pub fn empty() -> Empty { in empty() argument 37 impl AsyncRead for Empty { implementation 54 impl AsyncBufRead for Empty { implementation 63 impl fmt::Debug for Empty { implementation
|
| /external/rust/crates/rayon/src/iter/ |
| D | empty.rs | 31 pub struct Empty<T: Send> { struct 35 impl<T: Send> Clone for Empty<T> { argument 41 impl<T: Send> fmt::Debug for Empty<T> { implementation 47 impl<T: Send> ParallelIterator for Empty<T> { implementation 62 impl<T: Send> IndexedParallelIterator for Empty<T> { implementation
|
| /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/llvm-project/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/rust/crates/tokio/src/io/util/ |
| D | empty.rs | 49 impl AsyncRead for Empty { implementation 60 impl AsyncBufRead for Empty { implementation 70 impl fmt::Debug for Empty { implementation
|
| /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
| D | Empty.cs | 48 public sealed partial class Empty : pb::IMessage<Empty> { class 65 public Empty() { in Empty() method in Grpc.Testing.Empty 72 public Empty(Empty other) : this() { in Empty() method in Grpc.Testing.Empty
|
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Empty.cs | 53 public sealed partial class Empty : pb::IMessage<Empty> { class 70 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty 77 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
|
| /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/llvm-project/compiler-rt/test/msan/ |
| D | dtor-bit-fields.cpp | 29 struct Empty { struct 31 ~Empty() {} in ~Empty() argument
|
| /external/compiler-rt/test/msan/ |
| D | dtor-bit-fields.cc | 29 struct Empty { struct 31 ~Empty() {} in ~Empty() argument
|
| /external/llvm-project/clang/lib/AST/ |
| D | ExprConcepts.cpp | 59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr() 128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() 187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() 208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | sanitize-dtor-bit-field.cpp | 24 struct Empty { struct 26 ~Empty() {} in ~Empty() argument
|
| /external/clang/test/CodeGenCXX/ |
| D | sanitize-dtor-bit-field.cpp | 24 struct Empty { struct 26 ~Empty() {} in ~Empty() argument
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
| D | ConfigOverride.java | 132 final static class Empty extends ConfigOverride { class in ConfigOverride 135 private Empty() { } in Empty() method in ConfigOverride.Empty
|
| /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/libchrome/mojo/public/cpp/base/ |
| D | string16_unittest.cc | 17 TEST(String16Test, Empty) { in TEST() argument 31 TEST(BigString16Test, Empty) { in TEST() argument
|
| /external/protobuf/src/google/protobuf/ |
| D | empty.pb.cc | 90 Empty::Empty() in Empty() function in Empty 95 Empty::Empty(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Empty() function in Empty 102 Empty::Empty(const Empty& from) in Empty() function in Empty
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | StmtObjC.h | 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 341 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 376 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| D | default_value_objectwriter_test.cc | 81 TEST_P(DefaultValueObjectWriterTest, Empty) { in TEST_P() argument 168 TEST_P(DefaultValueObjectWriterSuppressListTest, Empty) { in TEST_P() argument
|
| /external/skia/src/gpu/ |
| D | GrProcessorSet.h | 24 enum class Empty { kEmpty }; enum 97 constexpr Analysis(Empty) in Analysis() argument 163 GrProcessorSet(Empty) : fXP((const GrXferProcessor*)nullptr), fFlags(kFinalized_Flag) {} in GrProcessorSet() argument
|