OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_it
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build-py/libear/
ear.c
567
char const **
out_it
= result;
local
569
++in_it, ++
out_it
) {
570
*
out_it
= strdup(*in_it);
571
if (0 == *
out_it
) {
576
*
out_it
= 0;
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp
755
std::ostream_iterator<string>
out_it
(ostr, ", ");
756
std::copy(args.begin(), args.end(),
out_it
);
Completed in 193 milliseconds