Searched refs:GetInt64Value (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 305 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()
|
D | map_field.h | 420 int64 GetInt64Value() const { 607 int64 GetInt64Value() const { 795 return hash<int64>()(map_key.GetInt64Value());
|
D | map_test_util.cc | 1362 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()
|
D | map_field_inl.h | 61 return map_key.GetInt64Value();
|
D | text_format.cc | 2139 reflection->SetInt64(message, field_desc, key.GetInt64Value()); in CopyKey() 2180 reflection->SetInt64(message, field_desc, value.GetInt64Value()); in CopyValue()
|
/external/webrtc/pc/test/ |
D | mock_peer_connection_observers.h | 370 GetInt64Value(r, StatsReport::kStatsValueNameCaptureStartNtpTimeMs, in OnComplete() 450 bool GetInt64Value(const StatsReport* report, in GetInt64Value() function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 180 return PyLong_FromLongLong(key.GetInt64Value()); in MapKeyToPython() 205 return PyLong_FromLongLong(value.GetInt64Value()); in MapValueRefToPython()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 234 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()
|