/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.cc | 20 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Empty> _instance; 28 new (ptr) PROTOBUF_NAMESPACE_ID::Empty(); in InitDefaultsscc_info_Empty_google_2fprotobuf_2fempty_2eproto() 31 PROTOBUF_NAMESPACE_ID::Empty::InitAsDefaultInstance(); in InitDefaultsscc_info_Empty_google_2fprotobuf_2fempty_2eproto() 43 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Empty, _internal_metadata_), 49 { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::Empty)}, 82 void Empty::InitAsDefaultInstance() { in InitAsDefaultInstance() 84 class Empty::_Internal { 88 Empty::Empty(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Empty() function in Empty 92 // @@protoc_insertion_point(arena_constructor:google.protobuf.Empty) in Empty() 94 Empty::Empty(const Empty& from) Empty() function in Empty [all...] |
H A D | empty.pb.h | 58 class Empty; 63 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Empty* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Empty>(Arena*); 69 class PROTOBUF_EXPORT Empty PROTOBUF_FINAL : 70 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Empty) */ { 72 inline Empty() : Empty(nullptr) {} in Empty() function in PROTOBUF_FINAL 73 virtual ~Empty(); 75 Empty(const Empty 77 : Empty() { Empty() function in PROTOBUF_FINAL [all...] |
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Transform.cs | 34 internal static readonly Org.Brotli.Dec.Transform[] Transforms = new Org.Brotli.Dec.Transform[] { new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), new Org.Brotli.Dec.Transform(string.Empty,
35 Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.OmitFirst1, string.Empty), new Org.Brotli.Dec.Transform
36 (string.Empty, Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " the "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.WordTransformType.Identity
37 , string.Empty), new Org.Brotli.Dec.Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " of "), new Org.Brotli.Dec.Transform(string.Empty, Or [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Empty.cs | 35 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Empty), global::Google.Protobuf.WellKnownTypes.Empty.Parser, null, null, null, null, null) in EmptyReflection() 48 /// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); 51 /// The JSON representation for `Empty` is empty JSON object `{}`. 53 public sealed partial class Empty : pb::IMessage<Empty> class 58 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); 74 public Empty() { Empty() method in Google.Protobuf.WellKnownTypes.Empty 81 public Empty(Empty other) : this() { Empty() method in Google.Protobuf.WellKnownTypes.Empty [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple_test.cc | 33 struct Empty { struct 60 EXPECT_EQ(sizeof(int), sizeof(CompressedTuple<int, Empty<0>>)); in TEST() 61 EXPECT_EQ(sizeof(int), sizeof(CompressedTuple<int, Empty<0>, Empty<1>>)); in TEST() 63 sizeof(CompressedTuple<int, Empty<0>, Empty<1>, Empty<2>>)); in TEST() 68 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>>)); in TEST() 70 sizeof(CompressedTuple<int, Empty<0>, NotEmpty<double>, Empty< in TEST() [all...] |
/third_party/rust/crates/clap/tests/derive/ |
H A D | groups.rs | 68 first: Compose<Empty, Empty>, in skip_group_avoids_duplicate_ids() 70 second: Compose<Empty, Empty>, in skip_group_avoids_duplicate_ids() 84 pub struct Empty; in skip_group_avoids_duplicate_ids() structure names 90 assert_eq!(Empty::group_id(), None); in skip_group_avoids_duplicate_ids() 91 assert_eq!(Compose::<Empty, Empty>::group_id(), None); in skip_group_avoids_duplicate_ids() 104 first: Compose<Empty, Empty>, in helpful_panic_on_duplicate_groups() 118 pub struct Empty; helpful_panic_on_duplicate_groups() structure names [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | FencedDeleter.cpp | 25 ASSERT(mBuffersToDelete.Empty()); in ~FencedDeleter() 26 ASSERT(mDescriptorPoolsToDelete.Empty()); in ~FencedDeleter() 27 ASSERT(mFramebuffersToDelete.Empty()); in ~FencedDeleter() 28 ASSERT(mImagesToDelete.Empty()); in ~FencedDeleter() 29 ASSERT(mImageViewsToDelete.Empty()); in ~FencedDeleter() 30 ASSERT(mMemoriesToDelete.Empty()); in ~FencedDeleter() 31 ASSERT(mPipelinesToDelete.Empty()); in ~FencedDeleter() 32 ASSERT(mPipelineLayoutsToDelete.Empty()); in ~FencedDeleter() 33 ASSERT(mQueryPoolsToDelete.Empty()); in ~FencedDeleter() 34 ASSERT(mRenderPassesToDelete.Empty()); in ~FencedDeleter() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | array-of-zero-sized-types.rs | 11 pub struct Empty { structure names 17 ::std::mem::size_of::<Empty>(), in bindgen_test_layout_Empty() 19 concat!("Size of: ", stringify!(Empty)) in bindgen_test_layout_Empty() 22 ::std::mem::align_of::<Empty>(), in bindgen_test_layout_Empty() 24 concat!("Alignment of ", stringify!(Empty)) in bindgen_test_layout_Empty() 27 /// This should not get an `_address` byte, since each `Empty` gets one, meaning 32 pub empties: [Empty; 10usize],
|
H A D | contains-vs-inherits-zero-sized.rs | 11 pub struct Empty { structure names 17 ::std::mem::size_of::<Empty>(), in bindgen_test_layout_Empty() 19 concat!("Size of: ", stringify!(Empty)) in bindgen_test_layout_Empty() 22 ::std::mem::align_of::<Empty>(), in bindgen_test_layout_Empty() 24 concat!("Alignment of ", stringify!(Empty)) in bindgen_test_layout_Empty() 60 /// This should not get an `_address` byte, but contains `Empty` which *does* get 65 pub empty: Empty,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | noCrashOnMixin.js | 17 class Empty { 20 class CrashTrigger extends Mixin(Empty) { 63 var Empty = /** @class */ (function () {
64 function Empty() {
66 return Empty;
77 }(Mixin(Empty)));
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps_test.go | 47 require.Empty(t, res.Errors) 48 require.Empty(t, res.Exceptions) 92 require.Empty(t, res.Errors) 93 require.Empty(t, res.Exceptions) 125 require.Empty(t, res.Errors) 126 require.Empty(t, res.Exceptions) 167 require.Empty(t, res.Errors) 168 require.Empty(t, res.Exceptions) 211 require.Empty(t, res.Errors) 212 require.Empty( [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | SerialQueue.h | 54 DAWN_ASSERT(this->Empty() || this->mStorage.back().first <= serial); in Enqueue() 56 if (this->Empty() || this->mStorage.back().first < serial) { in Enqueue() 64 DAWN_ASSERT(this->Empty() || this->mStorage.back().first <= serial); in Enqueue() 66 if (this->Empty() || this->mStorage.back().first < serial) { in Enqueue() 75 DAWN_ASSERT(this->Empty() || this->mStorage.back().first <= serial); in Enqueue() 82 DAWN_ASSERT(this->Empty() || this->mStorage.back().first <= serial); in Enqueue()
|
/third_party/node/deps/npm/node_modules/function-bind/ |
H A D | implementation.js | 77 var Empty = function Empty() {}; class 78 Empty.prototype = target.prototype; 79 bound.prototype = new Empty(); 80 Empty.prototype = null;
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_for_stmt_test.cc | 27 TEST_F(ForStmtTest, Empty) { in TEST_F() 36 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 66 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 83 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 99 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 112 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 125 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 138 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 151 EXPECT_TRUE(fl->body->Empty()); in TEST_F() 164 EXPECT_TRUE(fl->body->Empty()); in TEST_F() [all...] |
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames_test.go | 42 require.Empty(t, res.Errors) 43 require.Empty(t, res.Exceptions) 87 require.Empty(t, res.Errors) 88 require.Empty(t, res.Exceptions) 129 require.Empty(t, res.Errors) 130 require.Empty(t, res.Exceptions) 164 require.Empty(t, res.Errors) 165 require.Empty(t, res.Exceptions) 264 require.Empty(t, res.Errors)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.h | 38 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} in LiveMapType() 41 return Map.emplace(B, Empty).first->second; in operator []() 45 RegisterAggr Empty; member 56 MDF(g.getDF()), LiveMap(g.getPRI()), Empty(), NoRegs(g.getPRI()) {} in Liveness() 88 return F == RealUseMap.end() ? Empty : F->second; in getRealUses() 106 const RefMap Empty; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | contains-vs-inherits-zero-sized.hpp | 4 struct Empty {}; struct 10 struct Inherits : public Empty { 15 * This should not get an `_address` byte, but contains `Empty` which *does* get 19 Empty empty;
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
H A D | perf_puppeteer_canvas_test.go | 42 require.Empty(t, res.Errors) 43 require.Empty(t, res.Exceptions) 82 require.Empty(t, res.Errors) 83 require.Empty(t, res.Exceptions) 118 require.Empty(t, res.Errors) 119 require.Empty(t, res.Exceptions) 151 require.Empty(t, res.Errors)
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 471 Empty(Span), 497 Ast::Empty(ref span) => span, in span() 513 Ast::Empty(_) => true, in is_empty() 522 Ast::Empty(_) in has_subexprs() 563 /// If this alternation contains zero ASTs, then Ast::Empty is 568 0 => Ast::Empty(self.span), in into_ast() 587 /// If this concatenation contains zero ASTs, then Ast::Empty is 592 0 => Ast::Empty(self.span), in into_ast() 947 ClassSet::Item(ClassSetItem::Empty(_)) => true, in is_empty() 959 /// item. Empty item [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | PercentPrinter.cpp | 21 Command.Empty();
in ClearCurState() 22 FileName.Empty();
in ClearCurState() 56 _printedString.Empty();
in ClosePrint() 114 _s.Empty();
in Print() 166 _temp.Empty();
in Print()
|
/third_party/lzma/CPP/Common/ |
H A D | StringConvert.cpp | 53 dest.Empty();
in MultiByteToUnicodeString2() 119 dest.Empty();
in UnicodeStringToMultiByte2() 244 dest.Empty();
264 dest.Empty();
in MultiByteToUnicodeString2() 375 dest.Empty();
in UnicodeStringToMultiByte2_Native() 406 src.Empty();
in UnicodeStringToMultiByte2() 427 dest.Empty();
in UnicodeStringToMultiByte2() 555 u.Empty();
in IsNativeUTF8()
|
H A D | CommandLineParser.cpp | 11 dest1.Empty();
in SplitCommandLine() 12 dest2.Empty();
in SplitCommandLine() 167 ErrorMessage.Empty();
in ParseStrings() 168 ErrorLine.Empty();
in ParseStrings()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Symbol.cpp | 49 mSymbolType == SymbolType::Empty); 65 mSymbolType == SymbolType::Empty); in TSymbol() 76 (mSymbolType == SymbolType::Empty && isVariable())); in name() 92 ASSERT(mSymbolType != SymbolType::Empty); in getMangledName() 106 ASSERT(name.empty() || symbolType != SymbolType::Empty); in TVariable() 119 ASSERT(name.empty() || symbolType != SymbolType::Empty); in TVariable() 203 ASSERT(symbolType != SymbolType::Empty); in TFunction()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SeparateCompoundStructDeclarations.cpp | 37 if (type.isStructSpecifier() && symbolType != SymbolType::Empty) 43 if (structure->symbolType() == SymbolType::Empty) 49 new TType(structDefn, true), SymbolType::Empty); 55 new TType(structure, true), SymbolType::Empty);
|
/third_party/python/Lib/ |
H A D | queue.py | 13 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue', 'SimpleQueue'] 17 from _queue import Empty namespace 19 class Empty(Exception): class 160 the Empty exception if no item was available within that time. 162 available, else raise the Empty exception ('timeout' is ignored 168 raise Empty 179 raise Empty 197 raise the Empty exception. 287 the Empty exception if no item was available within that time. 289 available, else raise the Empty exceptio [all...] |