Home
last modified time | relevance | path

Searched refs:SetInt64Value (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmap_test_util.h506 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
509 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
526 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
529 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
546 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
549 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
596 map_key.SetInt64Value(1); in SetMapFieldsViaMapReflection()
599 map_val.SetInt64Value(1); in SetMapFieldsViaMapReflection()
618 map_key.SetInt64Value(1); in SetMapFieldsViaMapReflection()
621 map_val.SetInt64Value(1); in SetMapFieldsViaMapReflection()
[all …]
Dmap_field.cc309 map_val->SetInt64Value(other_it->second.GetInt64Value()); in MergeFrom()
469 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmap_field.h98 void SetInt64Value(int64 value) { in SetInt64Value() function
588 void SetInt64Value(int64 value) {
Dmap_field_inl.h89 map_key->SetInt64Value(value);
Dmap_test.cc229 key.SetInt64Value(1); in TEST_F()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc139 key->SetInt64Value(value); in PythonToMapKey()
245 value_ref->SetInt64Value(value); in PythonToMapValueRef()