OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToInt64
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/aura/
window_property.h
56
static int64
ToInt64
(T x) { return static_cast<int64>(x); }
62
static int64
ToInt64
(T* x) { return reinterpret_cast<int64>(x); }
68
static int64
ToInt64
(bool x) { return static_cast<int64>(x); }
87
WindowPropertyCaster<T>::
ToInt64
(value),
88
WindowPropertyCaster<T>::
ToInt64
(property->default_value));
90
old != WindowPropertyCaster<T>::
ToInt64
(property->default_value)) {
98
property, WindowPropertyCaster<T>::
ToInt64
(property->default_value)));
/external/chromium_org/sync/internal_api/public/base/
unique_position.h
95
int64
ToInt64
() const;
unique_position.cc
170
int64 UniquePosition::
ToInt64
() const {
unique_position_unittest.cc
557
const int64 value = pos.
ToInt64
();
/external/chromium_org/sync/engine/
commit_util.cc
173
meta_entry.GetUniquePosition().
ToInt64
());
/external/chromium_org/tools/stats_viewer/
stats_table.cs
174
return memory_.
ToInt64
() + Marshal.SizeOf(typeof(StatsFileHeader));
Completed in 122 milliseconds