Home
last modified time | relevance | path

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

12345678910>>...25

/external/clang/lib/Driver/
DTypes.cpp39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
73 bool types::canLipoType(ID Id) { in canLipoType()
80 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang()
104 bool types::isObjC(ID Id) { in isObjC()
[all …]
/external/rust/crates/clap/3.2.23/src/util/
Did.rs11 pub(crate) struct Id { struct
19 impl Id { argument
40 impl Id { impl
50 impl Debug for Id { implementation
61 impl Deref for Id { implementation
69 impl<T: Key> From<T> for Id { implementation
79 impl Hash for Id { implementation
88 impl PartialEq for Id { implementation
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h38 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
42 #define LOC_SVAL(Id, Parent) \ in Visit() argument
49 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
58 #define BASIC_SVAL(Id, Parent) \ argument
60 #define ABSTRACT_SVAL(Id, Parent) \ argument
62 #define LOC_SVAL(Id, Parent) \ argument
64 #define NONLOC_SVAL(Id, Parent) \ argument
85 #define SYMBOL(Id, Parent) \ in Visit() argument
94 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
95 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/external/rust/crates/tracing-core/tests/common/
Dmod.rs8 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
11 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in record() argument
12 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in record_follows_from()
14 fn enter(&self, _: &span::Id) {} in enter()
15 fn exit(&self, _: &span::Id) {} in exit()
22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
25 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in record() argument
26 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in record_follows_from()
28 fn enter(&self, _: &span::Id) {} in enter()
29 fn exit(&self, _: &span::Id) {} in exit()
/external/stg/doc/
DDIFFS.md95 #### Revisited Nodes and Recursive Comparison
118 #### Typedefs
127 If `operator()(Id, Id)` sees a comparison involving a typedef, it resolves argument
138 #### Qualified Types
146 `operator()(Id, Id)` should collect and compare all qualifiers on both sides and argument
153 #### Qualified typedefs
/external/rust/crates/clap/src/util/
Did.rs9 pub struct Id(Str); struct
11 impl Id { implementation
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 …]
/external/stg/
Dgraph.h42 struct Id { struct
44 static const Id kInvalid; argument
45 explicit Id(size_t ix) : ix_(ix) {} in Id() argument
56 std::ostream& operator<<(std::ostream& os, Id id); argument
Dfidelity.cc89 void Fidelity::operator()(const Special&, Id) {} in operator ()() argument
91 void Fidelity::operator()(const PointerReference& x, Id) { in operator ()() argument
95 void Fidelity::operator()(const PointerToMember& x, Id) { in operator ()() argument
100 void Fidelity::operator()(const Typedef& x, Id) { in operator ()() argument
104 void Fidelity::operator()(const Qualified& x, Id) { in operator ()() argument
108 void Fidelity::operator()(const Primitive&, Id) {} in operator ()() argument
110 void Fidelity::operator()(const Array& x, Id) { in operator ()() argument
114 void Fidelity::operator()(const BaseClass& x, Id) { in operator ()() argument
118 void Fidelity::operator()(const Method& x, Id) { in operator ()() argument
122 void Fidelity::operator()(const Member& x, Id) { in operator ()() argument
[all …]
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h44 struct Id { struct
72 static constexpr Id LargeString(size_t index) { in LargeString() argument
78 static constexpr Id BlockString(size_t index, uint32_t offset) { in BlockString() argument
86 static constexpr Id Raw(uint32_t raw) { return Id(raw); } in Raw() argument
88 static constexpr Id Null() { return Id(0u); } in Null() argument
91 constexpr explicit Id(uint32_t i) : id(i) {} in Id() argument
105 Id StringId(); argument
/external/rust/crates/tracing-core/src/
Dsubscriber.rs258 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id; in new_span()
298 fn record(&self, span: &span::Id, values: &span::Record<'_>); in record()
318 fn record_follows_from(&self, span: &span::Id, follows: &span::Id); in record_follows_from()
359 fn enter(&self, span: &span::Id); in enter()
371 fn exit(&self, span: &span::Id); in exit()
393 fn clone_span(&self, id: &span::Id) -> span::Id { in clone_span()
407 fn drop_span(&self, _id: span::Id) {} in drop_span()
683 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
689 fn record(&self, _span: &span::Id, _values: &span::Record<'_>) {} in record()
691 fn record_follows_from(&self, _span: &span::Id, _follows: &span::Id) {} in record_follows_from()
[all …]
Ddispatcher.rs560 pub fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span()
572 pub fn record(&self, span: &span::Id, values: &span::Record<'_>) { in record()
585 pub fn record_follows_from(&self, span: &span::Id, follows: &span::Id) { in record_follows_from()
626 pub fn enter(&self, span: &span::Id) { in enter()
637 pub fn exit(&self, span: &span::Id) { in exit()
656 pub fn clone_span(&self, id: &span::Id) -> span::Id { in clone_span()
684 pub fn drop_span(&self, id: span::Id) { in drop_span()
960 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in events_dont_infinite_loop()
964 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in events_dont_infinite_loop() argument
966 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in events_dont_infinite_loop()
[all …]
/external/rust/crates/clap/3.2.23/src/parser/
Darg_matcher.rs54 pub(crate) fn propagate_globals(&mut self, global_arg_vec: &[Id]) { in propagate_globals()
65 global_arg_vec: &[Id], in fill_in_global_values()
66 vals_map: &mut HashMap<Id, MatchedArg>, in fill_in_global_values()
111 pub(crate) fn remove(&mut self, arg: &Id) { in remove()
119 pub(crate) fn arg_ids(&self) -> indexmap::map::Keys<Id, MatchedArg> { in arg_ids()
123 pub(crate) fn entry(&mut self, arg: &Id) -> indexmap::map::Entry<Id, MatchedArg> { in entry()
135 pub(crate) fn iter(&self) -> indexmap::map::Iter<Id, MatchedArg> { in iter()
139 pub(crate) fn check_explicit<'a>(&self, arg: &Id, predicate: ArgPredicate<'a>) -> bool { in check_explicit()
155 pub(crate) fn start_custom_group(&mut self, id: &Id, source: ValueSource) { in start_custom_group()
177 pub(crate) fn start_occurrence_of_group(&mut self, id: &Id) { in start_occurrence_of_group()
[all …]
/external/rust/crates/tracing/tests/
Dregister_callsite_deadlock.rs22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in register_callsite_doesnt_deadlock()
25 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in register_callsite_doesnt_deadlock() argument
26 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in register_callsite_doesnt_deadlock()
28 fn enter(&self, _: &span::Id) {} in register_callsite_doesnt_deadlock()
29 fn exit(&self, _: &span::Id) {} in register_callsite_doesnt_deadlock()
Dsubscriber.rs35 fn new_span(&self, _: &Attributes<'_>) -> Id { in event_macros_dont_infinite_loop()
39 fn record(&self, _: &Id, _: &Record<'_>) {} in event_macros_dont_infinite_loop() argument
41 fn record_follows_from(&self, _: &Id, _: &Id) {} in event_macros_dont_infinite_loop()
48 fn enter(&self, _: &Id) {} in event_macros_dont_infinite_loop()
50 fn exit(&self, _: &Id) {} in event_macros_dont_infinite_loop()
/external/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()
/external/rust/crates/tracing/benches/
Dshared.rs93 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span()
99 fn record(&self, _span: &Id, values: &span::Record<'_>) { in record()
109 fn record_follows_from(&self, span: &Id, follows: &Id) { in record_follows_from()
118 fn enter(&self, span: &Id) { in enter()
122 fn exit(&self, span: &Id) { in exit()
131 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span()
140 fn record(&self, span: &Id, values: &span::Record<'_>) { in record()
144 fn record_follows_from(&self, span: &Id, follows: &Id) { in record_follows_from()
153 fn enter(&self, span: &Id) { in enter()
157 fn exit(&self, span: &Id) { in exit()
/external/rust/crates/tokio/src/runtime/task/
Did.rs27 pub struct Id(u64); struct
69 impl fmt::Display for Id { implementation
75 impl Id { implementation
/external/rust/crates/tracing-subscriber/src/layer/
Dlayered.rs125 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span()
131 fn record(&self, span: &span::Id, values: &span::Record<'_>) { in record()
136 fn record_follows_from(&self, span: &span::Id, follows: &span::Id) { in record_follows_from()
156 fn enter(&self, span: &span::Id) { in enter()
161 fn exit(&self, span: &span::Id) { in exit()
166 fn clone_span(&self, old: &span::Id) -> span::Id { in clone_span()
175 fn drop_span(&self, id: span::Id) { in drop_span()
282 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
288 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record()
294 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: Context<'_, S>) { in on_follows_from()
[all …]
Dmod.rs875 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
892 fn on_record(&self, _span: &span::Id, _values: &span::Record<'_>, _ctx: Context<'_, S>) {} in on_record()
899 fn on_follows_from(&self, _span: &span::Id, _follows: &span::Id, _ctx: Context<'_, S>) {} in on_follows_from()
930 fn on_enter(&self, _id: &span::Id, _ctx: Context<'_, S>) {} in on_enter()
933 fn on_exit(&self, _id: &span::Id, _ctx: Context<'_, S>) {} in on_exit()
936 fn on_close(&self, _id: span::Id, _ctx: Context<'_, S>) {} in on_close()
940 fn on_id_change(&self, _old: &span::Id, _new: &span::Id, _ctx: Context<'_, S>) {} in on_id_change()
1571 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
1606 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record()
1613 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: Context<'_, S>) { in on_follows_from()
[all …]
/external/rust/crates/tracing-subscriber/src/
Dreload.rs138 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span()
143 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record()
148 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: layer::Context<'_, S>) { in on_follows_from()
163 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter()
168 fn on_exit(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_exit()
173 fn on_close(&self, id: span::Id, ctx: layer::Context<'_, S>) { in on_close()
178 fn on_id_change(&self, old: &span::Id, new: &span::Id, ctx: layer::Context<'_, S>) { in on_id_change()
227 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span()
232 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record()
237 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter()
[all …]
/external/rust/crates/tokio/src/runtime/
Did.rs34 pub struct Id(NonZeroU64); struct
36 impl From<NonZeroU64> for Id { implementation
42 impl fmt::Display for Id { implementation
/external/rust/crates/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs146 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span()
152 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record()
158 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter()
164 fn on_exit(&self, id: &Id, ctx: Context<'_, S>) { in on_exit()
170 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close()
338 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span()
344 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record()
350 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter()
356 fn on_exit(&self, id: &Id, ctx: Context<'_, S>) { in on_exit()
362 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close()
[all …]
/external/rust/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
/external/aws-sdk-java-v2/services/organizations/src/main/resources/codegen-resources/
Dexamples-1.json14 "Id": "h-examplehandshakeid111", string
17 "Id": "o-exampleorgid", string
21 "Id": "juan@example.com", string
106 "Id": "h-examplehandshakeid111", string
109 "Id": "o-exampleorgid", string
113 "Id": "susan@example.com", string
168 "Id": "car-examplecreateaccountrequestid111", string
197 "Id": "o-exampleorgid", string
224 "Id": "o-exampleorgid", string
250 "Id": "ou-examplerootid111-exampleouid111", string
[all …]

12345678910>>...25