Lines Matching refs:end
46 /** Called at the end tag.
51 void (*end)(FamilyData* data, const char* tag);
123 const char* end = start + s->size(); // end is exclusive
125 if (start != end) {
126 --end; // make end inclusive
127 while (is_whitespace(*end)) {
128 --end;
130 ++end; // make end exclusive
132 size_t len = end - start;
182 /*end*/nullptr,
237 /*end*/[](FamilyData* self, const char* tag) {
294 /*end*/[](FamilyData* self, const char* tag) {
369 /*end*/nullptr,
376 /*end*/nullptr,
393 /*end*/nullptr,
446 if (child->end) {
447 child->end(self, tag);