Searched refs:rhsDescriptor (Results 1 – 1 of 1) sorted by relevance
727 const char* rhsDescriptor = rhs.cached_descriptor_; in operator <() local728 int cmp = strcmp(lhsDescriptor, rhsDescriptor); in operator <()