Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:unk

1501     XMLUnknown* unk = new (commentPool.Alloc()) XMLUnknown( this );

1502 unk->memPool = &commentPool;
1503 unk->SetValue( str );
1504 return unk;