Searched defs:get_object (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGenObjCXX/ | ||
D | mrc-weak.mm | 108 __weak Foo *p = get_object(); function |
/external/llvm-project/clang/test/CodeGenObjCXX/ | ||
D | mrc-weak.mm | 108 __weak Foo *p = get_object(); function |
/external/llvm-project/clang/test/CodeGenObjC/ | ||
D | mrc-weak.m | 124 extern id get_object(void); function |
/external/clang/test/CodeGenObjC/ | ||
D | mrc-weak.m | 124 extern id get_object(void); function |
/external/libkmsxx/kms++/src/ | ||
D | card.cpp | 325 DrmObject* Card::get_object(uint32_t id) const in get_object() function in kms::Card |
/external/python/pyfakefs/pyfakefs/ | ||
D | fake_filesystem.py | 1949 def get_object(self, file_path, check_read_perm=True): member in FakeFilesystem |