Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_visitor_test.cpp84 using PairType = std::pair<std::string_view, std::string_view>; typedef
153 PairType { R"("d1":1)", R"("d1":"1")" }, PairType { R"("d2":"true")", R"("d2":true)" },
154 PairType { R"("d3":true)", R"("d3":"true")" }
180 PairType { R"("d1":1)", R"("d1":"1")" }, PairType { R"("r":1)", R"("r":"1")" },
181 PairType { R"("g":"foo")", R"("g":1)" }, PairType { R"("b":true)", R"("b":"true")" },
182 PairType { R"("d2": {
218 PairType { R"("d1":1)", R"("d1":"1")" }, PairType { R"("d1":2)", R"("d1":"2")" },
219 PairType { R"("d1":3)", R"("d1":"3")" }, PairType { R"("d2":true)", R"("d2":"true")" },
220 PairType { R"("d2":false)", R"("d2":"false")" }, PairType { R"("d2":"foo")", R"("d2":1)" },
221 PairType { R"("d3": {
[all …]
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h33 } PairType; // range: 0 ~ 2^8-1 typedef