Home
last modified time | relevance | path

Searched defs:Empty (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/external/golang-protobuf/types/known/emptypb/
Dempty.pb.go52 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/
Dempty.rs24 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/
Dempty.rs10 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/
Dempty.rs10 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/
Dempty.rs9 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/
Dempty.rs31 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/
Dempty-class-layout.cpp24 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/
Dempty.rs49 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/
DEmpty.cs48 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/
DEmpty.cs53 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/
DConstructorReference.java49 private static class Empty extends ConstructorReference { class in ConstructorReference
51 private Empty() { in Empty() method in ConstructorReference.Empty
/external/compiler-rt/test/msan/
Ddtor-bit-fields.cc29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/external/clang/include/clang/AST/
DStmtObjC.h32 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()
DExprCXX.h71 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 …]
DExprObjC.h37 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/
Dsanitize-dtor-bit-field.cpp24 struct Empty { struct
26 ~Empty() {} in ~Empty() argument
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DConfigOverride.java132 final static class Empty extends ConfigOverride { class in ConfigOverride
135 private Empty() { } in Empty() method in ConfigOverride.Empty
/external/protobuf/src/google/protobuf/
Dempty.pb.cc90 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
Dempty.pb.h58 class Empty; variable
76 Empty(Empty&& from) noexcept in Empty() function
/external/libchrome/mojo/public/cpp/base/
Dstring16_unittest.cc17 TEST(String16Test, Empty) { in TEST() argument
31 TEST(BigString16Test, Empty) { in TEST() argument
/external/skia/src/gpu/
DGrProcessorSet.h24 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/
Ddefault_value_objectwriter_test.cc81 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/
Dempty.proto6 message Empty {} message
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/annotations/
DEmpty.java28 public @interface Empty {} annotation
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dempty.proto28 message Empty {} message

12345678910>>...25