Searched defs:MapTraits (Results 1 – 3 of 3) sorted by relevance
91 struct MapTraits { struct97 typedef SkTMultiMap<Resource, GraphiteResourceKey, MapTraits> ResourceMap; argument
66 struct MapTraits<true, Data> { struct67 using KeyType = Tensor;68 using DataType = Data;69 using MapType = std::map<KeyType, Data, KeyTensorLess>;74 struct MapTraits<false, Data> { struct75 using KeyType = Tensor;76 using DataType = Data;77 using MapType =
56 struct MapTraits { struct