Home
last modified time | relevance | path

Searched defs:replaceType (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in TypeTableCollection
DAppendingTypeTableBuilder.cpp95 bool AppendingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in AppendingTypeTableBuilder
DGlobalTypeTableBuilder.cpp108 bool GlobalTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in GlobalTypeTableBuilder
DMergingTypeTableBuilder.cpp121 bool MergingTypeTableBuilder::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in MergingTypeTableBuilder
DLazyRandomTypeCollection.cpp280 bool LazyRandomTypeCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType() function in LazyRandomTypeCollection
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionFieldDeclaration.java79 public FieldDeclaration replaceType(Type fieldType) { in replaceType() method in ReflectionFieldDeclaration
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionFieldDeclaration.java79 public ResolvedFieldDeclaration replaceType(ResolvedType fieldType) { in replaceType() method in ReflectionFieldDeclaration
/external/cronet/tot/third_party/icu/source/i18n/
Dnumber_affixutils.cpp234 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() function in AffixUtils
/external/icu/icu4c/source/i18n/
Dnumber_affixutils.cpp234 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() function in AffixUtils
/external/cronet/stable/third_party/icu/source/i18n/
Dnumber_affixutils.cpp234 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() function in AffixUtils
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAffixUtils.java439 public static String replaceType(CharSequence affixPattern, int type, char replacementChar) { in replaceType() method in AffixUtils
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
DAffixUtils.java431 public static String replaceType(CharSequence affixPattern, int type, char replacementChar) { in replaceType() method in AffixUtils
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2053 void replaceType(DISubroutineType *Ty) { in replaceType() function