Lines Matching refs:shape

17     1 => shape(
21 'elem' => shape(
26 2 => shape(
31 'key' => shape(
34 'val' => shape(
37 'elem' => shape(
40 'elem' => shape(
49 3 => shape(
53 4 => shape(
65 const type TConstructorShape = shape(
72 const type TShape = shape(
114 public static function fromShape(self::TConstructorShape $shape)[]: this { argument
116 Shapes::idx($shape, 'a'),
117 Shapes::idx($shape, 'b'),
118 Shapes::idx($shape, 'c'),
119 Shapes::idx($shape, 'd'),
129 shape(
133 shape(
136 shape(
138 shape(
140 shape(
152 shape(
155 shape(
157 shape(
159 shape(
164 shape(
166 shape(
168 shape(
170 shape(
172 shape(
193 shape(
196 shape(
204 shape(
207 shape(
222 return shape(
230 public static function __fromShape(self::TShape $shape)[]: this { argument
232 $shape['a'],
233 Shapes::idx($shape, 'b'),
234 $shape['c'],
235 Shapes::idx($shape, 'd'),
241 return shape(
258 1 => shape(
262 2 => shape(
267 3 => shape(
271 'elem' => shape(
276 4 => shape(
288 const type TConstructorShape = shape(
332 public static function fromShape(self::TConstructorShape $shape)[]: this { argument
334 Shapes::idx($shape, 'message'),
335 Shapes::idx($shape, 'some_field'),
336 Shapes::idx($shape, 'some_container'),
337 Shapes::idx($shape, 'code'),
347 shape(
351 shape(
354 shape(
362 shape(
365 shape(
367 shape(
377 shape(
380 shape(
382 shape(
384 shape(
396 shape(
399 shape(
412 return shape(
429 1 => shape(
438 const type TConstructorShape = shape(
461 public static function fromShape(self::TConstructorShape $shape)[]: this { argument
463 Shapes::idx($shape, 'message'),
473 shape(
477 shape(
480 shape(
494 return shape(