| 1455 | // Sort the pointers in an XMP_NodeOffspring vector by name. |
| 1456 | |
| 1457 | static inline bool Compare ( const XMP_Node * left, const XMP_Node * right ) |
| 1458 | { |
| 1459 | return (left->name < right->name); |
| 1460 | } |
| 1461 | |
| 1462 | void |
| 1463 | SortNamedNodes ( XMP_NodeOffspring & nodeVector ) |
nothing calls this directly
no outgoing calls
no test coverage detected