IsInPackage 2183 third_party/protobuf/src/google/protobuf/descriptor.cc bool IsInPackage(const FileDescriptor* file, const string& package_name); IsInPackage 2641 third_party/protobuf/src/google/protobuf/descriptor.cc if (IsInPackage(file_, name)) return result; IsInPackage 2645 third_party/protobuf/src/google/protobuf/descriptor.cc if (*it != NULL && IsInPackage(*it, name)) return result;