HomeSort by relevance Sort by last modified time
    Searched refs:typemap (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /prebuilts/misc/common/swig/include/2.0.11/csharp/
boost_intrusive_ptr.i 22 // Typemap customisations...
24 %typemap(in, canthrow=1) CONST TYPE ($&1_type argp = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
33 %typemap(out, fragment="SWIG_intrusive_deleter") CONST TYPE %{
40 %typemap(in, canthrow=1) CONST TYPE * (SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
45 %typemap(out, fragment="SWIG_intrusive_deleter,SWIG_null_deleter") CONST TYPE * %{
59 %typemap(in, canthrow=1) CONST TYPE & (SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
67 %typemap(out, fragment="SWIG_intrusive_deleter,SWIG_null_deleter") CONST TYPE & %{
81 %typemap(in) TYPE *CONST& ($*1_ltype temp = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
86 %typemap(out, fragment="SWIG_intrusive_deleter,SWIG_null_deleter") TYPE *CONST& %{
100 %typemap(in) SWIG_INTRUSIVE_PTR_QNAMESPACE::intrusive_ptr< CONST TYPE > (SWIG_SHARED_PTR_QNAMESPACE::shared (…)
    [all...]
std_map.i 31 %typemap(csinterfaces) std::map< K, T, C > "IDisposable \n#if !SWIG_DOTNET_1\n , System.Collections.Generic.IDictionary<$typemap(cstype, K), $typemap(cstype, T)>\n#endif\n";
32 %typemap(cscode) std::map<K, T, C > %{
34 public $typemap(cstype, T) this[$typemap(cstype, K) key] {
44 public bool TryGetValue($typemap(cstype, K) key, out $typemap(cstype, T) value) {
49 value = default($typemap(cstype, T));
67 public System.Collections.Generic.ICollection<$typemap(cstype, K)> Keys
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tcltypemaps.swg 2 * Typemap specializations for Tcl
32 * Unified typemap section
59 /* Include the unified typemap library */
64 * Tcl extra typemaps / typemap overrides
69 %typemap(out,noblock=1) SWIGTYPE *INSTANCE, SWIGTYPE &INSTANCE, SWIGTYPE INSTANCE[] {
73 %typemap(out) SWIGTYPE *DYNAMIC, SWIGTYPE &DYNAMIC {
80 %typemap(throws,noblock=1) SWIGTYPE CLASS {
85 %typemap(out) SWIGTYPE = SWIGTYPE INSTANCE;
86 %typemap(out) SWIGTYPE * = SWIGTYPE *INSTANCE;
87 %typemap(out) SWIGTYPE *const = SWIGTYPE *
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
std_wstring.i 22 %typemap(jni) wstring "jstring"
23 %typemap(jtype) wstring "String"
24 %typemap(jstype) wstring "String"
25 %typemap(javadirectorin) wstring "$jniinput"
26 %typemap(javadirectorout) wstring "$javacall"
28 %typemap(in) wstring
45 %typemap(directorout) wstring
62 %typemap(directorin,descriptor="Ljava/lang/String;") wstring {
72 %typemap(out) wstring
81 %typemap(javain) wstring "$javainput
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua.swg 20 %typemap(consttab) int, unsigned int, short, unsigned short, long, unsigned long, unsigned char, signed char, bool, enum SWIGTYPE
23 %typemap(consttab) float, double
26 %typemap(consttab) long long, unsigned long long, signed long long
29 %typemap(consttab) const long long&, const unsigned long long&, const signed long long&
32 %typemap(consttab) char *, const char *, char [], const char []
37 %typemap(consttab) char
40 %typemap(consttab) long long, unsigned long long
43 %typemap(consttab) SWIGTYPE *, SWIGTYPE *const, SWIGTYPE &, SWIGTYPE []
47 %typemap(consttab) SWIGTYPE (CLASS::*)
157 %typemap(throws) int,unsigned int,signed int
    [all...]
wchar.i 10 // & do the output typemap
31 %typemap(in, checkfn="SWIG_lua_isnilstring", fragment="SWIG_lua_isnilstring") wchar_t *
37 %typemap(freearg) wchar_t *
42 %typemap(typecheck) wchar_t * = char *;
  /external/lldb/scripts/Python/
python-typemaps.swig 0 /* Typemap definitions, to allow SWIG to properly handle 'char**' data types. */
3 %typemap(in) char ** {
28 %typemap(freearg) char** {
32 %typemap(out) char** {
43 /* Typemap definitions to allow SWIG to properly handle char buffer. */
45 // typemap for a char buffer
47 %typemap(in) (char *dst, size_t dst_len) {
62 %typemap(argout) (char *dst, size_t dst_len) {
69 // typemap for an outgoing buffer
71 %typemap(in) (const char *cstr, uint32_t cstr_len)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
cdata.i 19 %typemap(out) SWIGCDATA {
22 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
24 %typemap(out) SWIGCDATA {
28 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
30 %typemap(out) SWIGCDATA {
33 %typemap(in) (const void *indata, int inlen) = (char *STRING, int LENGTH);
64 %typemap(default) int nelements "$1 = 1;"
73 %typemap(default) int nelements;
cmalloc.i 35 %typemap(default) int nbytes "$1 = (int) sizeof(TYPE);"
38 %typemap(default) int nbytes;
48 %typemap(default) int sz "$1 = (int) sizeof(TYPE);"
50 %typemap(default) int sz "$1 = 1;"
52 %typemap(default) int nobj "$1 = 1;"
54 %typemap(default) int sz;
55 %typemap(default) int nobj;
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 30 %typemap(typecheck) string = char *;
31 %typemap(typecheck) const string & = char *;
33 %typemap(in) string (char * tempptr) {
47 %typemap(in) const string& ($*1_ltype temp, char *tempptr) {
64 %typemap(out) string {
70 %typemap(out) const string& {
76 %typemap(varin) string {
91 %typemap(varout) string {
chicken.swg 40 %typemap(in) type_
48 %typemap(in) const type_ & ($*1_ltype temp)
56 %typemap(varin) type_
64 %typemap(out) type_
71 %typemap(out) const type_ &
77 %typemap(varout) type_
82 %typemap(throws) type_
89 %typemap(out) type_
99 %typemap(out) const type_ &
108 %typemap(varout) type_
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/go/
cdata.i 14 %typemap(gotype) SWIGCDATA %{ []byte %}
15 %typemap(out) SWIGCDATA %{
46 %typemap(default) int nelements "$1 = 1;"
55 %typemap(default) int nelements;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
argcargv.i 25 %typemap(in) (int ARGC, char **ARGV) {
42 %typemap(typecheck, precedence=SWIG_TYPECHECK_STRING_ARRAY) (int ARGC, char **ARGV) {
46 %typemap(freearg) (int ARGC, char **ARGV) {
file.i 19 %typemap(in) FILE *READ {
27 %typemap(in) FILE *READ_NOCHECK {
34 %typemap(in) FILE *WRITE {
progargcargv.i 6 This typemap provides ignore typemap which pass Ruby ARGV contents
13 %typemap(in,numinputs=0) int PROG_ARGC {
17 %typemap(in,numinputs=0) char **PROG_ARGV {
29 %typemap(freearg) char **PROG_ARGV {
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 68 %typemap(in) char *& = const char *&;
69 %typemap(directorout) char *& = const char *&;
73 %typemap(in) char[ANY]
79 %typemap(in) (char *STRING, int LENGTH), (char *STRING, size_t LENGTH) {
86 %typemap(in) SWIGTYPE ($&1_ltype tmp)
94 %typemap(directorout) SWIGTYPE ($&1_ltype tmp)
102 %typemap(in) SWIGTYPE *,
110 %typemap(in) SWIGTYPE &
117 %typemap(in) SWIGTYPE *const& ($*ltype temp)
125 %typemap(in) SWIGTYPE *DISOW
    [all...]
globalvar.i 7 %typemap(varinit) char *,
23 %typemap(varinit) int,
41 %typemap(varinit) bool
50 %typemap(varinit) float, double
60 %typemap(varinit) char
74 %typemap(varinit) SWIGTYPE *, SWIGTYPE []
83 %typemap(varinit) SWIGTYPE, SWIGTYPE &
93 %typemap(varinit) char [ANY]
105 %typemap(varinit, fragment="swig_php_init_member_ptr") SWIGTYPE (CLASS::*)
115 %typemap(varin) int, unsigned int, short, unsigned short, long, unsigned long, signed char, unsigned char, (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
valtypes.swg 16 * Also, you can use the individual typemap definitions:
34 %typemap(in,noblock=1,fragment=frag) Type (Type val, int ecode = 0) {
41 %typemap(freearg) Type "";
42 %typemap(in,noblock=1,fragment=frag) const Type & ($*ltype temp, Type val, int ecode = 0) {
50 %typemap(freearg) const Type& "";
56 %typemap(out,noblock=1,fragment=frag) Type, const Type {
59 %typemap(out,noblock=1,fragment=frag) const Type& {
67 %typemap(varin,fragment=frag) Type {
80 %typemap(varout,noblock=1,fragment=frag) Type, const Type& {
88 %typemap(constcode,noblock=1,fragment=frag) Type
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i 10 %typemap(type) what [ANY] {
21 %typemap(type) what [ANY] {
30 %typemap(free) what [ANY] {
57 %typemap(in) SWIGTYPE [] {
69 %typemap(in) SWIGTYPE [] {
82 %typemap(out) SWIGTYPE [] {
102 %typemap(in) enum SWIGTYPE [] {
114 %typemap(out) enum SWIGTYPE [] {
129 %typemap(freearg) SWIGTYPE [ANY] {
133 %typemap(freearg) SWIGTYPE [ANY]
    [all...]
std_complex.i 17 %typemap(in) complex<T> {
32 %typemap(in) const complex<T>& (std::complex<T> temp) {
49 %typemap(out) complex<T> {
53 %typemap(out) const complex<T> & {
std_string.i 31 %typemap(in) string {
32 /* %typemap(in) string */
39 %typemap(in) const string & ($*1_ltype temp) {
40 /* %typemap(in) const string & */
49 %typemap(in) string & ($*1_ltype temp) {
50 /* %typemap(in) string & */
59 %typemap(in) string * ($*1_ltype *temp) {
60 /* %typemap(in) string * */
69 %typemap(free) string * ($*1_ltype *temp) {
73 %typemap(argout) string &
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
reference.i 51 %typemap(in) double *REFERENCE (double dvalue), double &REFERENCE(double dvalue)
66 %typemap(in) float *REFERENCE (float dvalue), float &REFERENCE(float dvalue)
80 %typemap(in) int *REFERENCE (int dvalue), int &REFERENCE (int dvalue)
94 %typemap(in) short *REFERENCE (short dvalue), short &REFERENCE(short dvalue)
107 %typemap(in) long *REFERENCE (long dvalue), long &REFERENCE(long dvalue)
120 %typemap(in) unsigned int *REFERENCE (unsigned int dvalue), unsigned int &REFERENCE(unsigned int dvalue)
133 %typemap(in) unsigned short *REFERENCE (unsigned short dvalue), unsigned short &REFERENCE(unsigned short dvalue)
146 %typemap(in) unsigned long *REFERENCE (unsigned long dvalue), unsigned long &REFERENCE(unsigned long dvalue)
160 %typemap(in) unsigned char *REFERENCE (unsigned char dvalue), unsigned char &REFERENCE(unsigned char dvalue)
174 %typemap(in) signed char *REFERENCE (signed char dvalue), signed char &REFERENCE(signed char dvalue
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pybuffer.i 3 /* %pybuffer_mutable_binary(TYPEMAP, SIZE)
15 %define %pybuffer_mutable_binary(TYPEMAP, SIZE)
16 %typemap(in) (TYPEMAP, SIZE)
21 %argument_fail(res, "(TYPEMAP, SIZE)", $symname, $argnum);
28 /* %pybuffer_mutable_string(TYPEMAP, SIZE)
41 %define %pybuffer_mutable_string(TYPEMAP)
42 %typemap(in) (TYPEMAP)
47 %argument_fail(res, "(TYPEMAP, SIZE)", $symname, $argnum)
    [all...]
boost_shared_ptr.i 25 // Typemap customisations...
28 %typemap(in) CONST TYPE (void *argp, int res = 0) {
41 %typemap(out) CONST TYPE {
46 %typemap(varin) CONST TYPE {
60 %typemap(varout) CONST TYPE {
67 %typemap(in) CONST TYPE * (void *argp = 0, int res = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > tempshared, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) {
83 %typemap(out, fragment="SWIG_null_deleter_python") CONST TYPE * {
88 %typemap(varin) CONST TYPE * {
106 %typemap(varout, fragment="SWIG_null_deleter_python") CONST TYPE * {
112 %typemap(in) CONST TYPE & (void *argp = 0, int res = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
boost_shared_ptr.i 15 // Typemap customisations...
18 %typemap(in) CONST TYPE (void *argp, int res = 0) {
31 %typemap(out) CONST TYPE {
35 %typemap(varin) CONST TYPE {
49 %typemap(varout) CONST TYPE {
55 %typemap(in) CONST TYPE * (void *argp = 0, int res = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > tempshared, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) {
70 %typemap(out, fragment="SWIG_null_deleter") CONST TYPE * {
75 %typemap(varin) CONST TYPE * {
93 %typemap(varout, fragment="SWIG_null_deleter") CONST TYPE * {
99 %typemap(in) CONST TYPE & (void *argp = 0, int res = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE (…)
    [all...]

Completed in 195 milliseconds

1 2 34 5 6 7