• Home
  • Raw
  • Download

Lines Matching refs:UpdateFromTextStream

336 ### `UpdateFromTextStream` method
340 bool UpdateFromTextStream(Stream *stream) const;
343 `UpdateFromTextStream` will read a text-format representation of the structure
356 form that can be decoded by `UpdateFromTextStream`. Generally, applications
752 ### `UpdateFromTextStream` method
756 bool UpdateFromTextStream(Stream *stream) const;
759 `UpdateFromTextStream` will read a text-format representation of the structure
772 form that can be decoded by `UpdateFromTextStream`. Generally, applications
973 ### `UpdateFromTextStream` method
977 bool UpdateFromTextStream(Stream *stream) const;
980 `UpdateFromTextStream` will read a text-format representation of the enum from
993 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1109 ### `UpdateFromTextStream` method
1113 bool UpdateFromTextStream(Stream *stream) const;
1116 `UpdateFromTextStream` will read a text-format representation of the structure
1129 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1263 ### `UpdateFromTextStream` method
1267 bool UpdateFromTextStream(Stream *stream) const;
1270 `UpdateFromTextStream` will read a text-format representation of the `UInt` from
1283 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1416 ### `UpdateFromTextStream` method
1420 bool UpdateFromTextStream(Stream *stream) const;
1423 `UpdateFromTextStream` will read a text-format representation of the `Int` from
1436 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1574 ### `UpdateFromTextStream` method
1578 bool UpdateFromTextStream(Stream *stream) const;
1581 `UpdateFromTextStream` will read a text-format representation of the `Bcd` from
1594 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1702 ### `UpdateFromTextStream` method
1706 bool UpdateFromTextStream(Stream *stream) const;
1709 `UpdateFromTextStream` will read a text-format representation of the `Flag` from
1722 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1835 ### `UpdateFromTextStream` method
1839 bool UpdateFromTextStream(Stream *stream) const;
1842 `UpdateFromTextStream` will read a text-format representation of the `Float`
1857 form that can be decoded by `UpdateFromTextStream`. Generally, applications
1872 object from the given `text` and calls `view`'s `UpdateFromTextStream` method.