Searched defs:address_of (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc74 T* address_of(T& v) { function in namespace:__anon1901
366 address_of<AutofillProfile>);
/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc46 T* address_of(T& v) { function in namespace:__anon2825
2123 address_of<AutofillProfile>);
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.cc45 T* address_of(T& v) { function in namespace:autofill::__anon7714
2113 address_of<AutofillProfile>);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp61 constexpr const int *address_of(const int &a) { function in namespace:NonConstExprReturn
65 return address_of(n);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1138 static i::Address address_of(v8::FunctionCallback callback) { function
1145 CheckReturnValue(info, address_of(FastReturnValueCallback<int32_t>));
1152 CheckReturnValue(info, address_of(FastReturnValueCallback<uint32_t>));
1159 CheckReturnValue(info, address_of(FastReturnValueCallback<double>));
1166 CheckReturnValue(info, address_of(FastReturnValueCallback<bool>));
1173 CheckReturnValue(info, address_of(FastReturnValueCallback<void>));

Completed in 230 milliseconds