Searched refs:key_des (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | map_field.cc | 362 const FieldDescriptor* key_des = default_entry_->GetDescriptor()->map_key(); in SyncRepeatedFieldWithMapNoLock() local 381 switch (key_des->cpp_type()) { in SyncRepeatedFieldWithMapNoLock() 383 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock() 386 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value()); in SyncRepeatedFieldWithMapNoLock() 389 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock() 392 reflection->SetUInt64(new_entry, key_des, map_key.GetUInt64Value()); in SyncRepeatedFieldWithMapNoLock() 395 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock() 398 reflection->SetBool(new_entry, key_des, map_key.GetBoolValue()); in SyncRepeatedFieldWithMapNoLock() 448 const FieldDescriptor* key_des = default_entry_->GetDescriptor()->map_key(); in SyncMapWithRepeatedFieldNoLock() local 464 switch (key_des->cpp_type()) { in SyncMapWithRepeatedFieldNoLock() [all …]
|