Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dmap_SUITE.erl1224 true = map_get_head(#{a=>1}),
1225 false = map_get_head(#{}),
1226 false = map_get_head([]),
1230 false = map_get_head(#{}),
1231 false = map_get_head([]),
1310 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1311 map_get_head(_) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dmap_SUITE.erl1216 true = map_get_head(#{a=>1}),
1217 false = map_get_head(#{}),
1218 false = map_get_head([]),
1222 false = map_get_head(#{}),
1223 false = map_get_head([]),
1302 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1303 map_get_head(_) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl1248 true = map_get_head(#{a=>1}),
1249 false = map_get_head(#{}),
1250 false = map_get_head([]),
1254 false = map_get_head(#{}),
1255 false = map_get_head([]),
1338 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1339 map_get_head(_) -> false. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dmap_SUITE.erl1248 true = map_get_head(#{a=>1}),
1249 false = map_get_head(#{}),
1250 false = map_get_head([]),
1254 false = map_get_head(#{}),
1255 false = map_get_head([]),
1334 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1335 map_get_head(_) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl1248 true = map_get_head(#{a=>1}),
1249 false = map_get_head(#{}),
1250 false = map_get_head([]),
1254 false = map_get_head(#{}),
1255 false = map_get_head([]),
1338 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1339 map_get_head(_) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl1248 true = map_get_head(#{a=>1}),
1249 false = map_get_head(#{}),
1250 false = map_get_head([]),
1254 false = map_get_head(#{}),
1255 false = map_get_head([]),
1338 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1339 map_get_head(_) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/test/
H A Dmap_SUITE.erl1248 true = map_get_head(#{a=>1}),
1249 false = map_get_head(#{}),
1250 false = map_get_head([]),
1254 false = map_get_head(#{}),
1255 false = map_get_head([]),
1338 map_get_head(M) when map_get(a, M) =:= 1 -> true; function
1339 map_get_head(_) -> false. function