HomeSort by relevance Sort by last modified time
    Searched defs:m_RuleList (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
SectionRules.h 47 size_t size () const { return m_RuleList.size(); }
48 bool empty() const { return m_RuleList.empty(); }
78 RuleList m_RuleList;
  /external/srec/tools/grxmlcompile/
grxmldoc.h 144 // Store these rule names in the m_RuleList table with an index equal to the label index for the rule.
145 // Thus, when we need the index of a rule, we go straight to m_RuleList
153 HashMap<std::string,int> m_RuleList; // Stores rule name and index used in the LabelList. Use to distinguish which are rules.

Completed in 24 milliseconds