Searched refs:_assign (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/swig-12/Lib/
H A Dcpointer.i146 static void NAME ##_assign(TYPE *self, TYPE value) {
158 void NAME##_assign(TYPE *self, TYPE value);
/macosx-10.10/swig-12/Lib/typemaps/
H A Dcpointer.swg123 static void NAME ##_assign(TYPE *self, TYPE value) {
135 void NAME##_assign(TYPE *self, TYPE value);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm296 # then we call _assign() to assign the value to the last element
297 $result = $self->_assign($root, @$ident[$size-1, $size],
301 $result = $self->_assign($root, $ident, 0, $value, $default);
584 # _assign($root, $item, \@args, $value, $default)
594 sub _assign { subroutine
601 # print(STDERR "_assign(root=$root, item=$item, args=[@$args], \n",
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DStash.pm275 # then we call _assign() to assign the value to the last element
276 $result = $self->_assign($root, @$ident[$size-1, $size],
280 $result = $self->_assign($root, $ident, 0, $value, $default);
575 # _assign($root, $item, \@args, $value, $default)
585 sub _assign { subroutine

Completed in 262 milliseconds