Searched defs:CrossTraits (Results 1 – 2 of 2) sorted by relevance
311 struct CrossTraits<false, InternalType, VERSION_2> { struct312 typedef StringCrosser<InternalType> Crosser;313 typedef OutputUpdater<string> Updater;317 struct CrossTraits<true, int64, false> { struct318 typedef HashCrosser Crosser;319 typedef OutputUpdater<int64> Updater;323 struct CrossTraits<true, int64, true> { struct324 typedef HashCrosserV2 Crosser;325 typedef OutputUpdater<int64> Updater;
276 struct CrossTraits<false, InternalType> { struct277 typedef StringCrosser<InternalType> Crosser;278 typedef OutputUpdater<string> Updater;282 struct CrossTraits<true, int64> { struct283 typedef HashCrosser Crosser;284 typedef OutputUpdater<int64> Updater;