Home
last modified time | relevance | path

Searched defs:UT (Results 1 – 25 of 117) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ffi/rustfuture/
Dmod.rs52 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 DMessageSetSchema.java133 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 DSchemaUtil.java900 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 DMessageSetSchema.java133 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 DSchemaUtil.java900 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 DDiagnosticOptions.h40 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/
DDiagnosticOptions.h49 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/
DDiagnosticOptions.h49 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/
DDiagnosticOptions.h49 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/
DDiagnosticOptions.h49 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 DJITSymbolFlags.h30 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 DOrcError.cpp79 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 DOrcError.cpp85 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/
Dforeignfuture.rs65 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 Denum.path.format.pass.cpp28 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.file_type.pass.cpp30 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.perms.pass.cpp32 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.copy_options.pass.cpp31 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.directory_options.pass.cpp32 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.perm_options.pass.cpp34 typedef std::underlying_type<E>::type UT; in main() typedef
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.type.synop/
H A Dendian.pass.cpp25 typedef std::underlying_type<std::endian>::type UT; in main() typedef
/aosp_15_r20/external/clang/lib/Basic/
H A DDiagnosticOptions.cpp20 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 Dendian.pass.cpp26 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 Denum.file_type.pass.cpp29 typedef std::underlying_type<E>::type UT; in main() typedef
H A Denum.copy_options.pass.cpp30 typedef std::underlying_type<E>::type UT; in main() typedef

12345