Searched defs:toConvert (Results 1 – 2 of 2) sorted by relevance
| /external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/runtime/ |
| D | TypeConverter.java | 40 public static <T, U> U convert(T toConvert, Function<? super T, ? extends U> converter) { in convert() argument 51 …public static <T, U> List<U> convert(List<T> toConvert, Function<? super T, ? extends U> converter… in convert() 64 public static <T1, T2, U1, U2> Map<U1, U2> convert(Map<T1, T2> toConvert, in convert()
|
| /external/jsoncpp/src/test_lib_json/ |
| D | jsontest.cpp | 407 Json::String ToJsonString(const char* toConvert) { in ToJsonString()
|