OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:var_iter
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp
66
var_iter
= export_var_names.begin(),
67
var_end = export_var_names.end();
var_iter
!= var_end;
68
var_iter
++, idx++) {
69
const char *name = *
var_iter
;
RSInfo.cpp
316
for (ExportVarNameListTy::const_iterator
var_iter
= mExportVarNames.begin(),
317
var_end = mExportVarNames.end();
var_iter
!= var_end;
var_iter
++) {
318
ALOGV("name: %s", *
var_iter
);
/external/chromium_org/ppapi/shared_impl/
var_value_conversions_unittest.cc
107
ArrayVar::ElementVector::const_iterator
var_iter
=
local
110
var_iter
!= array_var->elements().end();
111
++value_iter, ++
var_iter
) {
112
if (!Equals(**value_iter,
var_iter
->get()))
Completed in 49 milliseconds