Searched refs:ConstRef (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/sync/test/fake_server/
H A Dfake_server_http_post_provider.cc85 base::ConstRef(request_content_),
86 base::ConstRef(callback)));
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Darray_internal.h42 typedef T const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
54 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
63 typedef P* const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
75 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
84 typedef Array_Data<T>* const& ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
96 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
129 typedef bool ConstRef; typedef in struct:mojo::internal::ArrayDataTraits
332 typedef typename Traits::ConstRef ConstRef; typedef in class:mojo::internal::Array_Data
392 ConstRef a
[all...]
/external/chromium_org/base/
H A Dbind_unittest.cc641 // ConstRef() wrapper support.
642 // - Binding w/o ConstRef takes a copy.
643 // - Binding a ConstRef takes a reference.
644 // - Binding ConstRef to a function ConstRef does not copy on invoke.
645 TEST_F(BindTest, ConstRef) {
649 Callback<int(void)> const_ref_cb = Bind(&Identity, ConstRef(n));
660 Bind(&GetCopies, ConstRef(counter));
677 Bind(&FunctionWithScopedRefptrFirstParam, base::ConstRef(refptr), 1);
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
31 // ConstRef() allows binding a constant reference to an argument rather
75 // EXAMPLE OF ConstRef():
81 // Closure has_ref = Bind(&foo, ConstRef(n));
90 // Note that because ConstRef() takes a reference on |n|, |n| must outlive all
502 static inline internal::ConstRefWrapper<T> ConstRef(const T& o) { function in namespace:base
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc498 base::ConstRef(empty_names),
499 base::ConstRef(empty_expectation)));
508 base::ConstRef(compare_names_read_),
509 base::ConstRef(regular_extension_galleries)));
518 base::ConstRef(compare_names_all_),
519 base::ConstRef(all_extension_galleries)));
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_browsertest.cc44 using base::ConstRef;
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc72 base::Bind(&ReloadLocaleResourcesOnIOThread, base::ConstRef(new_locale)),
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc499 base::ConstRef(context),
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc148 base::ConstRef(service_properties_)));
/external/chromium_org/components/search_provider_logos/
H A Dlogo_tracker_unittest.cc627 base::ConstRef(observers),
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc1061 base::ConstRef(snapshot)));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc788 base::ConstRef(acceptable_shipping_countries_)));
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6352 const char *ConstRef local
6356 << FixItHint::CreateInsertion(ParamLoc, ConstRef);

Completed in 4964 milliseconds