Searched refs:Narrows (Results 1 – 2 of 2) sorted by relevance
19 if (!types[index].bounds.Narrows(type)) { \31 CHECK(types[index].bounds.Narrows(type));33 #define CHECK_TYPE(type) CHECK(types[index].bounds.Narrows(type));
1175 bool Narrows(BoundsImpl that) { in Narrows() function