Searched refs:m_body (Results 1 – 4 of 4) sorted by relevance
76 m_body.c_str()); in GetText()90 m_body.c_str()); in GetText()110 m_body.c_str()); in GetText()129 m_body.c_str()); in GetText()138 text.append(m_body); in GetText()
33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()71 return m_body; in getBody()100 if (m_header != null) m_body.add (0, m_header); in emit()101 if (m_footer != null) m_body.add (m_body.size (), m_footer); in emit()111 m_body.add (content); in add()195 private final IElement m_body; field in HTMLDocument
65 m_body(body), in ExpressionSourceCode()72 std::string m_body; variable
1462 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doPrintDefinition()1463 os << *m_body[ndx]; in doPrintDefinition()1485 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doApply()1486 m_body[ndx]->execute(funCtx); in doApply()1505 for (size_t ndx = 0; ndx < m_body.size(); ++ndx) in doGetUsedFuncs()1506 m_body[ndx]->getUsedFuncs(dst); in doGetUsedFuncs()1521 mutable vector<StatementP> m_body; member in deqp::gls::BuiltinPrecisionTests::DerivedFunc1541 m_body = ctx.getStatements(); in initialize()