Home
last modified time | relevance | path

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

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