Home
last modified time | relevance | path

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

12345678910>>...25

/external/golang-protobuf/ptypes/empty/
Dempty.pb.go32 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/
Dempty.rs10 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/
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/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.rs11 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/
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/llvm-project/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/llvm-project/compiler-rt/test/msan/
Ddtor-bit-fields.cpp29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/external/compiler-rt/test/msan/
Ddtor-bit-fields.cc29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/external/llvm-project/clang/lib/AST/
DExprConcepts.cpp59 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/
Dsanitize-dtor-bit-field.cpp24 struct Empty { struct
26 ~Empty() {} in ~Empty() argument
/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/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()
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/libchrome/mojo/public/cpp/base/
Dstring16_unittest.cc17 TEST(String16Test, Empty) { in TEST() argument
31 TEST(BigString16Test, Empty) { in TEST() argument
/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
/external/llvm-project/clang/include/clang/AST/
DStmtObjC.h31 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/
Ddefault_value_objectwriter_test.cc81 TEST_P(DefaultValueObjectWriterTest, Empty) { in TEST_P() argument
168 TEST_P(DefaultValueObjectWriterSuppressListTest, Empty) { in TEST_P() argument
/external/skia/src/gpu/
DGrProcessorSet.h24 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

12345678910>>...25