HomeSort by relevance Sort by last modified time
    Searched refs:NodeType (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/smack/src/org/jivesoftware/smackx/pubsub/
NodeType.java 21 public enum NodeType
  /external/llvm/include/llvm/Analysis/
RegionIterator.h 33 template<class NodeType>
35 NodeType, ptrdiff_t>
37 typedef std::iterator<std::forward_iterator_tag, NodeType, ptrdiff_t> super;
50 PointerIntPair<NodeType*, 2, enum ItMode> Node;
62 NodeType* getNode() const{ return Node.getPointer(); }
87 typedef RNSuccIterator<NodeType> Self;
92 inline RNSuccIterator(NodeType* node)
107 inline RNSuccIterator(NodeType* node, bool)
165 template<class NodeType>
166 class RNSuccIterator<FlatIt<NodeType> >
    [all...]
DominatorInternals.h 34 unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT,
35 typename GraphT::NodeType* V, unsigned N) {
56 SmallVector<std::pair<typename GraphT::NodeType*,
60 typename GraphT::NodeType* BB = Worklist.back().first;
63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo =
93 typename GraphT::NodeType* Succ = *NextSucc;
95 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &SuccVInfo =
107 typename GraphT::NodeType*
108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT,
109 typename GraphT::NodeType *VIn, unsigned LastLinked)
    [all...]
