Home
last modified time | relevance | path

Searched defs:string_eq (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp426 bool string_eq(const char* a, const char* b) noexcept { return a && b && strcmp(a, b) == 0; } in string_eq() function
427 bool string_eq(const char* a, const char* b, size_t len) noexcept { return a && b && strncmp(a, b, … in string_eq() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Dfunctional.py90 string_eq = Primitive('string_eq') variable