Home
last modified time | relevance | path

Searched refs:is_map (Results 226 – 250 of 2448) sorted by relevance

12345678910>>...98

/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.cc168 if (descriptor->is_repeated() && !descriptor->is_map()) { in AddAccessorAnnotations()
178 } else if (descriptor->is_map()) { in AddAccessorAnnotations()
194 if (descriptor->is_repeated() && !descriptor->is_map() && in AddAccessorAnnotations()
342 if (field->is_map()) { in MakeGenerator()
/dports/security/erlang-jose/erlang-jose-1.11.1/src/json/
H A Djose_json_poison_compat_encoder.erl43 lexical_encode(Map) when is_map(Map) ->
67 lexical_encode_map(Map) when is_map(Map) ->
/dports/security/elixir-jose/erlang-jose-1.11.1/src/json/
H A Djose_json_poison_compat_encoder.erl43 lexical_encode(Map) when is_map(Map) ->
67 lexical_encode_map(Map) when is_map(Map) ->
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/json/
H A Djose_json_poison_compat_encoder.erl43 lexical_encode(Map) when is_map(Map) ->
67 lexical_encode_map(Map) when is_map(Map) ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_options.erl74 get_value(Class, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
89 get_value(Class, Key, Opts, DefFun, CallerMod, CallerLine) when is_map(Opts) ->
109 put_value(user_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
112 put_value(internal_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
116 put_value(socket_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
149 delete_key(user_options, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
157 delete_key(Class, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) andalso
183 handle_options(Role, OptsList0, Opts0) when is_map(Opts0),
311 save({special_trpt_args,T}, _Defs, OptMap) when is_map(OptMap) ->
315 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
[all …]
/dports/devel/elixir-timex/timex-3.3.0/lib/convert/
H A Dconvert.ex12 def convert_map(map) when is_map(map) do
16 datetime_map when is_map(datetime_map) ->
65 def convert_keys(map) when is_map(map) do
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger.erl288 when is_map(Meta), not is_function(StringOrReport) ->
319 format_report(Report) when is_map(Report) ->
622 set_process_metadata(Meta) when is_map(Meta) ->
630 update_process_metadata(Meta) when is_map(Meta) ->
634 Meta0 when is_map(Meta0) ->
779 print_custom(Indent, Map, M) when is_map(Map) ->
966 Meta when is_map(Meta) ->
1126 is_map(Meta) ->
1131 is_map(Meta) ->
1137 is_map(Meta) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger.erl288 when is_map(Meta), not is_function(StringOrReport) ->
319 format_report(Report) when is_map(Report) ->
622 set_process_metadata(Meta) when is_map(Meta) ->
630 update_process_metadata(Meta) when is_map(Meta) ->
634 Meta0 when is_map(Meta0) ->
779 print_custom(Indent, Map, M) when is_map(Map) ->
966 Meta when is_map(Meta) ->
1126 is_map(Meta) ->
1131 is_map(Meta) ->
1137 is_map(Meta) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger.erl288 when is_map(Meta), not is_function(StringOrReport) ->
319 format_report(Report) when is_map(Report) ->
622 set_process_metadata(Meta) when is_map(Meta) ->
630 update_process_metadata(Meta) when is_map(Meta) ->
634 Meta0 when is_map(Meta0) ->
779 print_custom(Indent, Map, M) when is_map(Map) ->
966 Meta when is_map(Meta) ->
1126 is_map(Meta) ->
1131 is_map(Meta) ->
1137 is_map(Meta) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dlogger.erl288 when is_map(Meta), not is_function(StringOrReport) ->
319 format_report(Report) when is_map(Report) ->
622 set_process_metadata(Meta) when is_map(Meta) ->
630 update_process_metadata(Meta) when is_map(Meta) ->
634 Meta0 when is_map(Meta0) ->
779 print_custom(Indent, Map, M) when is_map(Map) ->
966 Meta when is_map(Meta) ->
1126 is_map(Meta) ->
1131 is_map(Meta) ->
1137 is_map(Meta) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_options.erl71 get_value(Class, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
84 get_value(socket_options, Key, Opts, DefFun, _CallerMod, _CallerLine) when is_map(Opts) ->
86 get_value(Class, Key, Opts, DefFun, CallerMod, CallerLine) when is_map(Opts) ->
106 put_value(user_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
109 put_value(internal_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
113 put_value(socket_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
146 delete_key(internal_options, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
164 handle_options(Role, PropList0, Opts0) when is_map(Opts0),
225 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
248 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_options.erl69 get_value(Class, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
82 get_value(socket_options, Key, Opts, DefFun, _CallerMod, _CallerLine) when is_map(Opts) ->
84 get_value(Class, Key, Opts, DefFun, CallerMod, CallerLine) when is_map(Opts) ->
104 put_value(user_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
107 put_value(internal_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
111 put_value(socket_options, KeyVal, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
144 delete_key(internal_options, Key, Opts, _CallerMod, _CallerLine) when is_map(Opts) ->
162 handle_options(Role, PropList0, Opts0) when is_map(Opts0),
223 save({Key,Value}, Defs, OptMap) when is_map(OptMap) ->
246 save(Opt, _Defs, OptMap) when is_map(OptMap) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dnet.erl327 getifaddrs(Filter) when is_atom(Filter) orelse is_map(Filter) ->
337 is_map(Filter) orelse
352 when (is_atom(Filter) orelse is_map(Filter)) andalso is_list(Namespace) ->
363 {ok, IfAddrs0} when is_map(Filter) ->
380 getifaddrs_filter_map(FilterMap) when is_map(FilterMap) ->
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/channel/
H A Dserver.ex73 when is_binary(topic) and is_binary(event) and is_map(payload) do
91 when is_binary(topic) and is_binary(event) and is_map(payload) do
110 when is_binary(topic) and is_binary(event) and is_map(payload) do
128 when is_binary(topic) and is_binary(event) and is_map(payload) do
144 when is_binary(topic) and is_binary(event) and is_map(payload) do
160 when is_binary(topic) and is_map(payload) do
376 when is_atom(status) and is_map(payload) do
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dattestation_object.cc21 if (!value.is_map()) { in Parse()
33 if (att_stmt_it == map.end() || !att_stmt_it->second.is_map()) { in Parse()
H A Dctap_get_assertion_request.cc117 if (!extensions_it->second.is_map()) { in Parse()
141 if (!extension.second.is_map()) { in Parse()
147 if (hmac_it == hmac_extension.end() || !hmac_it->second.is_map()) { in Parse()
187 if (!option_it->second.is_map()) in Parse()
H A Dctap_make_credential_request.cc61 if (rp_entity_it == request_map.end() || !rp_entity_it->second.is_map()) in Parse()
70 if (user_entity_it == request_map.end() || !user_entity_it->second.is_map()) in Parse()
113 if (!extensions_it->second.is_map()) { in Parse()
171 if (!option_it->second.is_map()) in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/
H A Dattestation_object.cc21 if (!value.is_map()) { in Parse()
33 if (att_stmt_it == map.end() || !att_stmt_it->second.is_map()) { in Parse()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_bdu.erl48 case is_map(ByNode) of
53 case is_map(ByRange) of
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dblender.hh126 int mode = bpar->is_map() ? bpar->get_mask_blend_mode() : bpar->get_blend_mode(); in render()
134 … std::cout<<"BlenderProc::render(): mode="<<mode<<" bpar->is_map()="<<bpar->is_map()<<std::endl; in render()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dtheory_array_base.h42 bool is_map(app const* n) const { return n->is_app_of(get_id(), OP_ARRAY_MAP); } in is_map() function
54 bool is_map(enode const* n) const { return is_map(n->get_expr()); } in is_map() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dtheory_array_base.h42 bool is_map(app const* n) const { return n->is_app_of(get_id(), OP_ARRAY_MAP); } in is_map() function
54 bool is_map(enode const* n) const { return is_map(n->get_owner()); } in is_map() function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_http/src/
H A Drabbit_auth_backend_http.erl56 AuthzData = #{peeraddr := PeerAddr}) when is_map(AuthzData) ->
96 context_as_parameters(Options) when is_map(Options) ->
169 escape(K, Map) when is_map(Map) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbeam_type_SUITE.erl138 is_map(Config), is_integer(Config) -> ok;
142 is_map(Config), is_atom(Config) -> ok;
146 is_map(Config), is_tuple(Config) -> ok;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jsx/src/
H A Djsx_encoder.erl42 encode(Map, _EntryPoint) when is_map(Map), map_size(Map) < 1 ->
44 encode(Term, EntryPoint) when is_map(Term) ->

12345678910>>...98