/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/rustfuture/ |
D | mod.rs | 52 dyn RustFutureFfi<T::ReturnType>: HandleAlloc<UT>, in rust_future_new() 73 dyn RustFutureFfi<ReturnType>: HandleAlloc<UT>, in rust_future_poll() 90 dyn RustFutureFfi<ReturnType>: HandleAlloc<UT>, in rust_future_cancel() 110 dyn RustFutureFfi<ReturnType>: HandleAlloc<UT>, in rust_future_complete() 123 dyn RustFutureFfi<ReturnType>: HandleAlloc<UT>, in rust_future_free()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageSetSchema.java | 133 UnknownFieldSchema<UT, UB> unknownFieldSchema, T message, Writer writer) throws IOException { in writeUnknownFieldsHelper() 247 UnknownFieldSchema<UT, UB> unknownFieldSchema, in mergeFromHelper() 290 UnknownFieldSchema<UT, UB> unknownFieldSchema, in parseMessageSetItemOrUnknownField() 399 UnknownFieldSchema<UT, UB> schema, T message) { in getUnknownFieldsSerializedSize()
|
H A D | SchemaUtil.java | 900 UnknownFieldSchema<UT, UB> schema, T message, T other) { in mergeUnknownFields() 915 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList() 961 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList() 1006 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in storeUnknownEnum()
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageSetSchema.java | 133 UnknownFieldSchema<UT, UB> unknownFieldSchema, T message, Writer writer) throws IOException { in writeUnknownFieldsHelper() 247 UnknownFieldSchema<UT, UB> unknownFieldSchema, in mergeFromHelper() 290 UnknownFieldSchema<UT, UB> unknownFieldSchema, in parseMessageSetItemOrUnknownField() 399 UnknownFieldSchema<UT, UB> schema, T message) { in getUnknownFieldsSerializedSize()
|
H A D | SchemaUtil.java | 900 UnknownFieldSchema<UT, UB> schema, T message, T other) { in mergeUnknownFields() 915 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList() 961 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in filterUnknownEnumList() 1006 UnknownFieldSchema<UT, UB> unknownFieldSchema) { in storeUnknownEnum()
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 40 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 46 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable 53 using UT = std::underlying_type<DiagnosticLevelMask>::type; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | DiagnosticOptions.h | 49 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 55 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 62 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | DiagnosticOptions.h | 49 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 55 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 62 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | DiagnosticOptions.h | 49 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 55 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 62 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | DiagnosticOptions.h | 49 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 55 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable 62 using UT = std::underlying_type_t<DiagnosticLevelMask>; variable
|
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbolFlags.h | 30 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef 41 typedef std::underlying_type<JITSymbolFlags>::type UT; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/ |
H A D | OrcError.cpp | 79 typedef std::underlying_type<OrcErrorCode>::type UT; in orcError() typedef 103 typedef std::underlying_type<OrcErrorCode>::type UT; in convertToErrorCode() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | OrcError.cpp | 85 typedef std::underlying_type_t<OrcErrorCode> UT; in orcError() typedef 108 typedef std::underlying_type_t<OrcErrorCode> UT; in convertToErrorCode() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/ |
D | foreignfuture.rs | 65 T: LiftReturn<UT>, in foreign_async_call() 83 pub extern "C" fn foreign_future_complete<T: LiftReturn<UT>, UT>( in foreign_future_complete()
|
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
H A D | enum.path.format.pass.cpp | 28 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.file_type.pass.cpp | 30 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.perms.pass.cpp | 32 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.copy_options.pass.cpp | 31 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.directory_options.pass.cpp | 32 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.perm_options.pass.cpp | 34 typedef std::underlying_type<E>::type UT; in main() typedef
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.type.synop/ |
H A D | endian.pass.cpp | 25 typedef std::underlying_type<std::endian>::type UT; in main() typedef
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | DiagnosticOptions.cpp | 20 using UT = std::underlying_type<DiagnosticLevelMask>::type; in operator <<() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/bit/bit.endian/ |
H A D | endian.pass.cpp | 26 typedef std::underlying_type<std::endian>::type UT; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.enum/ |
H A D | enum.file_type.pass.cpp | 29 typedef std::underlying_type<E>::type UT; in main() typedef
|
H A D | enum.copy_options.pass.cpp | 30 typedef std::underlying_type<E>::type UT; in main() typedef
|