Documentation ¶
Index ¶
Constants ¶
Variables ¶
View Source
var ( V_strhash = rt.UnpackEface(strhash) S_strhash = *(*uintptr)(V_strhash.Value) )
Functions ¶
Types ¶
type HashMap ¶
type HashMap struct { N uint32 // contains filtered or unexported fields }
func NewHashMap ¶
func (*HashMap) Get ¶
Get searches FieldMap by name. JIT generated assembly does NOT call this function, rather it implements its own version directly in assembly. So we must ensure this function stays in sync with the JIT generated one.
Click to show internal directories.
Click to hide internal directories.