Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.cc146 if (!ValidateObjCClassPrefixes(files, generation_options, error)) { in GenerateAll()
Dobjectivec_helpers.h239 ValidateObjCClassPrefixes(const std::vector<const FileDescriptor*>& files,
Dobjectivec_helpers.cc1211 bool ValidateObjCClassPrefixes(const std::vector<const FileDescriptor*>& files, in ValidateObjCClassPrefixes() function