Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DPointerIntPairTest.cpp17 TEST(PointerIntPairTest, GetSet) { in TEST() argument
/external/protobuf/src/google/protobuf/
Darenastring_unittest.cc71 TEST_P(SingleArena, GetSet) { in TEST_P() argument
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Darenastring_unittest.cc71 TEST_P(SingleArena, GetSet) { in TEST_P() argument
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Darenastring_unittest.cc71 TEST_P(SingleArena, GetSet) { in TEST_P() 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