Searched refs:get_label (Results 1 – 8 of 8) sorted by relevance
145 static int get_label(const struct sockaddr *addr) in get_label() function328 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()
58 REQUIRE(left->get_label() == right->get_label()); in test_suppressions_are_consistent()
13 static char get_label( int i ) in get_label() function386 char val = get_label(j); in do_debug_bin()
195 cef_string_userfree_t(CEF_CALLBACK* get_label)(struct _cef_menu_model_t* self,
404 if (CEF_MEMBER_MISSING(_struct, get_label)) in GetLabel()410 cef_string_userfree_t _retval = _struct->get_label(_struct, command_id); in GetLabel()
140 suppression_base::get_label() const in get_label() function in abigail::suppr::suppression_base1143 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()
71 get_label() const;
1244 GetStruct()->get_label = menu_model_get_label; in CefMenuModelCppToC()