HomeSort by relevance Sort by last modified time
    Searched defs:NewMap (Results 1 - 7 of 7) 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 308 func NewMap(name string) *Map {
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 308 func NewMap(name string) *Map {
  /prebuilts/go/darwin-x86/src/go/types/
type.go 339 // NewMap returns a new map for the given key and element types.
340 func NewMap(key, elem Type) *Map {
  /prebuilts/go/linux-x86/src/go/types/
type.go 339 // NewMap returns a new map for the given key and element types.
340 func NewMap(key, elem Type) *Map {
  /external/v8/src/
factory.cc     [all...]

Completed in 699 milliseconds