Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_field.cc305 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
384 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
411 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h420 int64 GetInt64Value() const {
607 int64 GetInt64Value() const {
795 return hash<int64>()(map_key.GetInt64Value());
Dmap_test_util.cc1362 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1363 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
1406 EXPECT_EQ(map[iter.GetKey().GetInt64Value()], in ExpectMapFieldsSetViaReflectionIterator()
1407 iter.GetValueRef().GetInt64Value()); in ExpectMapFieldsSetViaReflectionIterator()
Dmap_field_inl.h61 return map_key.GetInt64Value();
Dtext_format.cc2139 reflection->SetInt64(message, field_desc, key.GetInt64Value()); in CopyKey()
2180 reflection->SetInt64(message, field_desc, value.GetInt64Value()); in CopyValue()
/external/webrtc/pc/test/
Dmock_peer_connection_observers.h370 GetInt64Value(r, StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in OnComplete()
450 bool GetInt64Value(const StatsReport* report, in GetInt64Value() function
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc180 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython()
205 return PyLong_FromLongLong(value.GetInt64Value()); in MapValueRefToPython()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc234 Status GetInt64Value(const Json::Value& parent, const char* name, in GetInt64Value() function
1474 TF_RETURN_IF_ERROR(GetInt64Value(root, "size", &stat->base.length)); in UncachedStatForObject()
1478 GetInt64Value(root, "generation", &stat->generation_number)); in UncachedStatForObject()