Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6406 static bool upb_streq(const char *str, const char *buf, size_t n) { in upb_streq() function
6600 if (upb_streq("proto2", buf, n)) { in file_onsyntax()
6602 } else if (upb_streq("proto3", buf, n)) { in file_onsyntax()