Home
last modified time | relevance | path

Searched defs:basetype (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py338 basetype = "CFTypeRef_Type" variable in CFArrayRefObjectDefinition
350 basetype = "CFArrayRef_Type" variable in CFMutableArrayRefObjectDefinition
362 basetype = "CFTypeRef_Type" variable in CFDictionaryRefObjectDefinition
374 basetype = "CFDictionaryRef_Type" variable in CFMutableDictionaryRefObjectDefinition
386 basetype = "CFTypeRef_Type" variable in CFDataRefObjectDefinition
410 basetype = "CFDataRef_Type" variable in CFMutableDataRefObjectDefinition
422 basetype = "CFTypeRef_Type" variable in CFStringRefObjectDefinition
456 basetype = "CFStringRef_Type" variable in CFMutableStringRefObjectDefinition
472 basetype = "CFTypeRef_Type" variable in CFURLRefObjectDefinition
/external/python/cpython2/Tools/bgen/bgen/
DbgenObjectDefinition.py8 basetype = None variable in ObjectDefinition
/external/tcpdump/
Dprint-snmp.c891 SmiBasetype basetype; member
952 static int smi_check_type(SmiBasetype basetype, int be) in smi_check_type()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp44 typedef uint32_t basetype; typedef in r600_sb::regbits
Dsb_ir.h219 typedef uint32_t basetype; typedef
/external/flatbuffers/src/
Didl_gen_cpp.cpp1556 const auto basetype = GenTypeBasic( in GenCreateParam() local
Didl_parser.cpp1346 BaseType basetype) { in CheckClash()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp1482 ParsedType basetype, SourceLocation BaseLoc, in ActOnBaseSpecifier()