Searched refs:is_strong (Results 1 - 3 of 3) sorted by relevance
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 207 [ is_list, property_type, is_strong, is_required, default ] 215 is_strong: If property_type is an XCObject subclass, is_strong 218 True, values). is_strong must be False if 317 is_strong = self._schema[key][2] 320 if is_strong: 329 if is_strong: 330 # If is_strong is True, each element is an XCObject, so it's safe to 341 if is_strong: 492 (is_list, property_type, is_strong) [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 207 [ is_list, property_type, is_strong, is_required, default ] 215 is_strong: If property_type is an XCObject subclass, is_strong 218 True, values). is_strong must be False if 317 is_strong = self._schema[key][2] 320 if is_strong: 329 if is_strong: 330 # If is_strong is True, each element is an XCObject, so it's safe to 341 if is_strong: 492 (is_list, property_type, is_strong) [all...] |
/third_party/libbpf/src/ |
H A D | btf_dump.c | 561 int is_strong; in btf_dump_order_type() local 563 is_strong = btf_dump_order_type(d, t->type, through_ptr); in btf_dump_order_type() 564 if (is_strong < 0) in btf_dump_order_type() 565 return is_strong; in btf_dump_order_type() 568 if (through_ptr && !is_strong) in btf_dump_order_type() 587 bool is_strong; in btf_dump_order_type() local 592 is_strong = err > 0; in btf_dump_order_type() 600 is_strong = true; in btf_dump_order_type() 602 return is_strong; in btf_dump_order_type()
|
Completed in 7 milliseconds