Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:value_alloc
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H
A
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()
/third_party/curl/lib/
H
A
D
formdata.c
343
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()
H
A
D
formdata.h
47
bool
value_alloc
;
member
Completed in 3 milliseconds