Searched refs:isSynthetic (Results 1 – 11 of 11) sorted by relevance
76 public function isSynthetic() function in Google\\Protobuf\\OneofDescriptor78 return $this->internal_desc->isSynthetic();
301 && !(doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic())) { in doDoc()
219 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
272 if (doc instanceof MemberDoc && ((MemberDoc)doc).isSynthetic()) return true; in ignore()
164 if (!isPublicOrProtected(mtd.getModifiers()) || mtd.isSynthetic()) { in checkClass()
816 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
911 if (oneof.isSynthetic()) { in Descriptor()1149 return containingOneof != null && !containingOneof.isSynthetic() ? containingOneof : null; in getRealContainingOneof()2686 public boolean isSynthetic() { in isSynthetic() method in Descriptors.OneofDescriptor
2067 if (oneofDescriptor.isSynthetic()) {2243 && !descriptor.getContainingOneof().isSynthetic();
273 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic() function
1563 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S)); in setEntryCount()
1504 if (!CalleeEntryCount.hasValue() || CalleeEntryCount.isSynthetic() || in updateCallProfile()