Home
last modified time | relevance | path

Searched refs:CAST_AND_ASSIGN (Results 1 – 3 of 3) sorted by relevance

/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoPkt.h89 #ifdef CAST_AND_ASSIGN
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DIProposalRelevance.java87 public static final int CAST_AND_ASSIGN= 7; field
H A DAdvancedQuickAssistProcessor.java1580 …posal= new LinkedCorrectionProposal(label, cu, rewrite, IProposalRelevance.CAST_AND_ASSIGN, image); in getCastAndAssignIfStatementProposals()