Home
last modified time | relevance | path

Searched defs:TypePair (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.h44 struct TypePair struct
46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() function
54 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument