Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_file.py796 def get_object(self) -> FakeFile: member in FakeFileWrapper
1187 def get_object(self) -> TextIO: member in StandardStreamWrapper
1220 def get_object(self) -> FakeDirectory: member in FakeDirWrapper
1271 def get_object(self) -> None: member in FakePipeWrapper
Dfake_filesystem.py1654 def get_object(self, file_path: AnyPath, check_read_perm: bool = True) -> FakeFile: member in FakeFilesystem
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Dmrc-weak.mm108 __weak Foo *p = get_object(); function
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dmrc-weak.m124 extern id get_object(void); function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_basic_test.cpp84 int * get_object() in get_object() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Dold_optional_implementation.hpp601 internal_type const* get_object() const in get_object() function in boost::optional_detail::optional_base
606 internal_type * get_object() in get_object() function in boost::optional_detail::optional_base
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Dcard.cpp325 DrmObject* Card::get_object(uint32_t id) const in get_object() function in kms::Card
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc1367 Json::Value get_object() const { return object_; } in get_object() function in __anon788e76740111::JsonWriterVisitor