Home
last modified time | relevance | path

Searched defs:getChild (Results 1 – 25 of 94) sorted by relevance

1234

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
DMapperMixinsCopy1998Test.java22 public MyModelChildBase getChild(); in getChild() method
44 public MyModelChildBase getChild() { in getChild() method in MapperMixinsCopy1998Test.MyModelRoot
/external/skia/modules/sksg/include/
DSkSGEffectNode.h31 const sk_sp<RenderNode>& getChild() const { return fChild; } in getChild() function
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as45 public function getChild(i:int):Tree { method in org.antlr.runtime.tree.BaseTree
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DParent1.java30 public Child1 getChild() { in getChild() method in Parent1
DBeanConstructorTest.java229 public ExceptionChild getChild() { in getChild() method in BeanConstructorTest.ExceptionParent
/external/deqp/executor/
DxeTestCase.hpp94 TestNode* getChild (int ndx) { return m_children[ndx]; } in getChild() function in xe::TestGroup
95 const TestNode* getChild (int ndx) const { return m_children[ndx]; } in getChild() function in xe::TestGroup
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DChildTextElement.java44 Node getChild() { in getChild() method in ChildTextElement
DRemoved.java40 public Node getChild() { in getChild() method in Removed
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DADescendVariable.java67 public PVariable getChild() in getChild() method in ADescendVariable
DAExpandVariable.java67 public PExpression getChild() in getChild() method in AExpandVariable
/external/clang/lib/Rewrite/
DDeltaTree.cpp141 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anonb8815fa70311::DeltaTreeInteriorNode
145 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anonb8815fa70311::DeltaTreeInteriorNode
DRewriteRope.cpp417 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anona82c88c50411::RopePieceBTreeInterior
421 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anona82c88c50411::RopePieceBTreeInterior
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp145 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon1ae6d7350111::DeltaTreeInteriorNode
150 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon1ae6d7350111::DeltaTreeInteriorNode
DRewriteRope.cpp422 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon39ce1bd30311::RopePieceBTreeInterior
427 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon39ce1bd30311::RopePieceBTreeInterior
/external/parameter-framework/upstream/parameter/
DElement.cpp286 CElement *CElement::getChild(size_t index) in getChild() function in CElement
293 const CElement *CElement::getChild(size_t index) const in getChild() function in CElement
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTree.java47 Tree getChild(int i); in getChild() method
DCommonTreeAdaptor.java146 public Object getChild(Object t, int i) { in getChild() method in CommonTreeAdaptor
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.js136 getChild: function(t, i) { method
DBaseTree.js12 getChild: function(i) { method
/external/jsilver/src/org/clearsilver/
DHDF.java117 HDF getChild(String hdfpath); in getChild() method
DDelegatedHdf.java137 public DelegatedHdf getChild(String hdfpath) { in getChild() method in DelegatedHdf
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DChainedData.java92 public Data getChild(String path) { in getChild() method in ChainedData
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java119 public XMPNode getChild(int index) in getChild() method in XMPNode
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java97 public Object getChild(int index) { in getChild() method in Node
/external/antlr/runtime/C/include/
Dantlr3basetree.h99 void * (*getChild) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 i); member

1234