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

/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.h45 // 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) { function in class:net::CryptoHandshakeMessage
/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.
37 class SetVector { class in namespace:llvm
49 /// \brief Construct an empty SetVector
50 SetVector() {} function in class:llvm::SetVector
52 /// \brief Initialize a SetVector with a range of elements
54 SetVector(It Start, It End) { function in class:llvm::SetVector
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/
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.
/external/clang/test/SemaCXX/
H A Dtypo-correction-pt2.cpp222 class SetVector { class in namespace:PR18685
224 SetVector() {} function in class:PR18685::SetVector
228 class SmallSetVector : public SetVector<C, I, 8> {};

Completed in 137 milliseconds