Searched refs:MatchingType (Results 1 – 10 of 10) sorted by relevance
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
D | MatchingType.java | 32 public enum MatchingType implements com.google.protobuf.ProtocolMessageEnum { enum 149 public static MatchingType valueOf(int value) { in valueOf() 157 public static MatchingType forNumber(int value) { in forNumber() 172 public static com.google.protobuf.Internal.EnumLiteMap<MatchingType> internalGetValueMap() { in internalGetValueMap() 176 private static final com.google.protobuf.Internal.EnumLiteMap<MatchingType> internalValueMap = 177 new com.google.protobuf.Internal.EnumLiteMap<MatchingType>() { 178 public MatchingType findValueByNumber(int number) { 179 return MatchingType.forNumber(number); 199 private static final MatchingType[] VALUES = values(); 201 public static MatchingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf() [all …]
|
D | ExclusionRule.java | 360 public com.google.privacy.dlp.v2.MatchingType getMatchingType() { in getMatchingType() 361 com.google.privacy.dlp.v2.MatchingType result = in getMatchingType() 362 com.google.privacy.dlp.v2.MatchingType.forNumber(matchingType_); in getMatchingType() 363 return result == null ? com.google.privacy.dlp.v2.MatchingType.UNRECOGNIZED : result; in getMatchingType() 390 != com.google.privacy.dlp.v2.MatchingType.MATCHING_TYPE_UNSPECIFIED.getNumber()) { in writeTo() 421 != com.google.privacy.dlp.v2.MatchingType.MATCHING_TYPE_UNSPECIFIED.getNumber()) { in getSerializedSize() 1765 public com.google.privacy.dlp.v2.MatchingType getMatchingType() { in getMatchingType() 1766 com.google.privacy.dlp.v2.MatchingType result = in getMatchingType() 1767 com.google.privacy.dlp.v2.MatchingType.forNumber(matchingType_); in getMatchingType() 1768 return result == null ? com.google.privacy.dlp.v2.MatchingType.UNRECOGNIZED : result; in getMatchingType() [all …]
|
D | ExclusionRuleOrBuilder.java | 192 com.google.privacy.dlp.v2.MatchingType getMatchingType(); in getMatchingType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 172 unsigned MatchingType) { in isMatchingReloc() argument 173 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc() 435 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local 436 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs() 444 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs() 445 return isMatchingReloc(X, R, MatchingType); in sortRelocs()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 180 unsigned MatchingType) { in isMatchingReloc() argument 181 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc() 464 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local 465 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs() 473 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs() 474 return isMatchingReloc(X, R, MatchingType); in sortRelocs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 180 unsigned MatchingType) { in isMatchingReloc() argument 181 if (X.R.Type == MatchingType && X.R.OriginalSymbol == R.OriginalSymbol) { in isMatchingReloc() 487 unsigned MatchingType = getMatchingLoType(R); in sortRelocs() local 488 assert(MatchingType != ELF::R_MIPS_NONE && in sortRelocs() 496 [&R, &MatchingType](const MipsRelocationEntry &X) { in sortRelocs() 497 return isMatchingReloc(X, R, MatchingType); in sortRelocs()
|
/external/pytorch/test/cpp/jit/ |
D | test_interpreter.cpp | 41 TEST_F(TypeCheckTest, MatchingType) { in TEST_F() argument
|
/external/google-cloud-java/java-dlp/ |
D | synth.metadata | 333 "proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/MatchingType.java",
|
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/ |
D | dlp.proto | 709 // How the rule is applied, see MatchingType documentation for details. 710 MatchingType matching_type = 4; 5058 enum MatchingType { enum
|
/external/googleapis/google/privacy/dlp/v2/ |
D | dlp.proto | 894 // How the rule is applied, see MatchingType documentation for details. 895 MatchingType matching_type = 4; 5861 enum MatchingType { enum
|