Home
last modified time | relevance | path

Searched refs:_all_objects (Results 1 – 20 of 20) sorted by relevance

/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dsim_action_object.py25 def _all_objects(a): function
30 for o in _all_objects(b):
34 for o in _all_objects(b):
43 tmp_deps = frozenset.union(_noneset, *(a.tmp_deps for a in _all_objects(args)))
44 reg_deps = frozenset.union(_noneset, *(a.reg_deps for a in _all_objects(args)))
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_object_supervisor.cpp48 for(uint32_t i = 0; i < _all_objects.size(); ++i) { in ~ObjectSupervisor()
49 delete(_all_objects[i]); in ~ObjectSupervisor()
59 if(object_id >= _all_objects.size()) in GetObject()
62 return _all_objects[object_id]; in GetObject()
90 if (obj_id >= _all_objects.size()) in RegisterObject()
91 _all_objects.resize(obj_id + 1, nullptr); in RegisterObject()
92 _all_objects[obj_id] = object; in RegisterObject()
177 for (uint32_t i = 0; i < _all_objects.size(); ++i) { in DeleteObject()
181 if (_all_objects[i] == object) { in DeleteObject()
182 _all_objects[i] = nullptr; in DeleteObject()
[all …]
H A Dmap_object_supervisor.h60 return _all_objects.size(); in GetNumberObjects()
321 std::vector<MapObject *> _all_objects; variable
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap.cpp274 _object_supervisor->_all_objects.insert(make_pair(obj->object_id, obj)); in AddGroundObject()
281 _object_supervisor->_all_objects.insert(make_pair(obj->object_id, obj)); in AddPassObject()
288 _object_supervisor->_all_objects.insert(make_pair(obj->object_id, obj)); in AddSkyObject()
386 … MapObject*>::iterator i = _object_supervisor->_all_objects.begin(); i != _object_supervisor->_all… in _Load()
H A Dmap_objects.h572 std::map<uint16, MapObject*> _all_objects; variable
H A Dmap_objects.cpp213 map<uint16, MapObject*>::iterator i = _all_objects.find(object_id); in GetObject()
215 if (i == _all_objects.end()) in GetObject()
/dports/science/grib_api/grib_api-1.28.0-Source/cmake/
H A Decbuild_add_executable.cmake152 unset( _all_objects )
154 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
205 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
207 cuda_add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_library.cmake214 unset( _all_objects )
216 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
270 add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
272 cuda_add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_test.cmake330 unset( _all_objects )
332 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
335 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
/dports/misc/libemos/libemos-4.5.9-Source/cmake/
H A Decbuild_add_executable.cmake152 unset( _all_objects )
154 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
205 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
207 cuda_add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_library.cmake214 unset( _all_objects )
216 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
270 add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
272 cuda_add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_test.cmake330 unset( _all_objects )
332 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
335 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
/dports/science/eccodes/eccodes-2.23.0-Source/cmake/
H A Decbuild_add_executable.cmake166 unset( _all_objects )
168 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
203 cuda_add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
205 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_test.cmake302 unset( _all_objects )
304 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
310 cuda_add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
312 add_executable( ${_PAR_TARGET} ${_PAR_SOURCES} ${_all_objects} )
H A Decbuild_add_library.cmake256 unset( _all_objects )
258 list( APPEND _all_objects $<TARGET_OBJECTS:${_obj}> )
300 cuda_add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
302 add_library( ${_PAR_TARGET} ${_PAR_TYPE} ${_PAR_SOURCES} ${_all_objects} )
/dports/editors/textadept/cdk-5.0-20200923/
H A Dcdkscreen.c22 typedef struct _all_objects struct
24 struct _all_objects *link; argument
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdkscreen.c22 typedef struct _all_objects struct
24 struct _all_objects *link; argument
/dports/devel/cdk/cdk-5.0-20161210/
H A Dcdkscreen.c22 typedef struct _all_objects struct
24 struct _all_objects *link; argument
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DExpDict.cc294 _implicit_items( 0 ), _all_objects( 0 ) { in Interface_spec()
308 _all_objects = is._all_objects; in Interface_spec()
316 _all_objects( all_objects ) { in Interface_spec()
H A DExpDict.h388 int _all_objects; variable
421 return _all_objects; in all_objects_()
424 _all_objects = ao; in all_objects_()