Home
last modified time | relevance | path

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

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp133 map<string, string> response_smap; in ZTEST() local
135 context.client->testStringMap(response_smap, request_smap); in ZTEST()
136 zassert_equal(response_smap, request_smap, ""); in ZTEST()