Home
last modified time | relevance | path

Searched refs:get_label (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__sortaddrinfo.c145 static int get_label(const struct sockaddr *addr) in get_label() function
328 label_src1 = get_label(&a1->src_addr.sa); in rfc6724_compare()
329 label_dst1 = get_label(a1->ai->ai_addr); in rfc6724_compare()
334 label_src2 = get_label(&a2->src_addr.sa); in rfc6724_compare()
335 label_dst2 = get_label(a2->ai->ai_addr); in rfc6724_compare()
/third_party/libabigail/tests/
Dtest-kmi-whitelist.cc58 REQUIRE(left->get_label() == right->get_label()); in test_suppressions_are_consistent()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c13 static char get_label( int i ) in get_label() function
386 char val = get_label(j); in do_debug_bin()
/third_party/cef/include/capi/
Dcef_menu_model_capi.h195 cef_string_userfree_t(CEF_CALLBACK* get_label)(struct _cef_menu_model_t* self,
/third_party/cef/libcef_dll/ctocpp/
Dmenu_model_ctocpp.cc404 if (CEF_MEMBER_MISSING(_struct, get_label)) in GetLabel()
410 cef_string_userfree_t _retval = _struct->get_label(_struct, command_id); in GetLabel()
/third_party/libabigail/src/
Dabg-suppression.cc140 suppression_base::get_label() const in get_label() function in abigail::suppr::suppression_base
1143 if (s.get_label() == get_private_types_suppr_spec_label()) in suppression_matches_type_location()
4454 {return s.get_label() == get_private_types_suppr_spec_label();} in is_private_type_suppr_spec()
4468 && type_suppr->get_label() == get_private_types_suppr_spec_label()); in is_private_type_suppr_spec()
/third_party/libabigail/include/
Dabg-suppression.h71 get_label() const;
/third_party/cef/libcef_dll/cpptoc/
Dmenu_model_cpptoc.cc1244 GetStruct()->get_label = menu_model_get_label; in CefMenuModelCppToC()