Searched defs:map_init (Results 1 – 5 of 5) sorted by relevance
| /external/rust/android-crates-io/crates/rayon/tests/ |
| D | producer_split_at.rs | 356 fn map_init() { in map_init() function
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | message.c | 508 MapInit* map_init = (MapInit*)_self; in Map_initialize_kwarg() local 536 MapInit map_init = {map, TypeInfo_get(key_f), TypeInfo_get(val_f), arena}; in Map_InitFromValue() local
|
| /external/cronet/stable/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | message.c | 508 MapInit* map_init = (MapInit*)_self; in Map_initialize_kwarg() local 536 MapInit map_init = {map, TypeInfo_get(key_f), TypeInfo_get(val_f), arena}; in Map_InitFromValue() local
|
| /external/cronet/tot/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | message.c | 508 MapInit* map_init = (MapInit*)_self; in Map_initialize_kwarg() local 536 MapInit map_init = {map, TypeInfo_get(key_f), TypeInfo_get(val_f), arena}; in Map_InitFromValue() local
|
| /external/rust/android-crates-io/crates/rayon/src/iter/ |
| D | mod.rs | 675 fn map_init<F, INIT, T, R>(self, init: INIT, map_op: F) -> MapInit<Self, INIT, F> in map_init() method
|