Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
Dempty.proto52 message Empty {} message
/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/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/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DEmpty.cs53 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/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/compiler-rt/test/msan/
Ddtor-bit-fields.cc29 struct Empty { struct
31 ~Empty() {} in ~Empty() argument
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-bit-field.cpp24 struct Empty { struct
26 ~Empty() {} in ~Empty() argument
Dempty-nontrivially-copyable.cpp10 struct Empty { struct
Darm-vaarg.cpp2 struct Empty {}; struct
Darm64-empty-struct.cpp2 struct Empty {}; struct
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dempty.proto29 message Empty {} message
/external/protobuf/src/google/protobuf/
Dempty.proto53 message Empty {} message
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dtag-dialog.rc1 Empty DIALOGEX 2, 3, 4, 5 {} dialog
/external/grpc-grpc/src/proto/grpc/testing/
Dempty.proto28 message Empty {} message
/external/libchrome/mojo/public/cpp/base/
Dstring16_unittest.cc17 TEST(String16Test, Empty) { in TEST() argument
31 TEST(BigString16Test, Empty) { in TEST() argument
/external/grpc-grpc/examples/ruby/pubsub/google/protobuf/
Dempty.rb27 Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Empty").msgclass constant
/external/grpc-grpc/src/ruby/pb/src/proto/grpc/testing/
Dempty_pb.rb13 Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Empty").msgclass constant
/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/grpc-grpc/src/core/lib/channel/
Dstatus_util.h43 bool Empty() const { return status_code_mask_ == 0; } in Empty() function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_copy_constructible.pass.cpp43 class Empty class
Dis_nothrow_move_constructible.pass.cpp43 class Empty class
Dis_nothrow_move_assignable.pass.cpp35 class Empty class
/external/skqp/src/gpu/
DGrProcessorSet.h23 enum class Empty { kEmpty }; enum
93 constexpr Analysis(Empty) in Analysis() argument
160 GrProcessorSet(Empty) : fXP((const GrXferProcessor*)nullptr), fFlags(kFinalized_Flag) {} in GrProcessorSet() argument

12345678910>>...12