Home
last modified time | relevance | path

Searched defs:get_object (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenObjCXX/
Dmrc-weak.mm108 __weak Foo *p = get_object(); function
/external/clang/test/CodeGenObjC/
Dmrc-weak.m124 extern id get_object(void); function
/external/libkmsxx/kms++/src/
Dcard.cpp325 DrmObject* Card::get_object(uint32_t id) const in get_object() function in kms::Card
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2079 def get_object(self, file_path: AnyPath, member in FakeFilesystem
4991 def get_object(self) -> FakeFile: member in FakeFileWrapper
5381 def get_object(self) -> TextIO: member in StandardStreamWrapper
5412 def get_object(self) -> FakeDirectory: member in FakeDirWrapper
5456 def get_object(self) -> None: member in FakePipeWrapper