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