Lines Matching refs:FirstChildElement
423 auto root = doc.FirstChildElement(); in TEST()
428 auto arena = root->FirstChildElement(); in TEST()
435 arena->FirstChildElement("allocated-large")->QueryIntText(&val)); in TEST()
437 arena->FirstChildElement("allocated-huge")->QueryIntText(&val)); in TEST()
439 arena->FirstChildElement("allocated-bins")->QueryIntText(&val)); in TEST()
441 arena->FirstChildElement("bins-total")->QueryIntText(&val)); in TEST()
443 auto bin = arena->FirstChildElement("bin"); in TEST()
448 bin->FirstChildElement("allocated")->QueryIntText(&val)); in TEST()
450 bin->FirstChildElement("nmalloc")->QueryIntText(&val)); in TEST()
452 bin->FirstChildElement("ndalloc")->QueryIntText(&val)); in TEST()
457 auto element = root->FirstChildElement(); in TEST()
493 auto root = doc.FirstChildElement(); in TEST()
498 auto arena = root->FirstChildElement(); in TEST()
505 arena->FirstChildElement("allocated-large")->QueryIntText(&val)); in TEST()
508 arena->FirstChildElement("allocated-huge")->QueryIntText(&val)); in TEST()
511 arena->FirstChildElement("allocated-bins")->QueryIntText(&val)); in TEST()
514 arena->FirstChildElement("bins-total")->QueryIntText(&val)); in TEST()
521 auto element = root->FirstChildElement(); in TEST()
768 auto root = doc.FirstChildElement(); in GetAllocatorVersion()