Searched defs:dependency_count (Results 1 – 4 of 4) sorted by relevance
300 uint32_t dependency_count; member
958 absl::flat_hash_map<const FileDescriptor*, int>* dependency_count) { in AnalyzeDependencyForFile()1017 absl::flat_hash_map<const FileDescriptor*, int> dependency_count; in GenerateAddFilesToPool() local
493 int dependency_count() const { return upb_FileDef_DependencyCount(ptr_); } in dependency_count() function in upb::FileDefPtr