Esempio n. 1
0
        public object haxe_ds__StringMap_StringMapValueIterator_cast <T_c>()
        {
                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            if (global::haxe.lang.Runtime.eq(typeof(T), typeof(T_c)))
            {
                                #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
                return(this);
            }

                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            global::haxe.ds._StringMap.StringMapValueIterator <T_c> new_me = new global::haxe.ds._StringMap.StringMapValueIterator <T_c>(((global::haxe.lang.EmptyObject)(global::haxe.lang.EmptyObject.EMPTY)));
                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            global::Array <string> fields = global::Reflect.fields(this);
                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            int i = 0;
                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            while ((i < fields.length))
            {
                                #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
                string field = fields[i++];
                                #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
                global::Reflect.setField(new_me, field, global::Reflect.field(this, field));
            }

                        #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
            return(new_me);
        }
Esempio n. 2
0
 public static object __hx_cast <T_c_c>(global::haxe.ds._StringMap.StringMapValueIterator me)
 {
                 #line 507 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
     return(((me != null)) ? (me.haxe_ds__StringMap_StringMapValueIterator_cast <T_c_c>()) : default(object));
 }
Esempio n. 3
0
 private static void __hx_ctor_haxe_ds__StringMap_StringMapValueIterator <T_c>(global::haxe.ds._StringMap.StringMapValueIterator <T_c> __hx_this, global::haxe.ds.StringMap <T_c> m)
 {
                 #line 513 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
     __hx_this.m = m;
     __hx_this.i = 0;
                 #line 515 "/opt/haxe/std/cs/_std/haxe/ds/StringMap.hx"
     __hx_this.len = m.nBuckets;
 }