Searched defs:ReadInt64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/base/
H A Dpickle.cc101 bool PickleIterator::ReadInt64(int64* result) { function in class:PickleIterator
/external/chromium_org/base/win/
H A Dregistry.cc262 LONG RegKey::ReadInt64(const wchar_t* name, int64* out_value) const { function in class:base::win::RegKey
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py79 ReadInt64 = ReadVarint variable in class:_MiniDecoder
1798 self.assertEqual(2, d.ReadInt64())
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py79 ReadInt64 = ReadVarint variable in class:_MiniDecoder
2225 self.assertEqual(2, d.ReadInt64())
/external/lldb/source/Core/
H A DDataExtractor.cpp57 ReadInt64(const unsigned char* ptr, offset_t offset) function
74 ReadInt64(const void* ptr) function
449 val = ReadInt64 (m_start, *offset_ptr);
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc918 bool ReadInt64(const base::DictionaryValue* dictionary, function in namespace:extensions::__anon8162
942 if (ReadInt64(dictionary, key, &value))

Completed in 107 milliseconds