Searched refs:oValue (Results 1 – 2 of 2) sorted by relevance
113 static VALUE h_set_attr(VALUE self, VALUE oName, VALUE oKey, VALUE oValue) in h_set_attr() argument123 if ( NIL_P(oValue) ) in h_set_attr()126 value = STR2CSTR(oValue); in h_set_attr()134 static VALUE h_set_value (VALUE self, VALUE oName, VALUE oValue) in h_set_value() argument147 if ( TYPE(oValue) == T_STRING ) in h_set_value()148 value=STR2CSTR(oValue); in h_set_value()150 value=STR2CSTR(rb_funcall(oValue,id_to_s,0)); in h_set_value()
161 ObjcValue oValue = convertValueToObjcValue (exec, aValue, ObjcObjectType);164 [_array.get() insertObject:oValue.objectValue atIndex:index];