Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Ddef.c749 const char *prefix_given, in fill_prefix() argument
754 if (prefix_given != NULL && strcmp(prefix_given, "") != 0) { in fill_prefix()
755 stringsink_string(classname, NULL, prefix_given, in fill_prefix()
756 strlen(prefix_given), NULL); in fill_prefix()