Searched defs:getNumComponents (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h104 for (unsigned i = 0, e = getNumComponents(); i != e; ++i) {
134 unsigned getNumComponents() const { return NumComponents; } function in class:clang::CodeGen::CGBitFieldInfo
137 assert(Index < getNumComponents() && "Invalid access!");
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java490 public int getNumComponents(){ method in class:VertexBuffer

Completed in 158 milliseconds