Home
last modified time | relevance | path

Searched refs:value_alloc (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/container/
Dnode_hash_set.h454 ValueAlloc value_alloc(*alloc); in new_element()
455 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
456 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
465 ValueAlloc value_alloc(*alloc); in delete_element()
466 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
467 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/angle/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h454 ValueAlloc value_alloc(*alloc); in new_element()
455 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
456 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
465 ValueAlloc value_alloc(*alloc); in delete_element()
466 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
467 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/abseil-cpp/absl/container/
Dnode_hash_set.h459 ValueAlloc value_alloc(*alloc); in new_element()
460 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
461 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
470 ValueAlloc value_alloc(*alloc); in delete_element()
471 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
472 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/openscreen/third_party/abseil/src/absl/container/
Dnode_hash_set.h454 ValueAlloc value_alloc(*alloc); in new_element()
455 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
456 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
465 ValueAlloc value_alloc(*alloc); in delete_element()
466 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
467 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h454 ValueAlloc value_alloc(*alloc); in new_element()
455 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
456 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
465 ValueAlloc value_alloc(*alloc); in delete_element()
466 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
467 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h459 ValueAlloc value_alloc(*alloc); in new_element()
460 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element()
461 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element()
470 ValueAlloc value_alloc(*alloc); in delete_element()
471 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element()
472 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
/external/curl/lib/
Dformdata.c343 current_form->value_alloc = TRUE; in FormAdd()
370 form->value_alloc = TRUE; in FormAdd()
389 current_form->value_alloc = TRUE; in FormAdd()
530 if(ptr->value_alloc) { in FormAdd()
532 ptr->value_alloc = FALSE; in FormAdd()
630 form->value_alloc = TRUE; in FormAdd()
659 if(ptr->value_alloc) { in FormAdd()
661 ptr->value_alloc = FALSE; in FormAdd()
Dformdata.h35 bool value_alloc; member