Searched defs:Map (Results 1 – 11 of 11) 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
90 LocationIndex Map(Location location) in Map() function
68 Map.prototype[Symbol.iterator] = iterFunc; class
52 JSTaggedValue BuiltinsLazyCallback::Map(JSThread *thread, const JSHandle<JSObject> &obj) in Map() function in panda::ecmascript::builtins::BuiltinsLazyCallback
901 JSTaggedValue BuiltinsTypedArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsTypedArray
1389 JSTaggedValue BuiltinsArray::Map(EcmaRuntimeCallInfo *argv) in Map() function in panda::ecmascript::builtins::BuiltinsArray
65 Map, enumerator
552 JSTaggedValue JSStableArray::Map(JSHandle<JSObject> newArrayHandle, JSHandle<JSObject> thisObjHandl… in Map() function in panda::ecmascript::JSStableArray
395 static const std::string Map; // NOLINT (readability-identifier-naming) member427 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
530 HWTEST_F_L0(BuiltinsArrayTest, Map) in HWTEST_F_L0() argument