HomeSort by relevance Sort by last modified time
    Searched refs:QueryNodeProperty (Results 1 - 3 of 3) sorted by null

  /external/srec/tools/grxmlcompile/
sub_min.cpp 481 // std::cout << " (" << arc[ii]->GetToId() << " " << QueryNodeProperty (arc[ii]->GetToId()) << ") ";
492 // std::cout << " [" << currId << " " << QueryNodeProperty (currId) << "] ";
493 if (QueryNodeProperty (currId) <= 0) {
503 else if (QueryNodeProperty (arc[forwardList[rix]]->GetToId()) > 0)
516 if (QueryNodeProperty (currId) <= 0) {
534 // std::cout << " (" << currId << " " << QueryNodeProperty (currId) << ") ";
sub_grph.h 333 int QueryNodeProperty (int vertNo) {
sub_grph.cpp 686 if (startId == ii || QueryNodeProperty(ii) > 0) {

Completed in 21 milliseconds