Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dnames.c192 size_t fullname_len = strlen(fullname); in fill_classname() local
195 while (i < fullname_len) { in fill_classname()
197 while (j < fullname_len && fullname[j] != '.') { in fill_classname()
202 if (j != fullname_len) { in fill_classname()