HomeSort by relevance Sort by last modified time
    Searched refs:map_val (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
map_test_util.cc 563 MapValueRef map_val; local
569 message, F("map_int32_int32"), map_key, &map_val));
570 map_val.SetInt32Value(0);
574 message, F("map_int64_int64"), map_key, &map_val));
575 map_val.SetInt64Value(0);
579 message, F("map_uint32_uint32"), map_key, &map_val));
580 map_val.SetUInt32Value(0);
584 message, F("map_uint64_uint64"), map_key, &map_val));
585 map_val.SetUInt64Value(0);
589 message, F("map_sint32_sint32"), map_key, &map_val));
773 MapValueRef map_val; local
    [all...]
map_field.cc 189 MapValueRef& map_val = (*map)[map_key]; local
192 map_val.SetType(val_des->cpp_type());
199 map_val.SetValue(value); \
216 map_val.SetValue(value);
220 val->CopyFrom(map_val);
311 const MapValueRef& map_val = it->second; local
314 reflection->SetString(new_entry, val_des, map_val.GetStringValue());
317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value());
320 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value());
323 reflection->SetUInt64(new_entry, val_des, map_val.GetUInt64Value())
393 MapValueRef& map_val = (*map)[map_key]; local
    [all...]

Completed in 108 milliseconds