Searched defs:get_object (Results 1 – 4 of 4) sorted by relevance
| /external/clang/test/CodeGenObjCXX/ | ||
| D | mrc-weak.mm | 108 __weak Foo *p = get_object(); 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 | 2079 def get_object(self, file_path: AnyPath, member in FakeFilesystem |