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

  /external/clang/include/clang/AST/
CharUnits.h 163 /// getQuantity - Get the raw integer representation of this quantity.
164 QuantityType getQuantity() const { return Quantity; }
212 clang::CharUnits::QuantityType Quantity = CU.getQuantity();
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 91 * <code>getQuantity</code> returns the number of children this node
96 public int getQuantity() {
533 if (getQuantity() < 1) return newList;

Completed in 29 milliseconds