Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc572 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
575 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
592 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
595 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
612 map_key.SetInt64Value(0); in SetMapFieldsViaMapReflection()
615 map_val.SetInt64Value(0); in SetMapFieldsViaMapReflection()
662 map_key.SetInt64Value(1); in SetMapFieldsViaMapReflection()
665 map_val.SetInt64Value(1); in SetMapFieldsViaMapReflection()
684 map_key.SetInt64Value(1); in SetMapFieldsViaMapReflection()
687 map_val.SetInt64Value(1); in SetMapFieldsViaMapReflection()
[all …]
Dmap_field.cc372 map_key.SetInt64Value(reflection->GetInt64(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmap_field_inl.h87 map_key->SetInt64Value(value);
Dmap.h121 void SetInt64Value(int64 value) { in SetInt64Value() function
301 void SetInt64Value(int64 value) { in SetInt64Value() function
Dmap_test.cc223 key.SetInt64Value(1); in TEST_P()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc142 key->SetInt64Value(value); in PythonToMapKey()
245 value_ref->SetInt64Value(value); in PythonToMapValueRef()