/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 126 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 D | rs_message_bus.h | 84 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 D | sfn_ra.h | 67 LiveRangeMap& m_map;
|
H A D | sfn_ra.cpp | 51 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 D | rs_round_corner_display_test.cpp | 505 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 D | glsBuiltinPrecisionTests.cpp | 599 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 D | vktShaderBuiltinPrecisionTests.cpp | 1086 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 D | vktShaderBuiltinPrecisionTests.cpp | 1087 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
|