Home
last modified time | relevance | path

Searched refs:SetInt32Value (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test_util.cc567 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
570 map_val.SetInt32Value(0); in SetMapFieldsViaMapReflection()
587 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
590 map_val.SetInt32Value(0); in SetMapFieldsViaMapReflection()
607 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
610 map_val.SetInt32Value(0); in SetMapFieldsViaMapReflection()
617 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
622 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
637 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
642 map_key.SetInt32Value(0); in SetMapFieldsViaMapReflection()
[all …]
Dmap_field.cc375 map_key.SetInt32Value(reflection->GetInt32(*it, key_des)); in SyncMapWithRepeatedFieldNoLock()
Dmap_field_inl.h79 map_key->SetInt32Value(value);
Dmap.h129 void SetInt32Value(int32 value) { in SetInt32Value() function
311 void SetInt32Value(int32 value) { in SetInt32Value() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc137 key->SetInt32Value(value); in PythonToMapKey()
240 value_ref->SetInt32Value(value); in PythonToMapValueRef()