| 48 | namespace tinyxml2 { |
| 49 | |
| 50 | struct Entity { |
| 51 | const char* pattern; |
| 52 | int length; |
| 53 | char value; |
| 54 | }; |
| 55 | |
| 56 | static const int NUM_ENTITIES = 5; |
| 57 | static const Entity entities[NUM_ENTITIES] = { |
nothing calls this directly
no outgoing calls
no test coverage detected