/external/golang-protobuf/types/known/emptypb/ |
D | empty.pb.go | 52 type Empty struct { struct 53 state protoimpl.MessageState 54 sizeCache protoimpl.SizeCache 55 unknownFields protoimpl.UnknownFields 58 func (x *Empty) Reset() { 67 func (x *Empty) String() string { 71 func (*Empty) ProtoMessage() {} 73 func (x *Empty) ProtoReflect() protoreflect.Message { 86 func (*Empty) Descriptor() ([]byte, []int) {
|
/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/futures-util/src/stream/ |
D | empty.rs | 10 pub struct Empty<T> { struct 17 pub fn empty<T>() -> Empty<T> { in empty() argument 21 impl<T> Unpin for Empty<T> {} implementation 23 impl<T> FusedStream for Empty<T> { implementation 29 impl<T> Stream for Empty<T> { implementation 41 impl<T> Clone for Empty<T> { 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 | 9 pub struct Empty { struct 31 pub fn empty() -> Empty { in empty() argument 35 impl AsyncRead for Empty { implementation 46 impl AsyncBufRead for Empty { implementation 55 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/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/compiler-rt/test/msan/ |
D | dtor-bit-fields.cc | 29 struct Empty { struct 31 ~Empty() {} in ~Empty() argument
|
/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 | ExprCXX.h | 71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() 127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() 170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() 264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 344 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 381 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 419 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral() 480 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() 513 explicit CXXNullPtrLiteralExpr(EmptyShell Empty) in CXXNullPtrLiteralExpr() [all …]
|
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/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/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
|
D | empty.pb.h | 58 class Empty; variable 76 Empty(Empty&& from) noexcept in Empty() function
|
/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/skia/src/gpu/ |
D | GrProcessorSet.h | 24 enum class Empty { kEmpty }; enum 94 constexpr Analysis(Empty) in Analysis() argument 160 GrProcessorSet(Empty) : fXP((const GrXferProcessor*)nullptr), fFlags(kFinalized_Flag) {} in GrProcessorSet() argument
|
/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/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | empty.proto | 6 message Empty {} message
|
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/annotations/ |
D | Empty.java | 28 public @interface Empty {} annotation
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | empty.proto | 28 message Empty {} message
|