Searched refs:value_alloc (Results 1 – 8 of 8) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/container/ |
D | node_hash_set.h | 454 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/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 461 ValueAlloc value_alloc(*alloc); in new_element() 462 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element() 463 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element() 472 ValueAlloc value_alloc(*alloc); in delete_element() 473 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element() 474 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 529 ValueAlloc value_alloc(*alloc); in new_element() 530 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element() 531 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element() 540 ValueAlloc value_alloc(*alloc); in delete_element() 541 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element() 542 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 529 ValueAlloc value_alloc(*alloc); in new_element() 530 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element() 531 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element() 540 ValueAlloc value_alloc(*alloc); in delete_element() 541 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element() 542 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
|
/external/abseil-cpp/absl/container/ |
D | node_hash_set.h | 510 ValueAlloc value_alloc(*alloc); in new_element() 511 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element() 512 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element() 521 ValueAlloc value_alloc(*alloc); in delete_element() 522 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element() 523 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/ |
D | node_hash_set.h | 529 ValueAlloc value_alloc(*alloc); in new_element() 530 T* res = absl::allocator_traits<ValueAlloc>::allocate(value_alloc, 1); in new_element() 531 absl::allocator_traits<ValueAlloc>::construct(value_alloc, res, in new_element() 540 ValueAlloc value_alloc(*alloc); in delete_element() 541 absl::allocator_traits<ValueAlloc>::destroy(value_alloc, elem); in delete_element() 542 absl::allocator_traits<ValueAlloc>::deallocate(value_alloc, elem, 1); in delete_element()
|
/external/curl/lib/ |
D | formdata.c | 346 current_form->value_alloc = TRUE; in FormAdd() 373 form->value_alloc = TRUE; in FormAdd() 392 current_form->value_alloc = TRUE; in FormAdd() 533 if(ptr->value_alloc) { in FormAdd() 535 ptr->value_alloc = FALSE; in FormAdd() 633 form->value_alloc = TRUE; in FormAdd() 662 if(ptr->value_alloc) { in FormAdd() 664 ptr->value_alloc = FALSE; in FormAdd()
|
D | formdata.h | 47 bool value_alloc; member
|