Searched refs:thisLayer (Results 1 – 1 of 1) sorted by relevance
62 const auto& thisLayer = mLayers[l]; in compare() local64 base::StringAppendF(&result, "\n+ - - - - - - - - - Layer %d [%s]\n", thisLayer.getId(), in compare()65 thisLayer.getName().c_str()); in compare()66 auto comparisonOpt = thisLayer.compare(otherLayer); in compare()