Home
last modified time | relevance | path

Searched refs:alloc_ref (Results 1 – 25 of 108) sorted by relevance

12345

/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A Draw_hash_set.h895 that.alloc_ref())) {}
935 if (a == that.alloc_ref()) {
953 ? that.alloc_ref()
954 : alloc_ref());
1244 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1305 SwapAlloc(alloc_ref(), that.alloc_ref(),
1500 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1565 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1711 raw_hash_set tmp(std::move(that), alloc_ref());
1760 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h895 that.alloc_ref())) {}
935 if (a == that.alloc_ref()) {
953 ? that.alloc_ref()
954 : alloc_ref());
1244 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1305 SwapAlloc(alloc_ref(), that.alloc_ref(),
1500 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1565 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1711 raw_hash_set tmp(std::move(that), alloc_ref());
1760 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h828 that.alloc_ref())) {}
869 if (a == that.alloc_ref()) {
887 ? that.alloc_ref()
888 : alloc_ref());
1176 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1238 swap(alloc_ref(), that.alloc_ref());
1430 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1495 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1675 raw_hash_set tmp(std::move(that), alloc_ref());
1723 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h850 that.alloc_ref())) {}
891 if (a == that.alloc_ref()) {
909 ? that.alloc_ref()
910 : alloc_ref());
1200 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1261 SwapAlloc(alloc_ref(), that.alloc_ref(),
1451 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1516 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1696 raw_hash_set tmp(std::move(that), alloc_ref());
1745 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h828 that.alloc_ref())) {}
869 if (a == that.alloc_ref()) {
887 ? that.alloc_ref()
888 : alloc_ref());
1176 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1238 swap(alloc_ref(), that.alloc_ref());
1430 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1495 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1675 raw_hash_set tmp(std::move(that), alloc_ref());
1723 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h850 that.alloc_ref())) {}
891 if (a == that.alloc_ref()) {
909 ? that.alloc_ref()
910 : alloc_ref());
1198 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1259 SwapAlloc(alloc_ref(), that.alloc_ref(),
1448 PolicyTraits::destroy(&s.alloc_ref(), &slot);
1513 PolicyTraits::destroy(&alloc_ref(), slots_ + i);
1693 raw_hash_set tmp(std::move(that), alloc_ref());
1741 PolicyTraits::construct(&alloc_ref(), slots_ + i,
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Draw_hash_set.h976 that.alloc_ref())) {}
1017 if (a == that.alloc_ref()) {
1035 ? that.alloc_ref()
1036 : alloc_ref());
1328 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1389 SwapAlloc(alloc_ref(), that.alloc_ref(),
1650 &alloc_ref(),
1671 &alloc_ref(), ctrl_,
1704 &alloc_ref(), old_ctrl,
1854 raw_hash_set tmp(std::move(that), alloc_ref());
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h976 that.alloc_ref())) {}
1017 if (a == that.alloc_ref()) {
1035 ? that.alloc_ref()
1036 : alloc_ref());
1328 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1389 SwapAlloc(alloc_ref(), that.alloc_ref(),
1650 &alloc_ref(),
1671 &alloc_ref(), ctrl_,
1704 &alloc_ref(), old_ctrl,
1854 raw_hash_set tmp(std::move(that), alloc_ref());
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dmemory.rs960 let alloc_ref = match self.get(ptr, size, Align::ONE)? { in read_bytes() localVariable
966 Ok(alloc_ref in read_bytes()
968 .get_bytes(&alloc_ref.tcx, alloc_ref.range) in read_bytes()
969 .map_err(|e| e.to_interp_error(alloc_ref.alloc_id))?) in read_bytes()
986 let alloc_ref = match self.get_mut(ptr, size, Align::ONE)? { in write_bytes() localVariable
987 Some(alloc_ref) => alloc_ref, in write_bytes()
1001 let alloc_id = alloc_ref.alloc_id; in write_bytes()
1002 let bytes = alloc_ref in write_bytes()
1004 .get_bytes_mut(&alloc_ref.tcx, alloc_ref.range) in write_bytes()
/dports/devel/parallel-hashmap/parallel-hashmap-1.33/parallel_hashmap/
H A Dphmap.h1082 that.alloc_ref())) {}
1123 if (a == that.alloc_ref()) {
1141 ? that.alloc_ref()
1142 : alloc_ref());
1483 PolicyTraits::destroy(&alloc_ref(), it.slot_);
1552 swap(alloc_ref(), that.alloc_ref());
2158 const allocator_type& alloc_ref() const {
2680 that.alloc_ref())) {}
3434 allocator_type& alloc_ref() { return sets_[0].set_.alloc_ref(); }
3435 const allocator_type& alloc_ref() const {
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote.c793 struct ref *alloc_ref(const char *name) in alloc_ref() function
933 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
953 *match = alloc_ref(name); in try_explicit_object_name()
961 struct ref *ret = alloc_ref(name); in make_linked_ref()
1768 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1813 return alloc_ref(name); in get_local_ref()
1836 ref_map = alloc_ref(name); in get_fetch_map()
2083 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h153 struct ref *alloc_ref(const char *name);
H A Dpromisor-remote.c41 struct ref *new_ref = alloc_ref(oid_to_hex(&oids[i])); in fetch_objects()
/dports/devel/git-gui/git-2.34.1/
H A Dremote.c873 struct ref *alloc_ref(const char *name) in alloc_ref() function
1013 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
1033 *match = alloc_ref(name); in try_explicit_object_name()
1041 struct ref *ret = alloc_ref(name); in make_linked_ref()
1865 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1910 return alloc_ref(name); in get_local_ref()
1936 ref_map = alloc_ref(name); in get_fetch_map()
2183 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h173 struct ref *alloc_ref(const char *name);
/dports/devel/git-p4/git-2.34.1/
H A Dremote.c873 struct ref *alloc_ref(const char *name) in alloc_ref() function
1013 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
1033 *match = alloc_ref(name); in try_explicit_object_name()
1041 struct ref *ret = alloc_ref(name); in make_linked_ref()
1865 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1910 return alloc_ref(name); in get_local_ref()
1936 ref_map = alloc_ref(name); in get_fetch_map()
2183 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h173 struct ref *alloc_ref(const char *name);
/dports/devel/git-svn/git-2.34.1/
H A Dremote.c873 struct ref *alloc_ref(const char *name) in alloc_ref() function
1013 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
1033 *match = alloc_ref(name); in try_explicit_object_name()
1041 struct ref *ret = alloc_ref(name); in make_linked_ref()
1865 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1910 return alloc_ref(name); in get_local_ref()
1936 ref_map = alloc_ref(name); in get_fetch_map()
2183 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h173 struct ref *alloc_ref(const char *name);
/dports/devel/git/git-2.34.1/
H A Dremote.c873 struct ref *alloc_ref(const char *name) in alloc_ref() function
1013 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
1033 *match = alloc_ref(name); in try_explicit_object_name()
1041 struct ref *ret = alloc_ref(name); in make_linked_ref()
1865 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1910 return alloc_ref(name); in get_local_ref()
1936 ref_map = alloc_ref(name); in get_fetch_map()
2183 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h173 struct ref *alloc_ref(const char *name);
/dports/devel/git-cvs/git-2.34.1/
H A Dremote.c873 struct ref *alloc_ref(const char *name) in alloc_ref() function
1013 struct ref *ref = alloc_ref("(delete)"); in alloc_delete_ref()
1033 *match = alloc_ref(name); in try_explicit_object_name()
1041 struct ref *ret = alloc_ref(name); in make_linked_ref()
1865 cpy->peer_ref = alloc_ref(expn_name); in get_expanded_map()
1910 return alloc_ref(name); in get_local_ref()
1936 ref_map = alloc_ref(name); in get_fetch_map()
2183 ref = alloc_ref(refname); in one_local_ref()
H A Dremote.h173 struct ref *alloc_ref(const char *name);
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dfetch-pack.c36 ref = alloc_ref(name); in add_sought_entry()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dfetch-pack.c36 ref = alloc_ref(name);

12345