VARCMP_LT          97 base/win/scoped_variant.cc     case VARCMP_LT:
VARCMP_LT         264 third_party/wtl/include/atlapp.h #ifndef VARCMP_LT
VARCMP_LT        3409 third_party/wtl/include/atlctrlx.h 			return (bRightNeg ? VARCMP_GT : VARCMP_LT);
VARCMP_LT        3414 third_party/wtl/include/atlctrlx.h 			return (bLeftNeg ? VARCMP_LT : VARCMP_GT);
VARCMP_LT        3477 third_party/wtl/include/atlctrlx.h 		return (comp > 0 ? VARCMP_GT : comp < 0 ? VARCMP_LT : VARCMP_EQ);