Home
last modified time | relevance | path

Searched refs:GetInt64Value (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field.cc290 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmap_test_util.cc1355 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1356 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1402 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1403 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap.h146 int64 GetInt64Value() const { in GetInt64Value() function
348 int64 GetInt64Value() const { in GetInt64Value() function
1721 return hash< ::google::protobuf::int64>()(map_key.GetInt64Value());
Dmap_field_inl.h59 return map_key.GetInt64Value();
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc183 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython()
208 return PyLong_FromLongLong(value->GetInt64Value()); in MapValueRefToPython()