Home
last modified time | relevance | path

Searched defs:new_map (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/
Dglobal_subchannel_pool.cc102 grpc_avl new_map = grpc_avl_add( in RegisterSubchannel() local
133 grpc_avl new_map = in UnregisterSubchannel() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c496 VALUE new_map = Qnil; in Map_new_this_type() local
518 VALUE new_map = Map_new_this_type(_self); in Map_dup() local
543 VALUE new_map = Map_new_this_type(_self); in Map_deep_copy() local
/third_party/giflib/
Dgifalloc.c194 GifColorType *new_map = (GifColorType *)reallocarray(Map, in GifUnionColorMap() local
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs83 pub fn new_map() -> Self { in new_map() method
/third_party/gettext/gettext-runtime/intl/
Dlocalealias.c399 struct alias_map *new_map; in extend_alias_table() local
/third_party/ffmpeg/libavfilter/
Df_streamselect.c188 int *new_map; in parse_mapping() local
/third_party/selinux/checkpolicy/
Dmodule_compiler.c745 ebitmap_t *new_map = realloc(scope->class_perms_map, in add_perm_to_class() local
1383 ebitmap_t *new_map = in copy_requirements() local
/third_party/boost/boost/property_map/
Ddynamic_property_map.hpp292 boost::shared_ptr<dynamic_property_map> new_map = dp.generate(name, key, value); in put() local
/third_party/glib/glib/pcre/
Dpcre_compile.c7363 int new_map = bracket_map | ((n < 32)? (1 << n) : 1); in is_anchored() local
7468 int new_map = bracket_map | ((n < 32)? (1 << n) : 1); in is_startline() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1653 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/freetype/src/sfnt/
Dttsbit.c1649 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c1650 FT_Bitmap new_map; in tt_face_load_sbit_image() local
/third_party/alsa-lib/src/control/
Dcontrol_remap.c973 static int new_map(snd_ctl_remap_t *priv, snd_ctl_map_t **_map, snd_ctl_elem_id_t *id) in new_map() function
/third_party/e2fsprogs/resize/
Dresize2fs.c352 ext2fs_block_bitmap old_map, new_map; in move_bg_metadata() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c8324 int new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_anchored() local
8462 int new_map = bracket_map | ((n < 32)? (1u << n) : 1); in is_startline() local
/third_party/boost/boost/container/
Ddeque.hpp2266 index_pointer new_map = this->priv_allocate_map(new_map_size); in priv_reallocate_map() local
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc847 Map<int32, int32> new_map(map.begin(), map.end()); in TEST_F() local