HomeSort by relevance Sort by last modified time
    Searched defs:CompareTypes (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 60 TypeComparisonFuncTy CompareTypes;
64 CompareTypes(Foo) {}
68 CompareTypes(compareTypesSimple) {}
72 CompareTypes = Foo;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 678 static int CompareTypes(WebIDBKeyType a, WebIDBKeyType b) { return b - a; }
689 if (int x = CompareTypes(KeyTypeByteToKeyType(type_a),
    [all...]

Completed in 422 milliseconds