Home
last modified time | relevance | path

Searched refs:attached_object (Results 1 – 9 of 9) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_scene_spawns.h61 xr_custom_object*& attached_object();
62 const xr_custom_object* attached_object() const;
101 inline xr_custom_object*& xr_spawn_object::attached_object() { return m_attached_object; } in attached_object() function
102 inline const xr_custom_object* xr_spawn_object::attached_object() const { return m_attached_object;… in attached_object() function
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Ddeserializer.h68 void AddAttachedObject(Handle<HeapObject> attached_object) { in AddAttachedObject() argument
69 attached_objects_.push_back(attached_object); in AddAttachedObject()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-undo-private.h28 NautilusUndoManager * nautilus_undo_get_undo_manager (GObject *attached_object);
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-undo-private.h32 NemoUndoManager * nemo_undo_get_undo_manager (GObject *attached_object);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Ddeserializer.h75 void AddAttachedObject(Handle<HeapObject> attached_object) { in AddAttachedObject() argument
76 attached_objects_.push_back(attached_object); in AddAttachedObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Ddeserializer.h85 void AddAttachedObject(Handle<HeapObject> attached_object) { in AddAttachedObject() argument
86 attached_objects_.push_back(attached_object); in AddAttachedObject()
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Ddeserializer.h78 void AddAttachedObject(Handle<HeapObject> attached_object) { in AddAttachedObject() argument
79 attached_objects_.push_back(attached_object); in AddAttachedObject()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Dlevel_tools_spawns.cxx57 new_spawn->attached_object() = new_shape; in reconstruct_spawns()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/dsl/
H A Doptscript.c1863 EsObject *attached_object = es_error_get_object (e); in vm_report_error() local
1865 if (!es_null (attached_object)) in vm_report_error()
1868 vm_print (vm, attached_object); in vm_report_error()