HomeSort by relevance Sort by last modified time
    Searched defs:NewMap (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/test/stress/
maps.go 21 NewMap() Map
34 m := mt.NewMap()
65 func (intMapType) NewMap() Map {
  /prebuilts/go/linux-x86/test/stress/
maps.go 21 NewMap() Map
34 m := mt.NewMap()
65 func (intMapType) NewMap() Map {
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 291 func NewMap(name string) *Map {
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 291 func NewMap(name string) *Map {
  /prebuilts/go/darwin-x86/src/go/types/
type.go 352 // NewMap returns a new map for the given key and element types.
353 func NewMap(key, elem Type) *Map {
  /prebuilts/go/linux-x86/src/go/types/
type.go 352 // NewMap returns a new map for the given key and element types.
353 func NewMap(key, elem Type) *Map {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 498 // NewMap returns a new map Type with key type k and element (aka value) type v.
499 func NewMap(k, v *Type) *Type {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 498 // NewMap returns a new map Type with key type k and element (aka value) type v.
499 func NewMap(k, v *Type) *Type {
    [all...]
  /external/v8/src/
factory.cc     [all...]

Completed in 232 milliseconds