Searched defs:Map (Results 1 – 10 of 10) sorted by relevance
121 using Map = std::unordered_map<uint32_t, uint16_t>; in TEST_F() typedef133 using Map = std::unordered_map<std::string, std::string>; in TEST_F() typedef146 using Map = std::unordered_map<std::string, std::vector<uint32_t>>; in TEST_F() typedef
91 LocationIndex Map(Location location) in Map() function
68 Map.prototype[Symbol.iterator] = iterFunc; class
65 Map, enumerator
483 JSTaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandl… in Map() function in panda::ecmascript::JSStableArray
252 static const std::string Map; // NOLINT (readability-identifier-naming) member284 static const std::string Map; // NOLINT (readability-identifier-naming) member
38 const std::string ObjectSubType::Map = "map"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType62 const std::string ObjectClassName::Map = "Map"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
878 JSTaggedValue BuiltinsTypedArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsTypedArray
1401 JSTaggedValue BuiltinsArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsArray
486 HWTEST_F_L0(BuiltinsArrayTest, Map) in HWTEST_F_L0() argument