Home | History | Annotate | Download | only in gmock

Lines Matching defs:kOther

585   kBool, kInteger, kFloatingPoint, kOther
590 enum { value = kOther }; // The default kind.
5285 const bool kTIsOther = GMOCK_KIND_OF_(RawT) == internal::kOther;
5286 const bool kUIsOther = GMOCK_KIND_OF_(RawU) == internal::kOther;