Searched refs:GetInt64Value (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 290 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock() 317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | map_test_util.cc | 1355 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()
|
D | map.h | 146 int64 GetInt64Value() const { in GetInt64Value() function 348 int64 GetInt64Value() const { in GetInt64Value() function 1700 return hash< ::google::protobuf::int64>()(map_key.GetInt64Value());
|
D | map_field_inl.h | 59 return map_key.GetInt64Value();
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 184 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython() 209 return PyLong_FromLongLong(value->GetInt64Value()); in MapValueRefToPython()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 273 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/ |
D | datastore_v3.pb.go | 556 func (m *PropertyValue) GetInt64Value() int64 { func
|