Home | History | Annotate | Download | only in compiler

Lines Matching defs:out

29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 std::ostringstream out;
43 out << x;
44 return out.str();
220 printer->Print(vars, "out := new($Response$)\n");
221 printer->Print(vars, "err := $grpc$.Invoke(ctx, \"$FullMethodName$\", in, out, c.cc, opts...)\n");
223 printer->Print("return out, nil\n");
423 grpc::string out;
424 auto p = file->CreatePrinter(&out);
435 return out;