Searched defs:_2 (Results 1 - 4 of 4) sorted by relevance
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p1.cpp | 42 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}} local 66 b _2 = B::b(); member in namespace:Test1::D
|
/external/chromium_org/chrome/browser/value_store/ |
H A D | value_store_unittest.cc | 54 const char* _1, const char* _2, 73 const char* _1, const char* _2, 53 SettingsEq( const char* _1, const char* _2, const DictionaryValue& expected, ValueStore::ReadResult actual_result) argument 72 ChangesEq( const char* _1, const char* _2, const ValueStoreChangeList& expected, ValueStore::WriteResult actual_result) argument
|
/external/clang/test/SemaTemplate/ |
H A D | deduction.cpp | 34 struct _2 {}; struct 36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T. 49 struct Replace<_2, Arg1, Arg2> { 75 struct Replace<TT<T1, _2>, Arg1, Arg2> { 83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : -1];
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
H A D | settings_sync_unittest.cc | 52 const char* _1, const char* _2, 76 const char* _1, const char* _2, 84 return ValuesEq(_1, _2, &expected, &actual->settings()); 51 ValuesEq( const char* _1, const char* _2, const Value* expected, const Value* actual) argument 75 SettingsEq( const char* _1, const char* _2, const DictionaryValue& expected, ValueStore::ReadResult actual) argument
|
Completed in 358 milliseconds