Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/
H A DTargetDefinition.java1326 int typeCompare = o1.getAttribute(TargetDefinitionPersistenceHelper.ATTR_LOCATION_TYPE) in updateContainerElements()
1335 return typeCompare == 0 && pathCompare == 0 && idCompare == 0 ? 0 : 1; in updateContainerElements()
/dports/textproc/sowing/sowing-1.1.18/src/bfort/
H A Dbfort.c2586 int typeCompare( const void *a, const void *b )
2594 qsort( typeArray, typeArrayLen, sizeof(TypeInfo), typeCompare );
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DTypes.cpp3876 auto typeCompare = [](Type const* _a, Type const* _b) -> bool { return *_a == *_b; }; in operator ==() local
3882 typeCompare in operator ==()