Searched refs:m_aexprs (Results 1 – 3 of 3) sorted by relevance
1111 m_aexprs.reserve (128); in collection_list()1207 for (i = 0; i < m_aexprs.size (); i++) in stringify()1210 if ((count + 10 + 2 * m_aexprs[i]->buf.size ()) > MAX_AGENT_EXPR_LEN) in stringify()1216 sprintf (end, "X%08X,", (int) m_aexprs[i]->buf.size ()); in stringify()1220 end += 2 * bin2hex (m_aexprs[i]->buf.data (), end, in stringify()1221 m_aexprs[i]->buf.size ()); in stringify()1222 count += 2 * m_aexprs[i]->buf.size (); in stringify()1508 m_aexprs.push_back (std::move (aexpr)); in add_aexpr()
301 std::vector<agent_expr_up> m_aexprs; variable
2033 <m_aexprs>: Now a vector of agent_ptr_up.2562 <m_aexprs>: New field.