Searched refs:compare_types (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 162 compare_types(context + "." + name, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse) 165 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse): function 192 compare_types(context, kind, item_type_1, item_type_2, types_map_1, types_map_2, depth + 1, errors, reverse)
|
/third_party/node/tools/inspector_protocol/ |
H A D | check_protocol_compatibility.py | 162 compare_types(context + "." + name, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse) 165 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse): function 192 compare_types(context, kind, item_type_1, item_type_2, types_map_1, types_map_2, depth + 1, errors, reverse)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expand.c | 496 static int compare_types(int op, struct symbol *left, struct symbol *right) in compare_types() function 530 expr->value = compare_types(op, left->symbol, right->symbol); in expand_compare()
|
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 591 static int compare_types(const char *curcon, const char *newcon, char **newtypecon) in compare_types() function 772 rc = compare_types(curcon, newcon, &newtypecon); in restorecon_sb()
|
/third_party/node/deps/v8/src/torque/ |
H A D | types.cc | 1017 auto compare_types = types(); in HasSameTypesAs() local 1020 compare_types = GetExplicitTypes(); in HasSameTypesAs() 1023 if (!(compare_types == other_compare_types && in HasSameTypesAs()
|
Completed in 8 milliseconds