Home
last modified time | relevance | path

Searched refs:oValue (Results 1 – 2 of 2) sorted by relevance

/external/clearsilver/ruby/ext/hdf/
Dneo_util.c113 static VALUE h_set_attr(VALUE self, VALUE oName, VALUE oKey, VALUE oValue) in h_set_attr() argument
123 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() argument
147 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()
/external/webkit/WebCore/bridge/objc/
Dobjc_runtime.mm161 ObjcValue oValue = convertValueToObjcValue (exec, aValue, ObjcObjectType);
164 [_array.get() insertObject:oValue.objectValue atIndex:index];