Lines Matching full:writing
74 The YAML I/O library structures and simplifies reading and writing YAML
79 writing example YAML for your data structures. You may find after looking at
88 your existing native data structures. Therefore, when writing out YAML
111 both reading and writing YAML. That is, the mapping between in-memory enum
113 This assures that the code for writing and parsing of YAML stays in sync.
308 To support reading and writing of this enumeration, you can define a
337 When writing YAML, if the value being written does not match any of the values
359 To support reading and writing of MyFlags, you specialize ScalarBitSetTraits<>
391 With the above, YAML I/O (when writing) will test mask each value in the
418 To support reading and writing such fields, you need to use the maskedBitSet()
434 YAML I/O (when writing) will apply the enumeration mask to the flags field,
446 your data type. When writing, YAML I/O will provide the native type and
492 specialization must create a temporary llvm::StringRef when writing, and
633 coordinates to x,y coordinates when writing YAML and denormalizes x,y
669 When writing YAML, the local variable "keys" will be a stack allocated
717 When writing out a YAML document, the keys are written in the order that the
729 This works for both reading and writing. For example:
765 what the tag should be. This will also add that tag when writing yaml.
778 When writing YAML, the ``validate()`` method is called *before* the YAML