Home | History | Annotate | Download | only in docs

Lines Matching full:normalized

117 If your native data structure happens to be a struct that is already normalized,
580 normalized values as fields. To help with this, there is
583 a local variable in your mapping() method which contains the normalized keys.
595 but you've decided the normalized YAML for should be in x,y coordinates. That
653 In some cases, the normalized class may be a subclass of the native type and
655 normalized instance is stack allocated. In these cases, the utility template
657 MappingNormalization<> except that it heap allocates the normalized object
658 when reading YAML. It never destroys the normalized object. The denormalize()