Home
last modified time | relevance | path

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

/external/protobuf/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
1700 return hash< ::google::protobuf::int64>()(map_key.GetInt64Value());
Dmap_field_inl.h59 return map_key.GetInt64Value();
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc184 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython()
209 return PyLong_FromLongLong(value->GetInt64Value()); in MapValueRefToPython()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc273 Status GetInt64Value(const Json::Value& parent, const char* name, in GetInt64Value() function
1091 TF_RETURN_IF_ERROR(GetInt64Value(root, "size", &stat->base.length)); in UncachedStatForObject()
1095 GetInt64Value(root, "generation", &stat->generation_number)); in UncachedStatForObject()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go556 func (m *PropertyValue) GetInt64Value() int64 { func