Home
last modified time | relevance | path

Searched refs:m_map (Results 1 - 8 of 8) sorted by relevance

/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp126 fifo_map() : m_keys(), m_compare(&m_keys), m_map(m_compare) {} in fifo_map()
129 fifo_map(const fifo_map &f) : m_keys(f.m_keys), m_compare(&m_keys), m_map(f.m_map.begin(), f.m_map.end(), m_compare) {} in fifo_map()
134 : m_keys(), m_compare(&m_keys), m_map(m_compare) in fifo_map()
159 return m_map.at(key); in at()
165 return m_map.at(key); in at()
172 return m_map[key]; in operator []()
179 return m_map[key]; in operator []()
190 return m_map
514 internal_map_type m_map; global() member in nlohmann::fifo_map
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_message_bus.h84 m_map.emplace(GetKey<Args...>(strTopic), f); in RegisterTopic()
95 auto range = m_map.equal_range(GetKey<Args...>(strTopic)); in SendMsg()
108 auto it = m_map.find(GetKey<Args...>(strTopic)); in RemoveTopic()
109 while (it != m_map.end()) { in RemoveTopic()
110 m_map.erase(it++); in RemoveTopic()
120 std::multimap<std::string, RsAny> m_map; member in RsMessageBus
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.h67 LiveRangeMap& m_map;
H A Dsfn_ra.cpp51 m_map(map) in Interference()
59 initialize(m_components_maps[i], m_map.component(i)); in initialize()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp505 EXPECT_TRUE(msgBus.m_map.size() == 1); in TestMsgBusFunc()
508 EXPECT_TRUE(msgBus.m_map.size() == 0); in TestMsgBusFunc()
510 EXPECT_TRUE(msgBus.m_map.size() == 1); in TestMsgBusFunc()
513 EXPECT_TRUE(msgBus.m_map.size() == 0); in TestMsgBusFunc()
515 EXPECT_TRUE(msgBus.m_map.size() == 1); in TestMsgBusFunc()
518 EXPECT_TRUE(msgBus.m_map.size() == 0); in TestMsgBusFunc()
562 EXPECT_TRUE(msgBus.m_map.size() == 0); in HWTEST_F()
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp599 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
605 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup()
611 map<string, SharedPtr<deUint8> > m_map; member in deqp::gls::BuiltinPrecisionTests::Environment
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1086 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
1092 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup()
1098 map<string, SharedPtr<deUint8> > m_map; member in vkt::shaderexecutor::Environment
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1087 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind()
1093 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup()
1099 map<string, SharedPtr<deUint8> > m_map; member in vkt::shaderexecutor::Environment

Completed in 37 milliseconds