Home
last modified time | relevance | path

Searched refs:ReadInt64 (Results 1 – 11 of 11) sorted by relevance

/external/chromium/base/win/
Dregistry_unittest.cc74 ASSERT_EQ(ERROR_SUCCESS, key.ReadInt64(kInt64ValueName, &int64_value)); in TEST_F()
83 ASSERT_NE(ERROR_SUCCESS, key.ReadInt64(kNonExistent, &int64_value)); in TEST_F()
Dregistry.h67 LONG ReadInt64(const wchar_t* name, int64* value) const;
Dregistry.cc200 LONG RegKey::ReadInt64(const wchar_t* name, int64* value) const { in ReadInt64() function in base::win::RegKey
/external/chromium/net/http/
Dhttp_response_info.cc122 if (!pickle.ReadInt64(&iter, &time_val)) in InitFromPickle()
128 if (!pickle.ReadInt64(&iter, &time_val)) in InitFromPickle()
/external/chromium/base/
Dpickle.h74 bool ReadInt64(void** iter, int64* result) const;
Dpickle.cc188 bool Pickle::ReadInt64(void** iter, int64* result) const { in ReadInt64() function in Pickle
/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data.cc63 !pickle->ReadInt64(iterator, &id_)) { in ReadFromPickle()
/external/chromium/webkit/glue/
Dglue_serialize.cc106 obj->pickle.ReadInt64(&obj->iter, &tmp); in ReadInteger64()
/external/chromium/base/metrics/
Dhistogram.cc744 if (!pickle.ReadInt64(iter, &sum_) || in Deserialize()
745 !pickle.ReadInt64(iter, &redundant_count_) || in Deserialize()
/external/chromium/chrome/browser/password_manager/
Dnative_backend_kwallet_x.cc534 !pickle.ReadInt64(&iter, &date_created)) { in DeserializeValue()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py79 ReadInt64 = ReadVarint variable in _MiniDecoder
1798 self.assertEqual(2, d.ReadInt64())