Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/rust/crates/clap/src/util/
Did.rs9 pub struct Id(Str); struct
11 impl Id { impl
30 impl From<&'_ Id> for Id { implementation
36 impl From<Str> for Id { implementation
42 impl From<&'_ Str> for Id { implementation
49 impl From<std::string::String> for Id { implementation
56 impl From<&'_ std::string::String> for Id { implementation
62 impl From<&'static str> for Id { implementation
68 impl From<&'_ &'static str> for Id { implementation
86 impl std::fmt::Display for Id { implementation
[all …]
/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs47 pub(crate) fn propagate_globals(&mut self, global_arg_vec: &[Id]) { in propagate_globals()
58 global_arg_vec: &[Id], in fill_in_global_values()
59 vals_map: &mut FlatMap<Id, MatchedArg>, in fill_in_global_values()
112 pub(crate) fn arg_ids(&self) -> std::slice::Iter<'_, Id> { in arg_ids() argument
116 pub(crate) fn args(&self) -> crate::util::flat_map::Iter<'_, Id, MatchedArg> { in args() argument
120 pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<Id, MatchedArg> { in entry()
132 pub(crate) fn check_explicit(&self, arg: &Id, predicate: &ArgPredicate) -> bool { in check_explicit()
148 pub(crate) fn start_custom_group(&mut self, id: Id, source: ValueSource) { in start_custom_group()
175 pub(crate) fn add_val_to(&mut self, arg: &Id, val: AnyValue, raw_val: OsString) { in add_val_to()
180 pub(crate) fn add_index_to(&mut self, arg: &Id, idx: usize) { in add_index_to()
[all …]
Dvalidator.rs154 name: &Id, in build_conflict_err()
155 conflict_ids: &[Id], in build_conflict_err()
194 conflicting_keys: &[Id], in build_conflict_err_usage()
400 raw_req_args: Vec<Id>, in missing_required_error()
482 fn gather_conflicts(&self, cmd: &Command, arg_id: &Id) -> Vec<Id> { in gather_conflicts()
511 fn get_direct_conflicts(&self, arg_id: &Id) -> Option<&[Id]> { in get_direct_conflicts()
516 fn gather_direct_conflicts(cmd: &Command, id: &Id) -> Vec<Id> { in gather_direct_conflicts()
529 fn gather_arg_direct_conflicts(cmd: &Command, arg: &Arg) -> Vec<Id> { in gather_arg_direct_conflicts()
549 fn gather_group_direct_conflicts(group: &ArgGroup) -> Vec<Id> { in gather_group_direct_conflicts()
/third_party/rust/crates/cxx/tests/ui/
Draw_ident_namespace.rs7 type Id = type_id!("org::r#box::implementation::QuotedRaw"); typedef
15 type Id = type_id!("org::box::implementation::QuotedKeyword"); typedef
23 type Id = type_id!(org::r#box::implementation::UnquotedRaw); typedef
31 type Id = type_id!(org::box::implementation::UnquotedKeyword); typedef
Dslice_of_type_alias.rs21 type Id = type_id!("ElementTrivial"); typedef
26 type Id = type_id!("ElementOpaque"); typedef
Ddeny_missing_docs.rs76 type Id = type_id!("UndocumentedTypeAlias"); typedef
81 type Id = type_id!("DocumentedTypeAlias"); typedef
Dunique_ptr_to_opaque.rs7 type Id = cxx::type_id!("C"); typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h137 RemoteSymbolId Id) in RemoteSymbolMaterializer()
162 RemoteSymbolId Id; variable
185 Error badRemoteSymbolIdError(RemoteSymbolId Id) { in badRemoteSymbolIdError()
197 auto Id = SymbolIdMgr.getNext(); in jitSymbolToRemote() local
230 void releaseRemoteSymbol(RemoteSymbolId Id) { in releaseRemoteSymbol()
237 Expected<JITTargetAddress> materializeRemoteSymbol(RemoteSymbolId Id) { in materializeRemoteSymbol()
242 Error handleReleaseRemoteSymbol(RemoteSymbolId Id) { in handleReleaseRemoteSymbol()
253 Expected<JITTargetAddress> handleMaterializeRemoteSymbol(RemoteSymbolId Id) { in handleMaterializeRemoteSymbol()
459 JITSymbol lookup(ObjHandleT Id, const std::string &Name) { in lookup()
464 JITSymbol lookupInLogicalDylib(ObjHandleT Id, const std::string &Name) { in lookupInLogicalDylib()
[all …]
DOrcRemoteTargetServer.h206 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
216 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
235 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
245 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
255 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
376 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
397 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
DOrcRemoteTargetClient.h263 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
320 ResourceIdMgr::ResourceId Id; variable
336 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
446 ResourceIdMgr::ResourceId Id; variable
542 auto Id = AllocatorIds.getNext(); in createRemoteMemoryManager() local
553 auto Id = IndirectStubOwnerIds.getNext(); in createIndirectStubsManager() local
612 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
621 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
628 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
652 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem()
[all …]
/third_party/rust/crates/cxx/src/
Dextern_type.rs113 type Id; typedef
184 pub fn verify_extern_type<T: ExternType<Id = Id>, Id>() {} in verify_extern_type() argument
/third_party/rust/crates/clap/examples/
Dfind.rs34 pub fn from_matches(matches: &ArgMatches) -> Vec<(clap::Id, Self)> { in from_matches()
61 id: &clap::Id, in extract()
62 output: &mut BTreeMap<usize, (clap::Id, Self)>, in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeUDT.cpp19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
DNativeTypeEnum.cpp99 SymIndexId Id = Session.getSymbolCache() in getChildAtIndex() local
115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
120 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
297 const auto Id = Session.getSymbolCache().findSymbolByTypeIndex( in getLength() local
DNativeTypePointer.cpp19 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
26 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
DNativeTypeTypedef.cpp7 NativeTypeTypedef::NativeTypeTypedef(NativeSession &Session, SymIndexId Id, in NativeTypeTypedef()
DNativeEnumGlobals.cpp45 SymIndexId Id = in getChildAtIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp46 void ArgList::eraseArg(OptSpecifier Id) { in eraseArg()
60 for (auto Id : Ids) { in getRange() local
86 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const { in getLastArgValue()
103 for (OptSpecifier Id : ExcludeIds) { in AddAllArgsExcept() local
110 for (OptSpecifier Id : Ids) { in AddAllArgsExcept() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp63 DWORD Id = 0; in getSourceFileId() local
68 DWORD Id = 0; in getCompilandId() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DSymbolCache.h56 SymIndexId Id = Cache.size(); in createSymbolPlaceholder() local
86 SymIndexId Id = Cache.size(); in createSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h90 JumpTableData(GlobalString Name, GlobalString FuncName, SizeT Id, in JumpTableData()
112 SizeT Id; variable
/third_party/rust/crates/clap/src/output/
Dusage.rs190 pub(crate) fn write_args(&self, incls: &[Id], force_optional: bool, styled: &mut StyledStr) { in write_args()
197 pub(crate) fn get_args(&self, incls: &[Id], force_optional: bool) -> Vec<StyledStr> { in get_args()
318 incls: &[Id], in get_required_usage_from()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp89 static unsigned toIndex(ID Id) { in toIndex()
102 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; } in getNumArgs()
103 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; } in getName()
556 int Id = 0; in buildManglingRulesMap() local
1007 bool UnmangledFuncInfo::lookup(StringRef Name, ID &Id) { in lookup()
1034 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom) { in AMDGPULibFunc()
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs77 pub struct Id(c_int); struct
79 impl Id { implementation
106 pub fn from_raw(value: c_int) -> Id { in from_raw()
196 pub fn id(&self) -> Id { in id()
730 key_type: Id, in private_key_from_raw_bytes()
771 key_type: Id, in public_key_from_raw_bytes()
1077 fn test_raw_public_key(gen: fn() -> Result<PKey<Private>, ErrorStack>, key_type: Id) { in test_raw_public_key()
1093 fn test_raw_private_key(gen: fn() -> Result<PKey<Private>, ErrorStack>, key_type: Id) { in test_raw_private_key()
/third_party/typescript/tests/cases/compiler/
DusingModuleWithExportImportInValuePosition.ts7 export interface Id { interface

123456