Home
last modified time | relevance | path

Searched refs:ArrayEntry (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Tests/Functions/
H A DFunctionDeclarationUnitTest.inc384 'ArrayEntry',
385 'Another.ArrayEntry',
389 'ArrayEntry',
390 'Another.ArrayEntry',
407 'ArrayEntry',
408 'Another.ArrayEntry',
412 'ArrayEntry',
413 'Another.ArrayEntry',
H A DFunctionDeclarationUnitTest.inc.fixed382 'ArrayEntry',
383 'Another.ArrayEntry',
387 'ArrayEntry',
388 'Another.ArrayEntry',
405 'ArrayEntry',
406 'Another.ArrayEntry',
410 'ArrayEntry',
411 'Another.ArrayEntry',
/dports/lang/yap/yap-6.2.2/VC/include/
H A DYatom.h875 } ArrayEntry; typedef
917 inline EXTERN ArrayEntry * RepArrayProp(Prop p);
919 inline EXTERN ArrayEntry * RepArrayProp(Prop p) in RepArrayProp()
921 return (ArrayEntry *) (AtomBase + Unsigned(p)); in RepArrayProp()
926 inline EXTERN Prop AbsArrayProp(ArrayEntry * p);
928 inline EXTERN Prop AbsArrayProp(ArrayEntry * p) in AbsArrayProp()
954 inline EXTERN ArrayEntry * RepArrayProp(Prop p);
956 inline EXTERN ArrayEntry * RepArrayProp(Prop p) in RepArrayProp()
958 return (ArrayEntry *) (p); in RepArrayProp()
965 inline EXTERN Prop AbsArrayProp(ArrayEntry * p) in AbsArrayProp()
[all …]
H A Dsshift.h380 inline EXTERN ArrayEntry * PtoArrayEAdjust(ArrayEntry *);
382 inline EXTERN ArrayEntry * PtoArrayEAdjust(ArrayEntry * ptr) in PtoArrayEAdjust()
384 return (ArrayEntry *) (((ArrayEntry *)(CharP(ptr) + HDiff)) ); in PtoArrayEAdjust()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/plain-0.2.3/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/www/firefox/firefox-99.0/third_party/rust/plain/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plain/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plain-0.2.3/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plain/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plain/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/plain-0.2.3/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/plain-0.2.3/
H A DREADME.md100 struct ArrayEntry {
106 // SAFE: ArrayEntry satisfies all the requirements of `Plain`.
107 unsafe impl Plain for ArrayEntry {}
109 fn array_from_bytes(buf: &[u8]) -> &[ArrayEntry] {
119 fn array_from_unaligned_bytes(buf: &[u8]) -> Vec<ArrayEntry> {
120 let length = buf.len() / mem::size_of::<ArrayEntry>();
121 let mut result = vec![ArrayEntry::default(); length];
/dports/lang/yap/yap-6.2.2/H/
H A DYatom.h1205 } ArrayEntry; typedef
1259 inline EXTERN ArrayEntry *RepArrayProp (Prop p);
1261 inline EXTERN ArrayEntry *
1269 inline EXTERN Prop AbsArrayProp (ArrayEntry * p);
1272 AbsArrayProp (ArrayEntry * p) in AbsArrayProp()
1300 inline EXTERN ArrayEntry *RepArrayProp (Prop p);
1302 inline EXTERN ArrayEntry *
1305 return (ArrayEntry *) (p); in RepArrayProp()
1313 AbsArrayProp (ArrayEntry * p) in AbsArrayProp()
1343 inline EXTERN int ArrayIsDynamic (ArrayEntry *);
[all …]
H A Dsshift.h774 inline EXTERN ArrayEntry *PtoArrayEAdjust (ArrayEntry *);
776 inline EXTERN ArrayEntry *
777 PtoArrayEAdjust (ArrayEntry * ptr) in PtoArrayEAdjust()
781 return (ArrayEntry *) (((ArrayEntry *) (CharP (ptr) + HDiff))); in PtoArrayEAdjust()
/dports/lang/yap/yap-6.2.2/C/
H A Darrays.c212 ArrayEntry *pp; in AccessNamedArray()
450 InitNamedArray(ArrayEntry * p, Int dim) in InitNamedArray()
475 ArrayEntry *p; in CreateNamedArray()
859 ArrayEntry *app = (ArrayEntry *) pp; in p_create_array()
949 ArrayEntry *app; in p_create_static_array()
956 app = (ArrayEntry *) pp; in p_create_static_array()
1638 ArrayEntry *pp = (ArrayEntry *)ptr; in p_assign_static()
1969 if (ArrayIsDynamic((ArrayEntry *)ptr)) { in p_assign_dynamic()
1970 ArrayEntry *pp = (ArrayEntry *)ptr; in p_assign_dynamic()
2138 if (ArrayIsDynamic((ArrayEntry *)ptr)) { in p_add_to_array_element()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/gfx/
H A Dtext_control.h37 struct ArrayEntry { struct
44 Common::Array<ArrayEntry> _array; argument
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/gfx/
H A Dtext_control.h37 struct ArrayEntry { struct
44 Common::Array<ArrayEntry> _array; argument
/dports/www/otrs/otrs-rel-6_0_29/Kernel/GenericInterface/Mapping/
H A DXSLT.pm331 for my $ArrayEntry ( @{ $Param{Data}->{$Key} } ) {
333 Data => $ArrayEntry,
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Annotations/
H A DDocParser.php932 $values[] = $this->ArrayEntry();
942 $values[] = $this->ArrayEntry();
967 private function ArrayEntry() function in Doctrine\\Common\\Annotations\\DocParser
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1110 $values[] = $this->ArrayEntry();
1120 $values[] = $this->ArrayEntry();
1145 private function ArrayEntry() function in Doctrine\\Common\\Annotations\\DocParser
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1104 $values[] = $this->ArrayEntry();
1114 $values[] = $this->ArrayEntry();
1139 private function ArrayEntry() function in Doctrine\\Common\\Annotations\\DocParser
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Component/Annotation/Doctrine/
H A DDocParser.php1086 $values[] = $this->ArrayEntry();
1096 $values[] = $this->ArrayEntry();
1121 private function ArrayEntry() function in Drupal\\Component\\Annotation\\Doctrine\\DocParser
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1110 $values[] = $this->ArrayEntry();
1120 $values[] = $this->ArrayEntry();
1145 private function ArrayEntry() function in Doctrine\\Common\\Annotations\\DocParser
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php1117 $values[] = $this->ArrayEntry();
1127 $values[] = $this->ArrayEntry();
1152 private function ArrayEntry() function in Doctrine\\Common\\Annotations\\DocParser
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Component/Annotation/Doctrine/
H A DDocParser.php1086 $values[] = $this->ArrayEntry();
1096 $values[] = $this->ArrayEntry();
1121 private function ArrayEntry() function in Drupal\\Component\\Annotation\\Doctrine\\DocParser

12