OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_singleton_vec
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/aapt2/cmd/
Link.cpp
464
std::vector<T>
make_singleton_vec
(T&& val) {
function
501
return
make_singleton_vec
(std::move(file_op->xml_to_flatten));
510
return
make_singleton_vec
(std::move(file_op->xml_to_flatten));
[
all
...]
Completed in 76 milliseconds