Searched refs:detect_string_can_append_op (Results 1 – 2 of 2) sorted by relevance
| /external/icu/icu4c/source/tools/toolutil/ |
| D | json-json.hpp | 4306 using detect_string_can_append_op = is_detected<string_can_append_op, StringType, Arg>; typedef 4322 && detect_string_can_append_op<OutStringType, Arg>::value, int > = 0 > 4327 && !detect_string_can_append_op<OutStringType, Arg>::value 4333 && !detect_string_can_append_op<OutStringType, Arg>::value 4348 && detect_string_can_append_op<OutStringType, Arg>::value, int > > 4357 && !detect_string_can_append_op<OutStringType, Arg>::value 4367 && !detect_string_can_append_op<OutStringType, Arg>::value
|
| /external/ublksrv/include/nlohmann/ |
| D | json.hpp | 4046 using detect_string_can_append_op = is_detected<string_can_append_op, StringType, Arg>; typedef 4062 && detect_string_can_append_op<OutStringType, Arg>::value, int > = 0 > 4067 && !detect_string_can_append_op<OutStringType, Arg>::value 4073 && !detect_string_can_append_op<OutStringType, Arg>::value 4088 && detect_string_can_append_op<OutStringType, Arg>::value, int > > 4097 && !detect_string_can_append_op<OutStringType, Arg>::value 4107 && !detect_string_can_append_op<OutStringType, Arg>::value
|