Searched refs:PairType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/utils/json/ |
H A D | utils_json_visitor_test.cpp | 84 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 D | alg_defs.h | 33 } PairType; // range: 0 ~ 2^8-1 typedef
|