Home
last modified time | relevance | path

Searched refs:method_type (Results 1 – 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument
379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument
464 method_type); in eap_gpsk_derive_session_id()
466 sid[0] = method_type; in eap_gpsk_derive_session_id()
Deap_gpsk_common.h61 u8 method_type, u8 *sid, size_t *sid_len);
/third_party/libabigail/include/
Dabg-fwd.h182 class method_type; variable
185 typedef shared_ptr<method_type> method_type_sptr;
514 const method_type*
517 method_type*
967 get_method_type_name(const method_type*, bool internal = false);
970 get_method_type_name(const method_type&, bool internal = false);
1002 get_pretty_representation(const method_type&, bool internal = false);
1005 get_pretty_representation(const method_type*, bool internal = false);
Dabg-ir.h3355 class method_type : public function_type
3360 method_type();
3367 method_type(type_base_sptr return_type,
3374 method_type(type_base_sptr return_type,
3381 method_type(class_or_union_sptr class_type,
3386 method_type(const environment& env,
3400 virtual ~method_type();
3407 get_method_type_name(const method_type& fn_type, bool internal);
/third_party/libabigail/src/
Dabg-hash.cc462 struct method_type::hash
465 operator()(const method_type& t) const in operator ()()
485 operator()(const method_type* t) in operator ()()
525 if (const method_type* m = dynamic_cast<const method_type*>(t)) in operator ()()
527 method_type::hash h; in operator ()()
1025 if (const method_type* d = dynamic_cast<const method_type*>(t)) in operator ()()
1026 return method_type::hash()(*d); in operator ()()
Dabg-ir.cc6601 t.reset(new method_type(p, ty->get_class_type(), in strip_typedef()
8766 if (const method_type* method = is_method_type(fn_type)) in get_function_type_name()
8844 get_method_type_name(const method_type* fn_type, in get_method_type_name()
8864 get_method_type_name(const method_type& fn_type, in get_method_type_name()
9058 if (const method_type* method = is_method_type(fn_type)) in get_pretty_representation()
9093 get_pretty_representation(const method_type& method, bool internal) in get_pretty_representation()
9111 get_pretty_representation(const method_type* method, bool internal) in get_pretty_representation()
10435 {return dynamic_pointer_cast<method_type>(t);} in is_method_type()
10443 const method_type*
10445 {return dynamic_cast<const method_type*>(t);} in is_method_type()
[all …]
Dabg-writer.cc3454 if (method_type_sptr method_type = is_method_type(fn_type)) in write_function_type() local
3457 << ctxt.get_id_for_type(method_type->get_class_type()) in write_function_type()
3461 /*is_const=*/method_type->get_is_const(), in write_function_type()
Dabg-dwarf-reader.cc12613 method_type_sptr method_type; in is_function_for_die_a_member_of_class() local
12616 method_type = method->get_type(); in is_function_for_die_a_member_of_class()
12618 method_type = is_method_type(artifact); in is_function_for_die_a_member_of_class()
12619 ABG_ASSERT(method_type); in is_function_for_die_a_member_of_class()
12621 class_or_union_sptr method_class = method_type->get_class_type(); in is_function_for_die_a_member_of_class()
13841 ? new method_type(is_method, is_const, in build_function_type()
Dabg-reader.cc3394 ? new method_type(return_type, as_method_decl, in build_function_decl()
4042 ? new method_type(method_class_type, in build_function_type()
/third_party/ffmpeg/libavcodec/
Dflacdec.c224 int i, tmp, partition, method_type, rice_order; in decode_residuals() local
228 method_type = get_bits(&gb, 2); in decode_residuals()
232 rice_bits = 4 + method_type; in decode_residuals()
238 if (method_type > 1) { in decode_residuals()
240 method_type); in decode_residuals()
/third_party/libabigail/
DChangeLog832 (method_type::method_type, template_decl::template_decl)
971 (function_type::function_type, method_type::method_type)
5497 (method_type): Likewise.
13853 (function_type::function_type, method_type::method_type)
13910 function_decl::parameter, function_type, method_type, class_decl,
13915 function_type, method_type, class_decl, union_decl,
21418 * include/abg-ir.h (method_type::priv_): Introduce new pimpl
21420 (method_type::class_type_): Move this into the pimpl idiom.
21421 (method_type::method_type): Take a new is_const flag.
21422 (method_type::get_class_type): Make this method out-of-line.
[all …]