OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_arguments_copy
(Results
1 - 1
of
1
) sorted by null
/external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc
252
auto
output_arguments_copy
= method.output_arguments;
local
255
if (
output_arguments_copy
.size() == 1) {
256
CHECK(signature.Parse(
output_arguments_copy
[0].type, &return_type));
257
output_arguments_copy
.clear();
268
for (const auto& argument :
output_arguments_copy
) {
279
output_arguments_copy
.clear();
287
output_arguments_copy
.clear();
304
for (const auto& argument :
output_arguments_copy
) {
Completed in 118 milliseconds