Interval.h 125 typedef Interval NodeType;
128 static NodeType *getEntryNode(Interval *I) { return I; }
131 static inline ChildIteratorType child_begin(NodeType *N) {
134 static inline ChildIteratorType child_end(NodeType *N) {
140 typedef Interval NodeType;
142 static NodeType *getEntryNode(Inverse<Interval *> G) { return G.Graph; }
143 static inline ChildIteratorType child_begin(NodeType *N) {
146 static inline ChildIteratorType child_end(NodeType *N) {
  /external/llvm/include/llvm/Support/
DataFlow.h 27 typedef const Value NodeType;
30 static NodeType *getEntryNode(const Value *G) {
34 static inline ChildIteratorType child_begin(NodeType *N) {
38 static inline ChildIteratorType child_end(NodeType *N) {
44 typedef Value NodeType;
47 static NodeType *getEntryNode(Value *G) {
51 static inline ChildIteratorType child_begin(NodeType *N) {
55 static inline ChildIteratorType child_end(NodeType *N) {
61 typedef const Value NodeType;
64 static NodeType *getEntryNode(Inverse<const User*> G)
    [all...]
  /external/chromium_org/ui/base/models/
tree_node_iterator.h 22 template <class NodeType>
29 TreeNodeIterator(NodeType* node, bool (*prune)(NodeType*))
42 positions_.push(Position<NodeType>(node, index));
45 explicit TreeNodeIterator(NodeType* node) : prune_(NULL) {
47 positions_.push(Position<NodeType>(node, 0));
54 NodeType* Next() {
61 NodeType* result = positions_.top().node->GetChild(positions_.top().index);
67 positions_.push(Position<NodeType>(result, 0));
96 std::stack<Position<NodeType> > positions_
    [all...]
tree_node_model.h 63 template <class NodeType>
74 virtual void Add(NodeType* node, int index) {
79 NodeType* parent = node->parent_;
82 node->parent_ = static_cast<NodeType*>(this);
88 virtual NodeType* Remove(NodeType* node) {
89 typename std::vector<NodeType*>::iterator i =
106 void SetChildren(const std::vector<NodeType*>& children) {
113 const NodeType* parent() const { return parent_; }
114 NodeType* parent() { return parent_;
    [all...]
  /external/llvm/include/llvm/ADT/
GraphTraits.h 30 // typedef NodeType - Type of Node in the graph
33 // static NodeType *getEntryNode(const GraphType &)
36 // static ChildIteratorType child_begin(NodeType *)
37 // static ChildIteratorType child_end (NodeType *)
60 typedef typename GraphType::UnknownGraphTypeError NodeType;
88 typedef typename GraphTraits<T>::NodeType NodeType;
91 static NodeType *getEntryNode(Inverse<Inverse<T> > *G) {
95 static ChildIteratorType child_begin(NodeType* N) {
99 static ChildIteratorType child_end(NodeType* N)
    [all...]
PostOrderIterator.h 58 template<typename NodeType>
59 bool insertEdge(NodeType *From, NodeType *To) {
64 template<typename NodeType>
65 void finishPostorder(NodeType *BB) {}
79 template<class NodeType>
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); }
83 template<class NodeType>
84 void finishPostorder(NodeType *BB) {
    [all...]
SCCIterator.h 38 std::vector<typename GT::NodeType>, ptrdiff_t> {
39 typedef typename GT::NodeType NodeType;
41 typedef std::vector<NodeType*> SccTy;
43 std::vector<typename GT::NodeType>, ptrdiff_t> super;
51 DenseMap<NodeType *, unsigned> nodeVisitNumbers;
54 std::vector<NodeType *> SCCNodeStack;
61 std::vector<std::pair<NodeType *, ChildItTy> > VisitStack;
69 void DFSVisitOne(NodeType *N) {
84 NodeType *childN = *VisitStack.back().second++
    [all...]
DepthFirstIterator.h 63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
66 typename GT::NodeType, ptrdiff_t>,
69 typename GT::NodeType, ptrdiff_t> super;
71 typedef typename GT::NodeType NodeType;
73 typedef PointerIntPair<NodeType*, 1> PointerIntTy;
80 inline df_iterator(NodeType *Node) {
88 inline df_iterator(NodeType *Node, SetType &S)
104 NodeType *Node = Top.first.getPointer();
113 NodeType *Next = *It++
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
TreeShared.h 31 template<typename NodeType> class TreeShared;
32 template<typename NodeType> void adopted(TreeShared<NodeType>*);
35 template<typename NodeType> class TreeShared {
74 NodeType* thisNode = static_cast<NodeType*>(this);
103 friend void adopted<>(TreeShared<NodeType>*);
110 template<typename NodeType> inline void adopted(TreeShared<NodeType>* object)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CDATASection.h 38 virtual NodeType nodeType() const;
39 virtual bool childTypeAllowed(NodeType) const;
Comment.h 40 virtual NodeType nodeType() const;
42 virtual bool childTypeAllowed(NodeType) const;
DocumentFragment.h 49 virtual NodeType nodeType() const;
51 virtual bool childTypeAllowed(NodeType) const;
Notation.cpp 40 Node::NodeType Notation::nodeType() const
51 bool Notation::childTypeAllowed(NodeType) const
Notation.h 40 virtual NodeType nodeType() const;
42 virtual bool childTypeAllowed(NodeType) const;
CDATASection.cpp 45 Node::NodeType CDATASection::nodeType() const
50 bool CDATASection::childTypeAllowed(NodeType) const
Comment.cpp 45 Node::NodeType Comment::nodeType() const
55 bool Comment::childTypeAllowed(NodeType) const
  /external/clang/include/clang/AST/
StmtGraphTraits.h 28 typedef clang::Stmt NodeType;
32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
34 static inline ChildIteratorType child_begin(NodeType* N) {
39 static inline ChildIteratorType child_end(NodeType* N) {
55 typedef const clang::Stmt NodeType;
59 static NodeType* getEntryNode(const clang::Stmt* S) { return S; }
61 static inline ChildIteratorType child_begin(NodeType* N) {
66 static inline ChildIteratorType child_end(NodeType* N) {
  /external/chromium_org/ui/views/examples/
tree_view_example.cc 20 model_(new NodeType(ASCIIToUTF16("root"), 1)) {
31 NodeType* colors_node = new NodeType(ASCIIToUTF16("colors"), 1);
33 colors_node->Add(new NodeType(ASCIIToUTF16("red"), 1), 0);
34 colors_node->Add(new NodeType(ASCIIToUTF16("green"), 1), 1);
35 colors_node->Add(new NodeType(ASCIIToUTF16("blue"), 1), 2);
37 NodeType* sheep_node = new NodeType(ASCIIToUTF16("sheep"), 1);
39 sheep_node->Add(new NodeType(ASCIIToUTF16("Sheep 1"), 1), 0);
40 sheep_node->Add(new NodeType(ASCIIToUTF16("Sheep 2"), 1), 1)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 163 typedef const MachineLoop NodeType;
166 static NodeType *getEntryNode(const MachineLoop *L) { return L; }
167 static inline ChildIteratorType child_begin(NodeType *N) {
170 static inline ChildIteratorType child_end(NodeType *N) {
176 typedef MachineLoop NodeType;
179 static NodeType *getEntryNode(MachineLoop *L) { return L; }
180 static inline ChildIteratorType child_begin(NodeType *N) {
183 static inline ChildIteratorType child_end(NodeType *N) {
  /external/chromium_org/third_party/icu/source/common/
rbbinode.h 27 enum NodeType {
54 NodeType fType;
87 RBBINode(NodeType t);
94 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);
  /external/clang/unittests/AST/
MatchVerifier.h 31 template <typename NodeType>
58 const NodeType &Node) {}
76 template <typename NodeType> template <typename MatcherType>
77 testing::AssertionResult MatchVerifier<NodeType>::match(
116 template <typename NodeType>
117 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) {
118 const NodeType *Node = Result.Nodes.getNodeAs<NodeType>("");
132 template <typename NodeType>
133 class LocationVerifier : public MatchVerifier<NodeType> {
    [all...]
  /external/icu4c/common/
rbbinode.h 27 enum NodeType {
54 NodeType fType;
87 RBBINode(NodeType t);
94 void findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status);

Completed in 2189 milliseconds

1 2 3 4 5 6