/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | set.rs | 4 pub use self::ordered::OrderedSet; 12 pub struct OrderedSet<T> { structure names 17 impl<'a, T> OrderedSet<&'a T> impls 22 OrderedSet { in new() 53 impl<'a, T> OrderedSet<&'a T> { impls 63 impl<'s, 'a, T> IntoIterator for &'s OrderedSet<&'a T> { 129 impl<'a, T> Debug for OrderedSet<&'a T>
|
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 16 pub all: OrderedSet<&'a Type>, 32 let mut all = OrderedSet::new(); in collect() 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() 45 struct CollectTypes<'s, 'a>(&'s mut OrderedSet<&'a Type>); in visit()
|
H A D | trivial.rs | 2 use crate::syntax::set::{OrderedSet as Set, UnorderedSet};
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | set.rs | 4 pub use self::ordered::OrderedSet; 12 pub struct OrderedSet<T> { structure names 17 impl<'a, T> OrderedSet<&'a T> impls 22 OrderedSet { in new() 53 impl<'a, T> OrderedSet<&'a T> { impls 63 impl<'s, 'a, T> IntoIterator for &'s OrderedSet<&'a T> { 129 impl<'a, T> Debug for OrderedSet<&'a T>
|
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 16 pub all: OrderedSet<&'a Type>, 32 let mut all = OrderedSet::new(); in collect() 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() 45 struct CollectTypes<'s, 'a>(&'s mut OrderedSet<&'a Type>); in visit()
|
H A D | trivial.rs | 2 use crate::syntax::set::{OrderedSet as Set, UnorderedSet};
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | set.rs | 4 pub use self::ordered::OrderedSet; 12 pub struct OrderedSet<T> { structure names 17 impl<'a, T> OrderedSet<&'a T> impls 22 OrderedSet { in new() 53 impl<'a, T> OrderedSet<&'a T> { impls 63 impl<'s, 'a, T> IntoIterator for &'s OrderedSet<&'a T> { 129 impl<'a, T> Debug for OrderedSet<&'a T>
|
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 16 pub all: OrderedSet<&'a Type>, 32 let mut all = OrderedSet::new(); in collect() 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() 45 struct CollectTypes<'s, 'a>(&'s mut OrderedSet<&'a Type>); in visit()
|
H A D | trivial.rs | 2 use crate::syntax::set::{OrderedSet as Set, UnorderedSet};
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | set.rs | 4 pub use self::ordered::OrderedSet; 12 pub struct OrderedSet<T> { structure names 17 impl<'a, T> OrderedSet<&'a T> impls 22 OrderedSet { in new() 53 impl<'a, T> OrderedSet<&'a T> { impls 63 impl<'s, 'a, T> IntoIterator for &'s OrderedSet<&'a T> { 129 impl<'a, T> Debug for OrderedSet<&'a T>
|
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 16 pub all: OrderedSet<&'a Type>, 32 let mut all = OrderedSet::new(); in collect() 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() 45 struct CollectTypes<'s, 'a>(&'s mut OrderedSet<&'a Type>); in visit()
|
H A D | trivial.rs | 2 use crate::syntax::set::{OrderedSet as Set, UnorderedSet};
|
/third_party/rust/crates/cxx/syntax/ |
H A D | set.rs | 4 pub use self::ordered::OrderedSet; 12 pub struct OrderedSet<T> { structure names 17 impl<'a, T> OrderedSet<&'a T> impls 22 OrderedSet { in new() 53 impl<'a, T> OrderedSet<&'a T> { impls 63 impl<'s, 'a, T> IntoIterator for &'s OrderedSet<&'a T> { 129 impl<'a, T> Debug for OrderedSet<&'a T>
|
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 16 pub all: OrderedSet<&'a Type>, 32 let mut all = OrderedSet::new(); in collect() 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in visit() 45 struct CollectTypes<'s, 'a>(&'s mut OrderedSet<&'a Type>); in visit()
|
H A D | trivial.rs | 2 use crate::syntax::set::{OrderedSet as Set, UnorderedSet};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 73 using OrderedSet = 79 OrderedSet RedoInsts; 123 void RecursivelyEraseDeadInsts(Instruction *I, OrderedSet &Insts);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 26 from gyp.common import OrderedSet namespace 539 inputs = OrderedSet() 540 outputs = OrderedSet() 544 inputs.update(OrderedSet(action["inputs"])) 545 outputs.update(OrderedSet(action["outputs"])) 606 inputs = OrderedSet() 607 outputs = OrderedSet() 678 all_inputs = OrderedSet() 679 all_outputs = OrderedSet() 680 all_output_dirs = OrderedSet() [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 26 from gyp.common import OrderedSet namespace 537 inputs = OrderedSet() 538 outputs = OrderedSet() 542 inputs.update(OrderedSet(action["inputs"])) 543 outputs.update(OrderedSet(action["outputs"])) 604 inputs = OrderedSet() 605 outputs = OrderedSet() 676 all_inputs = OrderedSet() 677 all_outputs = OrderedSet() 678 all_output_dirs = OrderedSet() [all...] |
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 13 class OrderedSet(collections.OrderedDict): class 122 depfile_content[key] = OrderedSet()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 16 from gyp.common import OrderedSet namespace 174 them from all targets, and returns an OrderedSet containing them.""" 175 all_system_includes = OrderedSet(configs[0].get("msvs_system_include_dirs", [])) 178 all_system_includes = all_system_includes & OrderedSet(system_includes) 183 expanded_system_includes = OrderedSet( 1215 system_includes = system_includes | OrderedSet(
|
H A D | common.py | 520 class OrderedSet(MutableSet): class 574 if isinstance(other, OrderedSet):
|
H A D | input.py | 21 from gyp.common import OrderedSet namespace 1691 flat_list = OrderedSet() 1821 """Returns an OrderedSet of all of a target's dependencies, recursively.""" 1825 dependencies = OrderedSet() 1840 """Returns an OrderedSet of dependency targets that are linked 1857 dependencies = OrderedSet()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 16 from gyp.common import OrderedSet namespace 174 them from all targets, and returns an OrderedSet containing them.""" 175 all_system_includes = OrderedSet(configs[0].get("msvs_system_include_dirs", [])) 178 all_system_includes = all_system_includes & OrderedSet(system_includes) 183 expanded_system_includes = OrderedSet( 1206 system_includes = system_includes | OrderedSet(
|
H A D | common.py | 514 class OrderedSet(MutableSet): class 568 if isinstance(other, OrderedSet):
|
H A D | input.py | 20 from gyp.common import OrderedSet namespace 1678 flat_list = OrderedSet() 1808 """Returns an OrderedSet of all of a target's dependencies, recursively.""" 1812 dependencies = OrderedSet() 1827 """Returns an OrderedSet of dependency targets that are linked 1844 dependencies = OrderedSet()
|