Home
last modified time | relevance | path

Searched refs:FetchObject (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/edge/Edge-1.35-source/ddf/
H A Dgame.h66 wi_mapposdef_c* operator[](int idx) { return *(wi_mapposdef_c**)FetchObject(idx); }
104 wi_framedef_c* operator[](int idx) { return *(wi_framedef_c**)FetchObject(idx); }
147 wi_animdef_c* operator[](int idx) { return *(wi_animdef_c**)FetchObject(idx); }
232 gamedef_c* operator[](int idx) { return *(gamedef_c**)FetchObject(idx); }
H A Danim.h84 animdef_c* operator[](int idx) { return *(animdef_c**)FetchObject(idx); }
H A Dplaylist.h94 pl_entry_c* operator[](int idx) { return *(pl_entry_c**)FetchObject(idx); }
H A Dcolormap.h98 colourmap_c* operator[](int idx) { return *(colourmap_c**)FetchObject(idx); }
H A Dswitch.h83 switchdef_c* operator[](int idx) { return *(switchdef_c**)FetchObject(idx); }
H A Dfont.h91 fontdef_c* operator[](int idx) { return *(fontdef_c**)FetchObject(idx); }
H A Dsfx.h113 sfxdef_c* operator[](int idx) { return *(sfxdef_c**)FetchObject(idx); }
H A Dimage.h162 imagedef_c *operator[](int idx) { return *(imagedef_c**)FetchObject(idx); }
H A Dattack.h153 atkdef_c* operator[](int idx) { return *(atkdef_c**)FetchObject(idx); }
H A Dlevel.h189 mapdef_c* operator[](int idx) { return *(mapdef_c**)FetchObject(idx); }
H A Dstyle.h152 styledef_c* operator[](int idx) { return *(styledef_c**)FetchObject(idx); }
H A Dweapon.h197 return *(weapondef_c**)FetchObject(idx);
/dports/games/edge/Edge-1.35-source/epi/
H A Dutility.h41 s32_t& operator[](int idx) const { return *(s32_t*)FetchObject(idx); }
56 u32_t& operator[](int idx) const { return *(u32_t*)FetchObject(idx); }
147 char* operator[](int idx) const { return *(char**)FetchObject(idx); }
H A Darrays.h83 void* FetchObject(int pos) const;
163 _type* operator[](int idx) { return (_type*)FetchObject(idx); }
H A Dfilesystem.cc50 return (filesys_direntry_c*)FetchObject(idx); in operator []()
H A Darrays.cc78 void* array_c::FetchObject(int pos) const in FetchObject() function in epi::array_c
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/riak/lib/Store/
H A DRiak.php30 use Basho\Riak\Command\Builder\FetchObject; alias
90 $response = (new FetchObject($this->client))
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/src/Riak/Command/KVObject/
H A DFetch.php15 public function __construct(Command\Builder\FetchObject $builder)
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/src/Riak/Command/Builder/
H A DFetchObject.php23 class FetchObject extends Command\Builder implements Command\BuilderInterface class
/dports/games/edge/Edge-1.35-source/src/
H A Dhu_style.h59 style_c* operator[](int idx) { return *(style_c**)FetchObject(idx); }
H A Dhu_font.h109 font_c* operator[](int idx) { return *(font_c**)FetchObject(idx); }
/dports/deskutils/egroupware/egroupware/vendor/phpfastcache/riak-client/examples/
H A DSimpleKV.php30 $command = (new Command\Builder\FetchObject($riak))
/dports/security/john/john-1.9.0-jumbo-1/run/lib/
H A DPDF.pm26 sub FetchObject($$$$);
588 sub FetchObject($$$$) subroutine
609 $obj = FetchObject($exifTool, $ref, $xref, $tag);
1484 my $obj = FetchObject($exifTool, $$val, $xref, $tag);
1501 $val = FetchObject($exifTool, $$val, $xref, $tag);
1573 $val = FetchObject($exifTool, $$val, $xref, $tag);
1628 my $obj = FetchObject($exifTool, $$subDict, $xref, $tag);
1896 $encrypt = FetchObject($exifTool, $$encrypt, \%xref, 'Encrypt');
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DPDF.pm26 sub FetchObject($$$$);
739 sub FetchObject($$$$) subroutine
760 $obj = FetchObject($et, $ref, $xref, $tag);
1804 my $obj = FetchObject($et, $$val, $xref, $tag);
1827 $val = FetchObject($et, $$val, $xref, $tag);
1926 my $obj = FetchObject($et, $$subDict, $xref, $tag);
1982 $val = FetchObject($et, $$val, $xref, $tag);
2296 $encrypt = FetchObject($et, $$encrypt, \%xref, 'Encrypt');
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DPDF.pm26 sub FetchObject($$$$);
739 sub FetchObject($$$$) subroutine
760 $obj = FetchObject($et, $ref, $xref, $tag);
1804 my $obj = FetchObject($et, $$val, $xref, $tag);
1827 $val = FetchObject($et, $$val, $xref, $tag);
1926 my $obj = FetchObject($et, $$subDict, $xref, $tag);
1982 $val = FetchObject($et, $$val, $xref, $tag);
2296 $encrypt = FetchObject($et, $$encrypt, \%xref, 'Encrypt');

123