Searched refs:getMatComponent (Results 1 – 2 of 2) sorted by relevance
116 const Expression* component1 = getMatComponent(col, row); in compareConstant()117 const Expression* component2 = c.getMatComponent(col, row); in compareConstant()162 const Expression* getMatComponent(int col, int row) const { in getMatComponent() function181 return ((Constructor&) *fArguments[0]).getMatComponent(col, row); in getMatComponent()
118 const Expression* component1 = getMatComponent(col, row); in compareConstant()119 const Expression* component2 = c.getMatComponent(col, row); in compareConstant()164 const Expression* getMatComponent(int col, int row) const { in getMatComponent() function183 return ((Constructor&) *fArguments[0]).getMatComponent(col, row); in getMatComponent()