Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/
DOneofDescriptor.php76 public function isSynthetic() function in Google\\Protobuf\\OneofDescriptor
78 return $this->internal_desc->isSynthetic();
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckTags.java301 && !(doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic())) { in doDoc()
DGatherAPIDataOld.java219 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
DGatherAPIData.java272 if (doc instanceof MemberDoc && ((MemberDoc)doc).isSynthetic()) return true; in ignore()
DDeprecatedAPIChecker.java164 if (!isPublicOrProtected(mtd.getModifiers()) || mtd.isSynthetic()) { in checkClass()
DCheckAPI.java816 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java911 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
DGeneratedMessageV3.java2067 if (oneofDescriptor.isSynthetic()) {
2243 && !descriptor.getContainingOneof().isSynthetic();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h273 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1563 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S)); in setEntryCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1504 if (!CalleeEntryCount.hasValue() || CalleeEntryCount.isSynthetic() || in updateCallProfile()