Searched refs:ctp (Results 1 – 6 of 6) sorted by relevance
363 ClassTypePair ctp = itr.next(); in interfacesWithTypes() local364 if (ctp.classInfo().checkLevel()) { in interfacesWithTypes()369 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in interfacesWithTypes()392 ClassTypePair ctp = itr.next(); in allInterfacesWithTypes() local394 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in allInterfacesWithTypes()398 ClassTypePair ctp = toParse.remove(); in allInterfacesWithTypes() local399 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes()400 mAllInterfacesWithTypes.add(ctp); in allInterfacesWithTypes()401 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes()402 toParse.addAll(ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping())); in allInterfacesWithTypes()[all …]
23 const T* ctp = tp; in test_address() local26 assert(a.address(*ctp) == tp); in test_address()
38 const A* ctp = tp; in main() local40 assert(std::addressof(*ctp) == tp); in main()
424 COMMAND_TABLE *ctp = cmd_table; in do_command() local431 while (ctp->name) { in do_command()432 cmd_len = strlen(ctp->name); in do_command()433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) { in do_command()434 mycmd = ctp->cmd; in do_command()437 ctp++; in do_command()
986 String ctp; in sendData() local988 ctp = "multipart/x-byteranges; boundary="; in sendData()990 ctp = "multipart/byteranges; boundary="; in sendData()991 response.setContentType(ctp+multi.getBoundary()); in sendData()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...