Home
last modified time | relevance | path

Searched refs:VISIT (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dproto_visitors.h141 VISIT(id); in VISIT_PROTO_FIELDS()
167 VISIT(guid); in VISIT_PROTO_FIELDS()
241 VISIT(url); in VISIT_PROTO_FIELDS()
432 VISIT(app); in VISIT_PROTO_FIELDS()
492 VISIT(id); in VISIT_PROTO_FIELDS()
606 VISIT(id); in VISIT_PROTO_FIELDS()
751 VISIT(id); in VISIT_PROTO_FIELDS()
1101 VISIT(id); in VISIT_PROTO_FIELDS()
1117 VISIT(id); in VISIT_PROTO_FIELDS()
1125 VISIT(id); in VISIT_PROTO_FIELDS()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/ext/arrow/
H A Dconverters.hpp279 VISIT(Null)
281 VISIT(Int8)
305 VISIT(Map)
314 #undef VISIT
411 VISIT(Map)
420 #undef VISIT
513 VISIT(Map)
522 #undef VISIT
616 VISIT(Map)
625 #undef VISIT
[all …]
H A Dvalues.cpp58 VISIT(Null)
60 VISIT(Int8)
61 VISIT(Int16)
62 VISIT(Int32)
63 VISIT(Int64)
64 VISIT(UInt8)
65 VISIT(UInt16)
70 VISIT(Float)
82 VISIT(List)
84 VISIT(Map)
[all …]
H A Draw-records.cpp77 VISIT(Null)
79 VISIT(Int8)
80 VISIT(Int16)
81 VISIT(Int32)
82 VISIT(Int64)
83 VISIT(UInt8)
84 VISIT(UInt16)
89 VISIT(Float)
101 VISIT(List)
103 VISIT(Map)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/ruby/red-arrow/ext/arrow/
H A Dconverters.hpp271 VISIT(Null)
273 VISIT(Int8)
295 VISIT(List)
305 #undef VISIT
376 VISIT(Null)
378 VISIT(Int8)
400 VISIT(List)
410 #undef VISIT
469 VISIT(Null)
503 #undef VISIT
[all …]
H A Dvalues.cpp58 VISIT(Null)
60 VISIT(Int8)
61 VISIT(Int16)
62 VISIT(Int32)
63 VISIT(Int64)
64 VISIT(UInt8)
65 VISIT(UInt16)
66 VISIT(UInt32)
70 VISIT(Float)
82 VISIT(List)
[all …]
H A Draw-records.cpp77 VISIT(Null)
79 VISIT(Int8)
80 VISIT(Int16)
81 VISIT(Int32)
82 VISIT(Int64)
83 VISIT(UInt8)
84 VISIT(UInt16)
85 VISIT(UInt32)
89 VISIT(Float)
101 VISIT(List)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/ruby/red-arrow/ext/arrow/
H A Dconverters.hpp262 VISIT(Null)
264 VISIT(Int8)
286 VISIT(List)
294 #undef VISIT
365 VISIT(Null)
367 VISIT(Int8)
389 VISIT(List)
397 #undef VISIT
456 VISIT(Null)
488 #undef VISIT
[all …]
H A Dvalues.cpp58 VISIT(Null)
60 VISIT(Int8)
61 VISIT(Int16)
62 VISIT(Int32)
63 VISIT(Int64)
64 VISIT(UInt8)
65 VISIT(UInt16)
70 VISIT(Float)
82 VISIT(List)
84 VISIT(Union)
[all …]
H A Draw-records.cpp77 VISIT(Null)
79 VISIT(Int8)
80 VISIT(Int16)
81 VISIT(Int32)
82 VISIT(Int64)
83 VISIT(UInt8)
84 VISIT(UInt16)
89 VISIT(Float)
101 VISIT(List)
103 VISIT(Union)
[all …]
/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_visitor.c33 case NODE_LIST_STAT: VISIT(list_stmt); in gvisit()
35 case NODE_LABEL_STAT: VISIT(label_stmt); in gvisit()
36 case NODE_FLOW_STAT: VISIT(flow_stmt); in gvisit()
37 case NODE_JUMP_STAT: VISIT(jump_stmt); in gvisit()
38 case NODE_LOOP_STAT: VISIT(loop_stmt); in gvisit()
39 case NODE_EMPTY_STAT: VISIT(empty_stmt); in gvisit()
42 case NODE_ENUM_DECL: VISIT(enum_decl); in gvisit()
45 case NODE_CLASS_DECL: VISIT(class_decl); in gvisit()
51 case NODE_UNARY_EXPR: VISIT(unary_expr); in gvisit()
52 case NODE_FILE_EXPR: VISIT(file_expr); in gvisit()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/scene_graph/
H A DScenePrettyPrinter.cpp29 #define VISIT(CLASS) \ macro
35 VISIT(Node)
36 VISIT(NodeShape) in VISIT() function
37 VISIT(NodeGroup) in VISIT()
38 VISIT(NodeLight) in VISIT()
39 VISIT(NodeDrawingStyle) in VISIT()
40 VISIT(NodeTransform) in VISIT()
82 VISIT(LineRep)
83 VISIT(OrientedLineRep) in VISIT() function
84 VISIT(TriangleRep) in VISIT()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/tools/gcmole/
H A Dgcmole.cc572 VISIT(CallExpr); in VisitExpr()
573 VISIT(CastExpr); in VisitExpr()
614 VISIT(StmtExpr); in VisitExpr()
620 #undef VISIT in VisitExpr()
899 VISIT(AsmStmt); in VisitStmt()
905 VISIT(DeclStmt); in VisitStmt()
906 VISIT(DoStmt); in VisitStmt()
907 VISIT(ForStmt); in VisitStmt()
908 VISIT(GotoStmt); in VisitStmt()
909 VISIT(IfStmt); in VisitStmt()
[all …]
/dports/devel/jsonnet/jsonnet-0.17.0/core/
H A Dpass.cpp285 #define VISIT(var,astType,astClass) \ macro
295 VISIT(ast_, AST_APPLY, Apply); in visitExpr()
297 VISIT(ast_, AST_ARRAY, Array); in visitExpr()
300 VISIT(ast_, AST_ASSERT, Assert); in visitExpr()
301 VISIT(ast_, AST_BINARY, Binary); in visitExpr()
306 VISIT(ast_, AST_ERROR, Error); in visitExpr()
310 VISIT(ast_, AST_INDEX, Index); in visitExpr()
316 VISIT(ast_, AST_LOCAL, Local); in visitExpr()
321 VISIT(ast_, AST_SELF, Self); in visitExpr()
323 VISIT(ast_, AST_UNARY, Unary); in visitExpr()
[all …]
/dports/devel/py-jsonnet/jsonnet-0.17.0/core/
H A Dpass.cpp285 #define VISIT(var,astType,astClass) \ macro
295 VISIT(ast_, AST_APPLY, Apply); in visitExpr()
297 VISIT(ast_, AST_ARRAY, Array); in visitExpr()
300 VISIT(ast_, AST_ASSERT, Assert); in visitExpr()
301 VISIT(ast_, AST_BINARY, Binary); in visitExpr()
306 VISIT(ast_, AST_ERROR, Error); in visitExpr()
310 VISIT(ast_, AST_INDEX, Index); in visitExpr()
316 VISIT(ast_, AST_LOCAL, Local); in visitExpr()
321 VISIT(ast_, AST_SELF, Self); in visitExpr()
323 VISIT(ast_, AST_UNARY, Unary); in visitExpr()
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/gcmole/
H A Dgcmole.cc718 VISIT(CallExpr); in VisitExpr()
719 VISIT(CastExpr); in VisitExpr()
763 VISIT(StmtExpr); in VisitExpr()
770 #undef VISIT in VisitExpr()
1122 VISIT(AsmStmt); in VisitStmt()
1128 VISIT(DeclStmt); in VisitStmt()
1129 VISIT(DoStmt); in VisitStmt()
1130 VISIT(ForStmt); in VisitStmt()
1131 VISIT(GotoStmt); in VisitStmt()
1132 VISIT(IfStmt); in VisitStmt()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/gcmole/
H A Dgcmole.cc711 VISIT(CallExpr); in VisitExpr()
712 VISIT(CastExpr); in VisitExpr()
756 VISIT(StmtExpr); in VisitExpr()
763 #undef VISIT in VisitExpr()
1109 VISIT(AsmStmt); in VisitStmt()
1115 VISIT(DeclStmt); in VisitStmt()
1116 VISIT(DoStmt); in VisitStmt()
1117 VISIT(ForStmt); in VisitStmt()
1118 VISIT(GotoStmt); in VisitStmt()
1119 VISIT(IfStmt); in VisitStmt()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/gcmole/
H A Dgcmole.cc720 VISIT(CallExpr); in VisitExpr()
721 VISIT(CastExpr); in VisitExpr()
765 VISIT(StmtExpr); in VisitExpr()
772 #undef VISIT in VisitExpr()
1124 VISIT(AsmStmt); in VisitStmt()
1130 VISIT(DeclStmt); in VisitStmt()
1131 VISIT(DoStmt); in VisitStmt()
1132 VISIT(ForStmt); in VisitStmt()
1133 VISIT(GotoStmt); in VisitStmt()
1134 VISIT(IfStmt); in VisitStmt()
[all …]
/dports/ftp/py-pycurl/pycurl-7.44.1/src/
H A Deasy.c322 #undef VISIT in do_curl_traverse()
325 VISIT(self->dict); in do_curl_traverse()
329 VISIT(self->w_cb); in do_curl_traverse()
330 VISIT(self->h_cb); in do_curl_traverse()
331 VISIT(self->r_cb); in do_curl_traverse()
332 VISIT(self->pro_cb); in do_curl_traverse()
336 VISIT(self->debug_cb); in do_curl_traverse()
337 VISIT(self->ioctl_cb); in do_curl_traverse()
338 VISIT(self->seek_cb); in do_curl_traverse()
343 VISIT(self->sockopt_cb); in do_curl_traverse()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dsymtable.c954 #define VISIT(ST, TYPE, V) \ macro
1076 VISIT(st, expr, s->v.For.iter); in symtable_visit_stmt()
1089 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1447 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1448 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
1457 VISIT(st, expr, k->value); in symtable_visit_keyword()
1513 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
1563 VISIT(st, expr, e->v.ListComp.elt); in symtable_visit_listcomp()
1566 VISIT(st, expr, lc->target); in symtable_visit_listcomp()
1569 VISIT(st, expr, lc->iter); in symtable_visit_listcomp()
[all …]
/dports/lang/python27/Python-2.7.18/Python/
H A Dsymtable.c954 #define VISIT(ST, TYPE, V) \ macro
1076 VISIT(st, expr, s->v.For.iter); in symtable_visit_stmt()
1089 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1447 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1448 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
1457 VISIT(st, expr, k->value); in symtable_visit_keyword()
1513 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
1563 VISIT(st, expr, e->v.ListComp.elt); in symtable_visit_listcomp()
1566 VISIT(st, expr, lc->target); in symtable_visit_listcomp()
1569 VISIT(st, expr, lc->iter); in symtable_visit_listcomp()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dsymtable.c1053 #define VISIT(ST, TYPE, V) \ macro
1215 VISIT(st, expr, s->v.For.iter); in symtable_visit_stmt()
1228 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1571 VISIT(st, expr, returns); in symtable_visit_annotations()
1665 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1666 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
1678 VISIT(st, expr, k->value); in symtable_visit_keyword()
1714 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
1729 VISIT(st, expr, outermost->target); in symtable_handle_comprehension()
1733 VISIT(st, expr, value); in symtable_handle_comprehension()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dsymtable.c1135 #define VISIT(ST, TYPE, V) \ macro
1319 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1825 VISIT(st, expr, annotation); in symtable_visit_annotation()
1929 VISIT(st, pattern, m->pattern); in symtable_visit_match_case()
1931 VISIT(st, expr, m->guard); in symtable_visit_match_case()
1985 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1988 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
2001 VISIT(st, expr, k->value); in symtable_visit_keyword()
2016 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
2043 VISIT(st, expr, value); in symtable_handle_comprehension()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dsymtable.c1134 #define VISIT(ST, TYPE, V) \ macro
1318 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1824 VISIT(st, expr, annotation); in symtable_visit_annotation()
1928 VISIT(st, pattern, m->pattern); in symtable_visit_match_case()
1930 VISIT(st, expr, m->guard); in symtable_visit_match_case()
1984 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1987 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
2000 VISIT(st, expr, k->value); in symtable_visit_keyword()
2015 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
2042 VISIT(st, expr, value); in symtable_handle_comprehension()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dsymtable.c1118 #define VISIT(ST, TYPE, V) \ macro
1281 VISIT(st, expr, s->v.For.iter); in symtable_visit_stmt()
1294 VISIT(st, expr, s->v.If.test); in symtable_visit_stmt()
1731 VISIT(st, expr, returns); in symtable_visit_annotations()
1828 VISIT(st, expr, lc->target); in symtable_visit_comprehension()
1831 VISIT(st, expr, lc->iter); in symtable_visit_comprehension()
1844 VISIT(st, expr, k->value); in symtable_visit_keyword()
1881 VISIT(st, expr, outermost->iter); in symtable_handle_comprehension()
1901 VISIT(st, expr, outermost->target); in symtable_handle_comprehension()
1907 VISIT(st, expr, value); in symtable_handle_comprehension()
[all …]

12345678910>>...16