Home
last modified time | relevance | path

Searched defs:map_val (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field.cc265 void DynamicMapField::AllocateMapValue(MapValueRef* map_val) { in AllocateMapValue()
304 MapValueRef& map_val = map_[map_key]; in InsertOrLookupMapValue() local
372 MapValueRef* map_val; in MergeFrom() local
482 const MapValueRef& map_val = it->second; in SyncRepeatedFieldWithMapNoLock() local
574 MapValueRef& map_val = (*map)[map_key]; in SyncMapWithRepeatedFieldNoLock() local
Dreflection_tester.cc414 MapValueRef map_val; in SetMapFieldsViaMapReflection() local
617 MapValueRef* map_val) { in GetMapValueViaMapReflection()
671 MapValueRef map_val; in ModifyMapFieldsViaReflection() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_field.cc265 void DynamicMapField::AllocateMapValue(MapValueRef* map_val) { in AllocateMapValue()
304 MapValueRef& map_val = map_[map_key]; in InsertOrLookupMapValue() local
372 MapValueRef* map_val; in MergeFrom() local
482 const MapValueRef& map_val = it->second; in SyncRepeatedFieldWithMapNoLock() local
574 MapValueRef& map_val = (*map)[map_key]; in SyncMapWithRepeatedFieldNoLock() local
Dreflection_tester.cc414 MapValueRef map_val; in SetMapFieldsViaMapReflection() local
617 MapValueRef* map_val) { in GetMapValueViaMapReflection()
671 MapValueRef map_val; in ModifyMapFieldsViaReflection() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dreflection.h19 const upb_map* map_val; member
Dreflection.c281 upb_msgval map_val = upb_mapiter_value(map, iter); in _upb_msg_discardunknown() local
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h5347 const upb_Map* map_val; member
Druby-upb.c8696 upb_MessageValue map_val = upb_MapIterator_Value(map, iter); in _upb_Message_DiscardUnknown() local
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.h5347 const upb_Map* map_val; member
Druby-upb.c8696 upb_MessageValue map_val = upb_MapIterator_Value(map, iter); in _upb_Message_DiscardUnknown() local
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h5208 const upb_Map* map_val; member
Dphp-upb.c8986 upb_MessageValue map_val = upb_MapIterator_Value(map, iter); in _upb_Message_DiscardUnknown() local
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.h5208 const upb_Map* map_val; member
Dphp-upb.c8986 upb_MessageValue map_val = upb_MapIterator_Value(map, iter); in _upb_Message_DiscardUnknown() local
/external/rust/crates/hashbrown/src/
Dmap.rs6564 fn map_val<'new>(v: HashMap<u8, &'static str>) -> HashMap<u8, &'new str> { in assert_covariance() function