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

/external/llvm/include/llvm/ADT/
H A DSetVector.h1 //===- llvm/ADT/SetVector.h - Set with insert order iteration ---*- C++ -*-===//
15 // This file defines SetVector and SmallSetVector, which performs no allocations
16 // if the SetVector has less than a certain number of elements.
36 class SetVector { class in namespace:llvm
48 /// @brief Construct an empty SetVector
49 SetVector() {} function in class:llvm::SetVector
51 /// @brief Initialize a SetVector with a range of elements
53 SetVector(It Start, It End) { function in class:llvm::SetVector
57 /// @brief Determine if the SetVector is empty or not.
62 /// @brief Determine the number of elements in the SetVector
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java83 protected void SetVector(NodeVector v) method in class:NodeSequence
181 SetVector((NodeVector) nodeVector);
459 SetVector(new NodeVector());
465 SetVector(null);
783 // A copy of the code of what SetVector() would do.

Completed in 638 milliseconds