Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SetPointer (0.22 sec)

  1. src/main/java/jcifs/pac/PacUnicodeString.java

        }
    
    
        public short getLength () {
            return this.length;
        }
    
    
        public short getMaxLength () {
            return this.maxLength;
        }
    
    
        public int getPointer () {
            return this.pointer;
        }
    
    
        public String check ( String string ) throws PACDecodingException {
            if ( this.pointer == 0 && string != null )
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg reflect, method (Value) SetFloat(float64)
    pkg reflect, method (Value) SetInt(int64)
    pkg reflect, method (Value) SetLen(int)
    pkg reflect, method (Value) SetMapIndex(Value, Value)
    pkg reflect, method (Value) SetPointer(unsafe.Pointer)
    pkg reflect, method (Value) SetString(string)
    pkg reflect, method (Value) SetUint(uint64)
    pkg reflect, method (Value) Slice(int, int) Value
    pkg reflect, method (Value) String() string
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top