Home
last modified time | relevance | path

Searched refs:isSynthetic (Results 1 - 13 of 13) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
H A DOneofDescriptor.php76 public function isSynthetic() function
78 return $this->internal_desc->isSynthetic();
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.h41 bool isSynthetic; member
H A Dvalue-mirror.cc913 if (!mirror.isOwn && !mirror.isSynthetic) return true;
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java301 && !(doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic())) { in doDoc()
303 // unfortunately, in JDK 1.4.1 MemberDoc.isSynthetic is not properly implemented for in doDoc()
H A DGatherAPIData.java272 if (doc instanceof MemberDoc && ((MemberDoc)doc).isSynthetic()) return true; in ignore()
337 // MemberDoc.isSynthetic in createInfo()
H A DDeprecatedAPIChecker.java164 if (!isPublicOrProtected(mtd.getModifiers()) || mtd.isSynthetic()) { in checkClass()
H A DGatherAPIDataOld.java219 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
261 // MemberDoc.isSynthetic in createInfo()
H A DCheckAPI.java283 // MemberDoc.isSynthetic in read()
816 if (doc instanceof ConstructorDoc && ((ConstructorDoc)doc).isSynthetic()) return true; in ignore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DFunction.h273 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic() function in llvm::Function::ProfileCount
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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
H A DGeneratedMessageV3.java2067 if (oneofDescriptor.isSynthetic()) { in OneofAccessor()
2243 && !descriptor.getContainingOneof().isSynthetic(); in SingularFieldAccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DFunction.cpp1563 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1504 if (!CalleeEntryCount.hasValue() || CalleeEntryCount.isSynthetic() || in updateCallProfile()

Completed in 26 milliseconds