Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h46 struct IdType { struct
49 IdTypeClass type_class; argument
52 // Default equality operator for IdType. Tests if all members are the same. argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h46 struct IdType { struct
49 IdTypeClass type_class; argument
52 // Default equality operator for IdType. Tests if all members are the same. argument
/third_party/spirv-tools/source/
Dtext_handler.h46 struct IdType { struct
49 IdTypeClass type_class; argument
52 // Default equality operator for IdType. Tests if all members are the same. argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dmock_helpers.h41 using IdType = ::absl::base_internal::FastTypeIdType; variable
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitReexportedSymlinkReference3.ts10 export declare type IdType = A | B; alias
DdeclarationEmitReexportedSymlinkReference.ts10 export declare type IdType = A | B; alias
DdeclarationEmitReexportedSymlinkReference2.ts10 export declare type IdType = A | B; alias
/third_party/rust/crates/rustix/src/process/
Dprocctl.rs22 pub enum IdType { enum
35 fn proc_selector_to_raw(selector: ProcSelector) -> (IdType, RawPid) { in proc_selector_to_raw()
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts295 type IdType = `${number}-${number}-${number}-${number}` alias