Home
last modified time | relevance | path

Searched refs:fieldSpecs (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d508 alias fieldSpecs = parseSpecs!Specs; in Tuple() local
523 foreach (i, name; staticMap!(extractName, fieldSpecs)) in Tuple()
539 staticMap!(expandSpec, fieldSpecs[from .. to]); in Tuple()
592 alias Types = staticMap!(extractType, fieldSpecs); in Tuple()
604 alias fieldNames = staticMap!(extractName, fieldSpecs); in Tuple()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d559 alias fieldSpecs = parseSpecs!Specs; variable
570 static foreach (i, val; fieldSpecs) in foreach() argument
585 staticMap!(expandSpec, fieldSpecs[from .. to]);
592 alias Types = staticMap!(extractType, fieldSpecs);
607 alias fieldNames = staticMap!(extractName, fieldSpecs);