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

/external/clang/include/clang/AST/
H A DCharUnits.h163 /// getQuantity - Get the raw integer representation of this quantity.
164 QuantityType getQuantity() const { return Quantity; } function in class:clang::CharUnits
212 clang::CharUnits::QuantityType Quantity = CU.getQuantity();
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DNode.java91 * <code>getQuantity</code> returns the number of children this node
96 public int getQuantity() { method in class:Node
533 if (getQuantity() < 1) return newList;

Completed in 87 milliseconds