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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DIndexedDBModel.js49 WebInspector.IndexedDBModel.KeyTypes = {
71 key.type = WebInspector.IndexedDBModel.KeyTypes.NumberType;
75 key.type = WebInspector.IndexedDBModel.KeyTypes.StringType;
80 key.type = WebInspector.IndexedDBModel.KeyTypes.DateType;
85 key.type = WebInspector.IndexedDBModel.KeyTypes.ArrayType;
/external/llvm/unittests/IR/
H A DValueMapTest.cpp39 typedef ::testing::Types<Value, Instruction, const Instruction> KeyTypes; typedef in namespace:__anon22786
40 TYPED_TEST_CASE(ValueMapTest, KeyTypes);

Completed in 102 milliseconds