Searched refs:GetSet (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/SemaObjC/ |
D | atomic-property-synthesis-rules.m | 24 /* 12 4 */ int GetSet; field 109 @property int GetSet; property 240 @synthesize GetSet, Get, Set, None, GetSet_Nonatomic, Get_Nonatomic, Set_Nonatomic, None_Nonatomic; 249 GET(GetSet) category 250 SET(GetSet) category
|
/external/clang/test/SemaObjC/ |
D | atomoic-property-synnthesis-rules.m | 24 /* 12 4 */ int GetSet; field 109 @property int GetSet; property 240 @synthesize GetSet, Get, Set, None, GetSet_Nonatomic, Get_Nonatomic, Set_Nonatomic, None_Nonatomic; 249 GET(GetSet) category 250 SET(GetSet) category
|
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.cpp | 887 … error_str << "sampler (" << sampler << ") in the descriptor set (" << descriptor_set->GetSet() in ValidateDrawState() 954 func_name, report_data->FormatHandle(dst_set->GetSet()).c_str(), in ValidateCopyUpdate() 966 func_name, report_data->FormatHandle(dst_set->GetSet()).c_str(), in ValidateCopyUpdate() 967 report_data->FormatHandle(src_set->GetSet()).c_str(), in ValidateCopyUpdate() 975 …error_str << "DescriptorSet " << dst_set->GetSet() << " does not have copy update dest binding of … in ValidateCopyUpdate() 982 …error_str << "DescriptorSet " << dst_set->GetSet() << " does not have copy update src binding of "… in ValidateCopyUpdate() 993 …<< "Cannot call " << func_name << " to perform copy update on descriptor set " << dst_set->GetSet() in ValidateCopyUpdate() 1017 …error_str << "Attempting copy update to descriptorSet " << dst_set->GetSet() << " binding#" << upd… in ValidateCopyUpdate() 1032 …error_str << "Attempting copy update to descriptorSet " << dst_set->GetSet() << " binding #" << up… in ValidateCopyUpdate() 1033 …< " with type " << string_VkDescriptorType(dst_type) << " from descriptorSet " << src_set->GetSet() in ValidateCopyUpdate() [all …]
|
D | descriptor_sets.h | 574 VkDescriptorSet GetSet() const { return set_; }; in GetSet() function
|
D | core_validation.cpp | 1201 VkDescriptorSet setHandle = state.per_set[setIndex].bound_descriptor_set->GetSet(); in ValidateCmdBufDrawState() 1242 auto set = descriptor_set->GetSet(); in ValidateCmdBufDrawState() 1906 setMap.erase(descriptor_set->GetSet()); in FreeDescriptorSet()
|
/external/libchrome/base/threading/ |
D | sequence_local_storage_slot_unittest.cc | 34 TEST_F(SequenceLocalStorageSlotTest, GetSet) { in TEST_F() argument
|
/external/llvm/unittests/ADT/ |
D | PointerIntPairTest.cpp | 17 TEST(PointerIntPairTest, GetSet) { in TEST() argument
|
/external/llvm-project/llvm/unittests/ADT/ |
D | PointerIntPairTest.cpp | 16 TEST(PointerIntPairTest, GetSet) { in TEST() argument
|