Home
last modified time | relevance | path

Searched refs:name_matches (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dcapsule.c32 name_matches(const char *name1, const char *name2) { in name_matches() function
75 name_matches(capsule->name, name)); in PyCapsule_IsValid()
88 if (!name_matches(name, capsule->name)) { in PyCapsule_GetPointer()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc53 int LookupNamedCapture(const std::function<bool(String)>& name_matches, in LookupNamedCapture() argument
67 if (!name_matches(capture_name)) continue; in LookupNamedCapture()