Searched defs:KeyTypes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DIndexedDBModel.js51 WebInspector.IndexedDBModel.KeyTypes = {
77 key.type = WebInspector.IndexedDBModel.KeyTypes.NumberType;
81 key.type = WebInspector.IndexedDBModel.KeyTypes.StringType;
86 key.type = WebInspector.IndexedDBModel.KeyTypes.DateType;
91 key.type = WebInspector.IndexedDBModel.KeyTypes.ArrayType;
/external/llvm/unittests/IR/
H A DValueMapTest.cpp38 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes; typedef in namespace:__anon26511
39 TYPED_TEST_CASE(ValueMapTest, KeyTypes);

Completed in 128 milliseconds