Home
last modified time | relevance | path

Searched defs:GetSet (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ADT/
DPointerIntPairTest.cpp17 TEST(PointerIntPairTest, GetSet) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPointerIntPairTest.cpp17 TEST(PointerIntPairTest, GetSet) { in TEST() argument
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m24 /* 12 4 */ int GetSet; field
109 @property int GetSet; property
249 GET(GetSet) category
250 SET(GetSet) category
/external/libchrome/base/threading/
Dsequence_local_storage_slot_unittest.cc34 TEST_F(SequenceLocalStorageSlotTest, GetSet) { in TEST_F() argument
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h574 VkDescriptorSet GetSet() const { return set_; }; in GetSet() function