Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Ddef.c684 size_t fullname_len = strlen(fullname); in classname_len_max() local
688 size_t length = fullname_len; in classname_len_max()
717 for (i = classname_start; i < fullname_len; i++) { in classname_len_max()
812 size_t fullname_len = strlen(fullname); in fill_classname() local
816 while (i < fullname_len) { in fill_classname()
818 while (j < fullname_len && fullname[j] != '.') { in fill_classname()
821 if (use_nested_submsg || is_first_segment && j == fullname_len) { in fill_classname()
826 if (j != fullname_len) { in fill_classname()