Home
last modified time | relevance | path

Searched refs:mapmap (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp188 void testMapMap(map<int32_t, map<int32_t, int32_t>> &mapmap, const int32_t hello) override in testMapMap() argument
199 mapmap.insert(make_pair(4, pos)); in testMapMap()
200 mapmap.insert(make_pair(-4, neg)); in testMapMap()