OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_vec_new
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_vector.cpp
117
void*
__cxa_vec_new
(
function
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc
119
void*
__cxa_vec_new
(size_t element_count,
function
416
return
__cxa_vec_new
(element_count, element_size,
425
return
__cxa_vec_new
(element_count,
435
return
__cxa_vec_new
(element_count,
446
return
__cxa_vec_new
(element_count,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp
113
void*
__cxa_vec_new
(
function
Completed in 187 milliseconds