Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dlib_symbol.cpp789 LIB_PINS thisPinList; in PinsConflictWith() local
790 GetPins( thisPinList, /* aUnit */ 0, /* aConvert */ 0 ); in PinsConflictWith()
792 for( const LIB_PIN* eachThisPin : thisPinList ) in PinsConflictWith()