HomeSort by relevance Sort by last modified time
    Searched refs:MakeInt64Value (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 34 StringValue* MakeInt64Value(int64 x) {
78 #define SET_INT32(field) SET(field, MakeInt64Value)
79 #define SET_INT32_REP(field) SET_REP(field, MakeInt64Value)
80 #define SET_INT64(field) SET(field, MakeInt64Value)
81 #define SET_INT64_REP(field) SET_REP(field, MakeInt64Value)
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 50 base::StringValue* MakeInt64Value(int64 x) {
99 #define SET_INT32(field) SET(field, MakeInt64Value)
100 #define SET_INT32_REP(field) SET_REP(field, MakeInt64Value)
101 #define SET_INT64(field) SET(field, MakeInt64Value)
102 #define SET_INT64_REP(field) SET_REP(field, MakeInt64Value)
    [all...]

Completed in 24 milliseconds