Searched defs:_head (Results 1 – 11 of 11) sorted by relevance
/external/javassist/src/main/javassist/compiler/ast/ |
D | ASTList.java | 31 public ASTList(ASTree _head, ASTList _tail) { in ASTList() 36 public ASTList(ASTree _head) { in ASTList() 64 public void setHead(ASTree _head) { in setHead()
|
D | Stmnt.java | 30 public Stmnt(int op, ASTree _head, ASTList _tail) { in Stmnt() 35 public Stmnt(int op, ASTree _head) { in Stmnt()
|
D | Expr.java | 36 Expr(int op, ASTree _head, ASTList _tail) { in Expr() 41 Expr(int op, ASTree _head) { in Expr()
|
D | FieldDecl.java | 25 public FieldDecl(ASTree _head, ASTList _tail) { in FieldDecl()
|
D | BinExpr.java | 36 private BinExpr(int op, ASTree _head, ASTList _tail) { in BinExpr()
|
D | AssignExpr.java | 32 private AssignExpr(int op, ASTree _head, ASTList _tail) { in AssignExpr()
|
D | CallExpr.java | 31 private CallExpr(ASTree _head, ASTList _tail) { in CallExpr()
|
D | MethodDecl.java | 26 public MethodDecl(ASTree _head, ASTList _tail) { in MethodDecl()
|
/external/curl/lib/ |
D | llist.h | 36 struct Curl_llist_node *_head; member
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ObjectBuffer.java | 30 private LinkedNode<Object[]> _head; field in ObjectBuffer
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonPointer.java | 55 protected volatile JsonPointer _head; field in JsonPointer
|