Home
last modified time | relevance | path

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

123456

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Darray-of-zero-sized-types.rs11 pub struct Empty { struct
17 ::std::mem::size_of::<Empty>(), in bindgen_test_layout_Empty() argument
Dcontains-vs-inherits-zero-sized.rs11 pub struct Empty { struct
17 ::std::mem::size_of::<Empty>(), in bindgen_test_layout_Empty() argument
/third_party/protobuf/src/google/protobuf/
Dempty.pb.h58 class Empty; variable
72 inline Empty() : Empty(nullptr) {} in Empty() function
76 Empty(Empty&& from) noexcept in Empty() function
Dempty.proto52 message Empty {} message
Dempty.pb.cc88 Empty::Empty(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Empty() function in Empty
94 Empty::Empty(const Empty& from) in Empty() function in Empty
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DEmpty.cs53 public sealed partial class Empty : pb::IMessage<Empty> class
74 public Empty() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
81 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty
/third_party/typescript/tests/baselines/reference/
DtsxSpreadAttributesResolution17.js10 export class Empty extends React.Component<{}, {}> { class
43 function Empty() { class in Empty
DnoCrashOnMixin.js63 var Empty = /** @class */ (function () { class
64 function Empty() { class in Empty
/third_party/node/deps/npm/node_modules/function-bind/
Dimplementation.js77 var Empty = function Empty() {}; class
78 Empty.prototype = target.prototype; class
/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter_test.cc82 TEST_P(DefaultValueObjectWriterTest, Empty) { in TEST_P() argument
169 TEST_P(DefaultValueObjectWriterSuppressListTest, Empty) { in TEST_P() argument
/third_party/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
/third_party/rust/crates/cxx/tests/ui/
Dempty_struct.rs3 struct Empty {} struct
/third_party/skia/third_party/externals/tint/src/ast/
Dblock_statement.h40 bool Empty() const { return statements.empty(); } in Empty() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Darray-of-zero-sized-types.hpp4 struct Empty {}; struct
Dcontains-vs-inherits-zero-sized.hpp4 struct Empty {}; struct
/third_party/typescript/tests/cases/conformance/expressions/propertyAccess/
DpropertyAccessStringIndexSignatureNoImplicitAny.ts9 interface Empty { } interface
DpropertyAccessStringIndexSignature.ts8 interface Empty { } interface
/third_party/typescript/tests/cases/compiler/
DexcessPropertyCheckWithEmptyObject.ts11 interface Empty {} interface
DnoCrashOnMixin.ts16 class Empty { class
/third_party/rust/crates/clap/tests/derive/
Dgroups.rs84 pub struct Empty; in skip_group_avoids_duplicate_ids() struct
118 pub struct Empty; in helpful_panic_on_duplicate_groups() struct
/third_party/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc45 TEST(StringPrintfTest, Empty) { in TEST() argument
63 TEST(StringAppendFTest, Empty) { in TEST() argument
/third_party/lzma/CPP/Common/
DDynLimBuf.h31 void Empty() { _pos = 0; _error = false; } in Empty() function
/third_party/protobuf/php/tests/proto/
Dtest_prefix.proto18 message Empty { message
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Derror_support_test.cc13 TEST(ErrorSupportTest, Empty) { in TEST() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp53 bool RingBufferAllocator::Empty() const { in Empty() function in dawn_native::RingBufferAllocator

123456