OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arg_stream
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc
165
std::ostringstream
arg_stream
;
local
166
arg_stream
<< "ARG" << si->argc_;
167
std::string arg_name =
arg_stream
.str();
Completed in 28 milliseconds