OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeafNode
(Results
1 - 7
of
7
) sorted by null
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/
ItemDeleteListener.java
17
import org.jivesoftware.smackx.pubsub.
LeafNode
;
22
* @see
LeafNode
#addItemDeleteListener(ItemDeleteListener)
NodeConfigListener.java
17
import org.jivesoftware.smackx.pubsub.
LeafNode
;
22
* @see
LeafNode
#addConfigurationListener(NodeConfigListener)
ItemEventListener.java
18
import org.jivesoftware.smackx.pubsub.
LeafNode
;
23
* @see
LeafNode
#addItemEventListener(ItemEventListener)
/external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java
38
* well as create or retrieve pubsub {@link
LeafNode
} instances. These
81
public
LeafNode
createNode()
87
LeafNode
newNode = new
LeafNode
(con, elem.getNode());
102
public
LeafNode
createNode(String id)
105
return (
LeafNode
)createNode(id, null);
137
Node newNode = isLeafNode ? new
LeafNode
(con, name) : new CollectionNode(con, name);
166
node = new
LeafNode
(con, id);
LeafNode.java
35
public class
LeafNode
extends Node
37
LeafNode
(Connection connection, String nodeName)
/external/llvm/include/llvm/ADT/
IntervalMap.h
179
template <typename, typename, unsigned, typename> class
LeafNode
;
539
//--- IntervalMapImpl::
LeafNode
---//
559
class
LeafNode
: public NodeBase<std::pair<KeyT, KeyT>, ValT, N> {
622
unsigned
LeafNode
<KeyT, ValT, N, Traits>::
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
Completed in 349 milliseconds