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

  /external/chromium_org/net/quic/crypto/
crypto_handshake_message.h 45 // SetVector sets an element with the given tag to the raw contents of an
47 template<class T> void SetVector(QuicTag tag, const std::vector<T>& v) {
  /external/llvm/include/llvm/ADT/
SetVector.h 1 //===- 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.
37 class SetVector {
49 /// \brief Construct an empty SetVector
50 SetVector() {}
52 /// \brief Initialize a SetVector with a range of elements
54 SetVector(It Start, It End) {
58 /// \brief Determine if the SetVector is empty or not.
63 /// \brief Determine the number of elements in the SetVector
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 83 protected void SetVector(NodeVector v)
181 SetVector((NodeVector) nodeVector);
459 SetVector(new NodeVector());
465 SetVector(null);
562 newCache.setVector(nv);
783 // A copy of the code of what SetVector() would do.
786 m_cache.setVector(v);
789 m_cache.setVector(v);
911 private void setVector(NodeVector nv) {
  /external/clang/test/SemaCXX/
typo-correction-pt2.cpp 222 class SetVector {
224 SetVector() {}
228 class SmallSetVector : public SetVector<C, I, 8> {};

Completed in 83 milliseconds