| 9928 | } |
| 9929 | |
| 9930 | PUGI__FN xpath_variable_set::xpath_variable_set() |
| 9931 | { |
| 9932 | for (size_t i = 0; i < sizeof(_data) / sizeof(_data[0]); ++i) _data[i] = 0; |
| 9933 | } |
| 9934 | |
| 9935 | PUGI__FN xpath_variable_set::~xpath_variable_set() |
| 9936 | { |
nothing calls this directly
no outgoing calls
no test coverage detected