Searched defs:SetInt64 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_statistics_prefs.cc85 void DataReductionProxyStatisticsPrefs::SetInt64(const char* pref_path, function in class:data_reduction_proxy::DataReductionProxyStatisticsPrefs
88 pref_service_->SetInt64(pref_path, pref_value);
111 pref_service_->SetInt64(iter->first, iter->second);
/external/chromium_org/base/prefs/
H A Dpref_service.cc360 void PrefService::SetInt64(const char* path, int64 value) { function in class:PrefService
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2400 void SetInt64(int number, int64 value, FieldDescriptor::Type type,
4599 SetInt64(option_field->number(),
4604 SetInt64(option_field->number(),
4889 void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2089 void SetInt64(int number, int64 value, FieldDescriptor::Type type,
4153 SetInt64(option_field->number(),
4158 SetInt64(option_field->number(),
4344 void DescriptorBuilder::OptionInterpreter::SetInt64(int number, int64 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter

Completed in 164 milliseconds