OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Int64Field
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/syncable/
entry_kernel.h
55
enum
Int64Field
{
223
inline void put(
Int64Field
field, int64 value) {
264
inline int64 ref(
Int64Field
field) const {
/external/chromium/chrome/browser/sync/syncable/
syncable.h
72
enum
Int64Field
{
266
inline void put(
Int64Field
field, int64 value) {
298
inline int64 ref(
Int64Field
field) const {
372
inline int64 Get(
Int64Field
field) const {
482
bool Put(
Int64Field
field, const int64& value);
[
all
...]
Completed in 514 milliseconds