Home
last modified time | relevance | path

Searched defs:default_type (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Tools/clinic/
Dclinic.py2516 default_type = None variable in CConverter
2862 default_type = bool variable in bool_converter
2913 default_type = (bytes, bytearray) variable in char_converter
2947 default_type = int variable in unsigned_char_converter
2996 default_type = int variable in short_converter
3027 default_type = int variable in unsigned_short_converter
3049 default_type = int variable in int_converter
3089 default_type = int variable in unsigned_int_converter
3110 default_type = int variable in long_converter
3126 default_type = int variable in unsigned_long_converter
[all …]
/third_party/python/Python/
Dformatter_unicode.c153 char default_type, in parse_internal_render_format_spec()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h125 char default_type; member
/third_party/node/deps/v8/src/d8/
Dd8.cc2492 CodeType default_type) { in ReadSource()
/third_party/python/Parser/
Dparser.c130 #define default_type 1050 macro