/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | Transform.cs | 34 …i.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), new Org.Br… 35 …, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.OmitFirst1, st… 36 …(string.Empty, Org.Brotli.Dec.WordTransformType.UppercaseFirst, " "), new Org.Brotli.Dec.Transform… 37 …Empty), new Org.Brotli.Dec.Transform("s ", Org.Brotli.Dec.WordTransformType.Identity, " "), new Or… 38 …Empty), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " an… 39 …Empty, Org.Brotli.Dec.WordTransformType.OmitLast1, string.Empty), new Org.Brotli.Dec.Transform(", … 40 …otli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " in "), new Org.Brotl… 41 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\""), new Org.Brotli… 42 …rotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "\">"), new Org.Brotl… 43 …Empty, Org.Brotli.Dec.WordTransformType.OmitLast3, string.Empty), new Org.Brotli.Dec.Transform(str… [all …]
|
D | SynthTest.cs | 65 CheckSynth(compressed, true, string.Empty + "time"); in TestBaseDictWord() 87 CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaatime"); in TestBaseDictWordFinishBlockOnRingbufferWrap() 103 CheckSynth(compressed, false, string.Empty); in TestBaseDictWordTooLong() 124 CheckSynth(compressed, true, string.Empty + "aabbaaaaabab"); in TestBlockCountMessage() 174 CheckSynth(compressed, true, string.Empty + "aabbaaaaabab"); in TestBlockSwitchMessage() 224 CheckSynth(compressed, false, string.Empty + "aaab"); in TestClClTreeDeficiency() 253 CheckSynth(compressed, false, string.Empty + "aaab"); in TestClClTreeExcess() 281 CheckSynth(compressed, true, string.Empty + "ab"); in TestComplexHuffmanCodeTwoSymbols() 318 …CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… in TestCompressedUncompressedShortCompressed() 346 …CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa… in TestCompressedUncompressedShortCompressedSmallWindow() [all …]
|
/third_party/protobuf/src/google/protobuf/ |
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 94 Empty::Empty(const Empty& from) in Empty() function in Empty 100 void Empty::SharedCtor() { in SharedCtor() [all …]
|
D | empty.pb.h | 58 class Empty; variable 63 …late<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Empty* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 69 class PROTOBUF_EXPORT Empty PROTOBUF_FINAL : 72 inline Empty() : Empty(nullptr) {} in Empty() function 73 virtual ~Empty(); 75 Empty(const Empty& from); 76 Empty(Empty&& from) noexcept in Empty() function 77 : Empty() { in Empty() 81 inline Empty& operator=(const Empty& from) { 85 inline Empty& operator=(Empty&& from) noexcept { [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxSpreadAttributesResolution17.js | 10 export class Empty extends React.Component<{}, {}> { class 19 let unionedSpread = <Empty {...obj} />; 40 exports.Empty = void 0; 41 var Empty = /** @class */ (function (_super) { 42 __extends(Empty, _super); 43 function Empty() { class in Empty 46 Empty.prototype.render = function () { 49 return Empty; 51 exports.Empty = Empty; 53 var unionedSpread = <Empty {...obj}/>;
|
D | noCrashOnMixin.types | 29 class Empty { 30 >Empty : Empty 33 class CrashTrigger extends Mixin(Empty) { 35 >Mixin(Empty) : Mixin<typeof Empty>.(Anonymous class) & Empty 37 >Empty : typeof Empty
|
D | tsxSpreadAttributesResolution17.types | 14 export class Empty extends React.Component<{}, {}> { 15 >Empty : Empty 35 let unionedSpread = <Empty {...obj} />; 37 ><Empty {...obj} /> : JSX.Element 38 >Empty : typeof Empty
|
D | propertyAccessStringIndexSignatureNoImplicitAny.errors.txt | 1 …IndexSignatureNoImplicitAny.ts(10,7): error TS2339: Property 'nope' does not exist on type 'Empty'. 2 …n 'any' type because expression of type '"not allowed either"' can't be used to index type 'Empty'. 3 Property 'not allowed either' does not exist on type 'Empty'. 14 interface Empty { } 15 let empty: Empty; 18 !!! error TS2339: Property 'nope' does not exist on type 'Empty'. 21 …n 'any' type because expression of type '"not allowed either"' can't be used to index type 'Empty'. 22 !!! error TS7053: Property 'not allowed either' does not exist on type 'Empty'.
|
D | tsxSpreadAttributesResolution17.symbols | 19 export class Empty extends React.Component<{}, {}> { 20 >Empty : Symbol(Empty, Decl(file.tsx, 6, 23)) 24 >render : Symbol(Empty.render, Decl(file.tsx, 8, 52)) 35 let unionedSpread = <Empty {...obj} />; 37 >Empty : Symbol(Empty, Decl(file.tsx, 6, 23))
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Empty.cs | 32 …new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.Empty), global::Grpc.Testing.Empty.Parse… in EmptyReflection() 48 public sealed partial class Empty : pb::IMessage<Empty> class 53 …private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new … 56 public static pb::MessageParser<Empty> Parser { get { return _parser; } } 69 public Empty() { in Empty() method in Grpc.Testing.Empty 76 public Empty(Empty other) : this() { in Empty() method in Grpc.Testing.Empty 81 public Empty Clone() { in Clone() 82 return new Empty(this); in Clone() 87 return Equals(other as Empty); in Equals() 91 public bool Equals(Empty other) { in Equals() [all …]
|
D | TestGrpc.cs | 67 …Empty> __Marshaller_grpc_testing_Empty = grpc::Marshallers.Create(__Helper_SerializeMessage, conte… 75 …Grpc.Testing.Empty, global::Grpc.Testing.Empty> __Method_EmptyCall = new grpc::Method<global::Grpc… 124 ….Testing.Empty, global::Grpc.Testing.Empty> __Method_UnimplementedCall = new grpc::Method<global::… 147 …obal::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> EmptyCall(global::Grpc.Testing.Empty… in EmptyCall() 237 …::System.Threading.Tasks.Task<global::Grpc.Testing.Empty> UnimplementedCall(global::Grpc.Testing.E… in UnimplementedCall() 275 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Meta… in EmptyCall() 285 …public virtual global::Grpc.Testing.Empty EmptyCall(global::Grpc.Testing.Empty request, grpc::Call… in EmptyCall() 297 …c virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testing.Emp… in EmptyCallAsync() 307 …c virtual grpc::AsyncUnaryCall<global::Grpc.Testing.Empty> EmptyCallAsync(global::Grpc.Testing.Emp… in EmptyCallAsync() 512 …public virtual global::Grpc.Testing.Empty UnimplementedCall(global::Grpc.Testing.Empty request, gr… in UnimplementedCall() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Empty.cs | 35 …nfo(typeof(global::Google.Protobuf.WellKnownTypes.Empty), global::Google.Protobuf.WellKnownTypes.E… in EmptyReflection() 53 public sealed partial class Empty : pb::IMessage<Empty> class 58 …private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new … 61 public static pb::MessageParser<Empty> Parser { get { return _parser; } } 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 86 public Empty Clone() { in Clone() 87 return new Empty(this); in Clone() 92 return Equals(other as Empty); in Equals() 96 public bool Equals(Empty other) { in Equals() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
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<1>>)); in TEST() 97 Empty<0> empty; in TEST() 98 CompressedTuple<CopyableMovableInstance, CopyableMovableInstance&, Empty<0>> in TEST() 107 CompressedTuple<CopyableMovableInstance, IncompleteType&, Empty<0>> 110 Empty<0> empty) { in MakeWithIncomplete() [all …]
|
/third_party/abseil-cpp/absl/container/internal/ |
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<1>>)); in TEST() 97 Empty<0> empty; in TEST() 98 CompressedTuple<CopyableMovableInstance, CopyableMovableInstance&, Empty<0>> in TEST() 107 CompressedTuple<CopyableMovableInstance, IncompleteType&, Empty<0>> 110 Empty<0> empty) { in MakeWithIncomplete() [all …]
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | SimpleTutorial2.cpp | 63 struct Empty : public msm::front::state<> struct 142 typedef Empty initial_state; 149 a_row2 < Stopped , open_close , Open , Empty , &Empty::open_drawer >, 152 a_row2 < Open , open_close , Empty , Open , &Open::close_drawer >, 154 a_row2 < Empty , open_close , Open , Empty ,&Empty::open_drawer >, 155 row2 < Empty , cd_detected , Stopped , player_ ,&player_::store_cd_info 157 row2 < Empty , cd_detected , Playing , player_ ,&player_::store_cd_info 160 irow2 < Empty , cd_detected , Empty ,&Empty::internal_action 161 , Empty ,&Empty::internal_guard >, 162 g_irow2 < Empty , cd_detected , Empty ,&Empty::internal_guard >,
|
D | Constructor.cpp | 67 struct Empty : public msm::front::state<> struct 70 Empty():data_(0){} in Empty() function 71 Empty(int i):data_(i){} in Empty() argument 174 typedef Empty initial_state; 214 a_row < Open , open_close , Empty , &p::close_drawer >, 216 a_row < Empty , open_close , Open , &p::open_drawer >, 217 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 218 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 260 player p2(msm::back::states_ << player_::Empty(1),boost::ref(ctx),5); in test() 261 …std::cout << "Empty's data should be 1. Is: " << p2.get_state<player_::Empty&>().data_ << std::end… in test() [all …]
|
/third_party/boost/libs/msm/doc/PDF/examples/ |
D | SimpleTutorial2.cpp | 63 struct Empty : public msm::front::state<> struct 142 typedef Empty initial_state; 149 a_row2 < Stopped , open_close , Open , Empty , &Empty::open_drawer >, 152 a_row2 < Open , open_close , Empty , Open , &Open::close_drawer >, 154 a_row2 < Empty , open_close , Open , Empty ,&Empty::open_drawer >, 155 row2 < Empty , cd_detected , Stopped , player_ ,&player_::store_cd_info 157 row2 < Empty , cd_detected , Playing , player_ ,&player_::store_cd_info 160 irow2 < Empty , cd_detected , Empty ,&Empty::internal_action 161 , Empty ,&Empty::internal_guard >, 162 g_irow2 < Empty , cd_detected , Empty ,&Empty::internal_guard >,
|
D | Constructor.cpp | 67 struct Empty : public msm::front::state<> struct 70 Empty():data_(0){} in Empty() function 71 Empty(int i):data_(i){} in Empty() argument 174 typedef Empty initial_state; 214 a_row < Open , open_close , Empty , &p::close_drawer >, 216 a_row < Empty , open_close , Open , &p::open_drawer >, 217 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 218 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 260 player p2(msm::back::states_ << player_::Empty(1),boost::ref(ctx),5); in test() 261 …std::cout << "Empty's data should be 1. Is: " << p2.get_state<player_::Empty&>().data_ << std::end… in test() [all …]
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
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(mRenderPassesToDelete.Empty()); in ~FencedDeleter() 34 ASSERT(mSamplersToDelete.Empty()); in ~FencedDeleter() [all …]
|
/third_party/boost/libs/msm/test/ |
D | SimpleInternalFunctors.cpp | 73 struct Empty : public msm::front::state<> struct 150 typedef Empty initial_state; 213 g_row < Open , open_close , Empty , &p::can_close_drawer >, 215 a_row < Empty , open_close , Open , &p::open_drawer >, 216 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 217 Row < Empty , internal_evt, none , internal_action ,internal_guard2 >, 218 Row < Empty , to_ignore , none , none , none >, 219 Row < Empty , cd_detected , none , none ,internal_guard >, 244 fsm.template get_state<player_::Empty&>().entry_counter=0; in on_entry() 245 fsm.template get_state<player_::Empty&>().exit_counter=0; in on_entry() [all …]
|
D | TestConstructor.cpp | 72 struct Empty : public msm::front::state<> struct 75 Empty():data_(0){} in Empty() argument 76 Empty(int i):data_(i){} in Empty() argument 179 typedef Empty initial_state; 219 a_row < Open , open_close , Empty , &p::close_drawer >, 221 a_row < Empty , open_close , Open , &p::open_drawer >, 222 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 223 row < Empty , cd_detected , Playing , &p::store_cd_info ,&p::auto_start >, 252 player p2(msm::back::states_ << player_::Empty(1),boost::ref(ctx),5); in BOOST_AUTO_TEST_CASE() 253 BOOST_CHECK_MESSAGE(p2.get_state<player_::Empty&>().data_ == 1,"Wrong Empty value"); in BOOST_AUTO_TEST_CASE() [all …]
|
D | SimpleInternal.cpp | 68 struct Empty : public msm::front::state<> struct 120 typedef Empty initial_state; 160 g_row < Open , open_close , Empty , &p::can_close_drawer >, 162 a_row < Empty , open_close , Open , &p::open_drawer >, 163 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 164 irow < Empty , internal_evt, &p::internal_action ,&p::internal_guard2 >, 165 _irow < Empty , to_ignore >, 166 g_irow < Empty , cd_detected ,&p::internal_guard >, 191 fsm.template get_state<player_::Empty&>().entry_counter=0; in on_entry() 192 fsm.template get_state<player_::Empty&>().exit_counter=0; in on_entry() [all …]
|
D | Serialize.cpp | 80 struct Empty : public msm::front::state<> struct 141 typedef Empty initial_state; 178 g_row < Open , open_close , Empty , &p::can_close_drawer >, 180 a_row < Empty , open_close , Open , &p::open_drawer >, 181 row < Empty , cd_detected , Stopped , &p::store_cd_info ,&p::good_disk_format >, 206 fsm.template get_state<player_::Empty&>().entry_counter=0; in on_entry() 207 fsm.template get_state<player_::Empty&>().exit_counter=0; in on_entry() 208 fsm.template get_state<player_::Empty&>().some_dummy_data=3; in on_entry() 227 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().entry_counter == 1,"Empty entry not called corr… in BOOST_AUTO_TEST_CASE() 231 …BOOST_CHECK_MESSAGE(p.get_state<player_::Empty&>().exit_counter == 1,"Empty exit not called correc… in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/boost/libs/hana/test/tuple/ |
D | hold_refs.cpp | 18 struct Empty { }; struct 60 Empty e{}; in main() 63 hana::tuple<RefOnly const&, Empty> xs{r, e}; in main() 64 hana::tuple<RefOnly const&, Empty> ys = {r, e}; in main() 68 hana::tuple<RefOnly&, Empty> xs{r, e}; in main() 69 hana::tuple<RefOnly&, Empty> ys = {r, e}; in main() 73 hana::tuple<RefOnly&&, Empty> xs{std::move(r), e}; in main() 74 hana::tuple<RefOnly&&, Empty> ys = {std::move(r), e}; in main()
|