Searched refs:fifo_map (Results 1 - 3 of 3) sorted by relevance
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 102 > class fifo_map // NOLINT(cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors) class 126 fifo_map() : m_keys(), m_compare(&m_keys), m_map(m_compare) {} in fifo_map() function in nlohmann::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() function in nlohmann::fifo_map 133 fifo_map(InputIterator first, InputIterator last) in fifo_map() function in nlohmann::fifo_map 143 fifo_map(std::initializer_list<value_type> init) : fifo_map() in fifo_map() function in nlohmann::fifo_map 350 typename fifo_map::value_type value(std::forward<Args>(args)...); in emplace() 359 typename fifo_map::value_type value(std::forward<Args>(args)...); in emplace_hint() 396 void swap(fifo_map [all...] |
/third_party/NuttX/drivers/pipes/ |
H A D | fifo.c | 37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() function 51 .mmap = fifo_map, /* mmap */
|
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 31 #include "fifo_map.hpp" 38 using my_workaround_fifo_map = nlohmann::fifo_map<K, V, nlohmann::fifo_map_compare<K>, A>;
|
Completed in 4 milliseconds