Home
last modified time | relevance | path

Searched defs:fifo_map (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/pipes/
Dfifo.c37 static ssize_t fifo_map(struct file* filep, LosVmMapRegion *region) in fifo_map() function
/third_party/json/test/thirdparty/fifo_map/
Dfifo_map.hpp102 > class fifo_map class
126 fifo_map() : m_keys(), m_compare(&m_keys), m_map(m_compare) {} in fifo_map() function in nlohmann::fifo_map
129fifo_map(const fifo_map &f) : m_keys(f.m_keys), m_compare(&m_keys), m_map(f.m_map.begin(), f.m_map… 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