Home
last modified time | relevance | path

Searched defs:FromInt (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR22806_constrain_tuple_like_ctor.pass.cpp38 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
51 enum State { FromTuple, FromInt, Copied, Moved }; enumerator
64 enum State { FromInt, Copied, Moved }; enumerator
74 enum State { FromInt, Copied, Moved }; enumerator
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Devent_id.h56 static EventId FromInt(uint64_t value) { in FromInt() function
/external/auto/factory/src/test/resources/good/
DMixedDepsImplementingInterfaces.java31 interface FromInt { interface in MixedDepsImplementingInterfaces
/external/clang/lib/AST/
DASTDiagnostic.cpp619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff()
672 const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, in SetFromIntegerAndToDeclarationDiff()
775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff()
822 llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, in GetFromIntegerAndToDeclarationDiff()
1207 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local
1452 llvm::APSInt FromInt, ToInt; in TreeToString() local
1495 llvm::APSInt FromInt; in TreeToString() local
1707 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DConverter2.java73 private static class FromInt extends Converter2<String> { class in Converter2
DConverter.java174 private static class FromInt extends Converter<String> { class in Converter
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DConverter2.java73 private static class FromInt extends Converter2<String> { class in Converter2
DConverter.java175 private static class FromInt extends Converter<String> { class in Converter
/external/clang/test/SemaCXX/
Dtype-traits.cpp1757 struct FromInt { FromInt(int); }; struct