Searched refs:name_matches (Results 1 – 2 of 2) sorted by relevance
32 name_matches(const char *name1, const char *name2) { in name_matches() function75 name_matches(capsule->name, name)); in PyCapsule_IsValid()88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()
53 int LookupNamedCapture(const std::function<bool(String)>& name_matches, in LookupNamedCapture() argument67 if (!name_matches(capture_name)) continue; in LookupNamedCapture()