HomeSort by: relevance | last modified time | path
    Searched defs:marshall (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
Request.pm 55 sub marshall($) subroutine
61 my $marshall = Data::Dumper->new ([$caller]);
62 $marshall->Indent(2)->Terse(0);
63 $res = $marshall->Dump . "\n";
Request.pm 55 sub marshall($) subroutine
61 my $marshall = Data::Dumper->new ([$caller]);
62 $marshall->Indent(2)->Terse(0);
63 $res = $marshall->Dump . "\n";
C4che.pm 143 =item C<$string = Autom4te::C4che-E<gt>marshall ()>
150 # marshall($SELF)
152 sub marshall ($) subroutine
157 my $marshall = Data::Dumper->new ([\@request], [qw (*request)]);
158 $marshall->Indent(2)->Terse(0);
159 $res = $marshall->Dump . "\n";
187 $self->marshall;
C4che.pm 143 =item C<$string = Autom4te::C4che-E<gt>marshall ()>
150 # marshall($SELF)
152 sub marshall ($) subroutine
157 my $marshall = Data::Dumper->new ([\@request], [qw (*request)]);
158 $marshall->Indent(2)->Terse(0);
159 $res = $marshall->Dump . "\n";
187 $self->marshall;
  /src/external/gpl3/gcc/dist/libcc1/
marshall-cp.hh 23 #include "marshall.hh"
63 marshall (connection *conn, const gcc_vbase_array *a) function in namespace:cc1_plugin
126 marshall (connection *conn, const gcc_cp_template_args *a) function in namespace:cc1_plugin
190 marshall (connection *conn, const gcc_cp_function_args *a) function in namespace:cc1_plugin
marshall.hh 55 // An "empty" marshall call -- used to handle the base case for some
58 status marshall (connection *) function in namespace:cc1_plugin
66 status marshall (connection *conn, T scalar) function in namespace:cc1_plugin
101 status marshall (connection *, const char *);
108 status marshall (connection *, const gcc_type_array *);
116 status marshall (connection *c, T1 arg1, T2 arg2, Arg... rest) function in namespace:cc1_plugin
118 if (!marshall (c, arg1))
120 return marshall (c, arg2, rest...);
marshall-cp.hh 23 #include "marshall.hh"
63 marshall (connection *conn, const gcc_vbase_array *a) function in namespace:cc1_plugin
126 marshall (connection *conn, const gcc_cp_template_args *a) function in namespace:cc1_plugin
190 marshall (connection *conn, const gcc_cp_function_args *a) function in namespace:cc1_plugin
marshall.hh 55 // An "empty" marshall call -- used to handle the base case for some
58 status marshall (connection *) function in namespace:cc1_plugin
66 status marshall (connection *conn, T scalar) function in namespace:cc1_plugin
101 status marshall (connection *, const char *);
108 status marshall (connection *, const gcc_type_array *);
116 status marshall (connection *c, T1 arg1, T2 arg2, Arg... rest) function in namespace:cc1_plugin
118 if (!marshall (c, arg1))
120 return marshall (c, arg2, rest...);
marshall.cc 23 #include "marshall.hh"
54 cc1_plugin::marshall (connection *conn, const char *str) function in class:cc1_plugin
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) function in class:cc1_plugin
marshall.cc 23 #include "marshall.hh"
54 cc1_plugin::marshall (connection *conn, const char *str) function in class:cc1_plugin
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) function in class:cc1_plugin
  /src/external/gpl3/gcc.old/dist/libcc1/
marshall-cp.hh 23 #include "marshall.hh"
63 marshall (connection *conn, const gcc_vbase_array *a) function in namespace:cc1_plugin
126 marshall (connection *conn, const gcc_cp_template_args *a) function in namespace:cc1_plugin
190 marshall (connection *conn, const gcc_cp_function_args *a) function in namespace:cc1_plugin
marshall.hh 55 // An "empty" marshall call -- used to handle the base case for some
58 status marshall (connection *) function in namespace:cc1_plugin
66 status marshall (connection *conn, T scalar) function in namespace:cc1_plugin
101 status marshall (connection *, const char *);
108 status marshall (connection *, const gcc_type_array *);
116 status marshall (connection *c, T1 arg1, T2 arg2, Arg... rest) function in namespace:cc1_plugin
118 if (!marshall (c, arg1))
120 return marshall (c, arg2, rest...);
marshall-cp.hh 23 #include "marshall.hh"
63 marshall (connection *conn, const gcc_vbase_array *a) function in namespace:cc1_plugin
126 marshall (connection *conn, const gcc_cp_template_args *a) function in namespace:cc1_plugin
190 marshall (connection *conn, const gcc_cp_function_args *a) function in namespace:cc1_plugin
marshall.hh 55 // An "empty" marshall call -- used to handle the base case for some
58 status marshall (connection *) function in namespace:cc1_plugin
66 status marshall (connection *conn, T scalar) function in namespace:cc1_plugin
101 status marshall (connection *, const char *);
108 status marshall (connection *, const gcc_type_array *);
116 status marshall (connection *c, T1 arg1, T2 arg2, Arg... rest) function in namespace:cc1_plugin
118 if (!marshall (c, arg1))
120 return marshall (c, arg2, rest...);
marshall.cc 23 #include "marshall.hh"
54 cc1_plugin::marshall (connection *conn, const char *str) function in class:cc1_plugin
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) function in class:cc1_plugin
marshall.cc 23 #include "marshall.hh"
54 cc1_plugin::marshall (connection *conn, const char *str) function in class:cc1_plugin
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) function in class:cc1_plugin

Completed in 142 milliseconds