Home
last modified time | relevance | path

Searched defs:subtree (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/mbe/src/
Dbenchmark.rs97 let mut subtree = tt::Subtree { in invocation_fixtures() localVariable
192 let mut subtree = tt::Subtree { delimiter: *delimiter, token_trees: Vec::new() }; in invocation_fixtures() localVariable
Dsyntax_bridge.rs49 let subtree = convert_tokens(&mut c); in syntax_node_to_token_tree_with_modifications() localVariable
126 let subtree = convert_tokens(&mut conv); in parse_to_token_tree() localVariable
169 subtree: tt::Subtree, in convert_tokens() field
234 let subtree = tt::Subtree { in convert_tokens() localVariable
322 let subtree = stack.into_last().subtree; in convert_tokens() localVariable
/third_party/mindspore/mindspore-src/source/tests/ut/python/rewrite/
Dtest_subtree_resnet.py217 def _remove_bn(subtree): argument
246 def _insert_node(subtree): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/msg/
Dflat.rs49 subtree: Vec<u32>, field
218 subtree: Vec<SubtreeRepr>, field
234 fn subtree(&mut self, idx: usize, subtree: &'a tt::Subtree) { in subtree() method
297 subtree: Vec<SubtreeRepr>, field
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_navigator.cc122 CordRepBtree* subtree = CordRepBtree::New(Substring(edge, edge_offset)); in Read() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java154 TextFormatParseInfoTree subtree = root.getNestedTrees(OPTIONAL_NESTED_MESSAGE).get(0); in testGetNestedTreesReturnsSingleTree() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dattrs.rs112 let subtree = match attr.token_tree_value() { in filter() localVariable
294 let subtree = tt::Subtree { in parse_path_comma_token_tree() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-api/src/
Dmsg.rs122 let mut subtree = Subtree { delimiter: Delimiter::unspecified(), token_trees: Vec::new() }; in fixture_token_tree() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/proc-macro-srv/src/server/
Dtoken_stream.rs119 let subtree = subtree_replace_token_ids_with_unspecified(subtree); in from_str() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h520 NodeRef &subtree(unsigned i) const { in subtree() function
703 const NodeRef &subtree(unsigned i) const { return this->first[i]; } in subtree() function
706 NodeRef &subtree(unsigned i) { return this->first[i]; } in subtree() function
784 NodeRef &subtree(unsigned i) const { in subtree() function
821 NodeRef &subtree(unsigned Level) const { in subtree() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/tt/src/
Dbuffer.rs193 pub fn subtree(self) -> Option<Cursor<'a, Span>> { in subtree() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dedit_in_place.rs407 let subtree = self.clone_subtree().clone_for_update(); in split_prefix() localVariable
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h174 virtual void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
/third_party/rust/rust/library/alloc/src/collections/btree/
Dmap.rs258 let subtree = clone_subtree(in_edge.descend(), alloc.clone()); in clone() localVariable
263 let subtree = ManuallyDrop::new(subtree); in clone() localVariable
/third_party/glslang/glslang/Include/
Dintermediate.h1355 void setConstSubtree(TIntermTyped* subtree) { constSubtree = subtree; } in setConstSubtree()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs29995 let subtree = clone_subtree(in_edge.descend()); localVariable
30000 let subtree = ManuallyDrop::new(subtree); localVariable
/third_party/libabigail/src/
Dabg-ir.cc7660 type_base_sptr subtree; in clone_array_tree() local
/third_party/typescript/src/lib/
Ddom.generated.d.ts520 subtree?: boolean; property
930 subtree?: boolean; property
/third_party/typescript/lib/
Dlib.dom.d.ts540 subtree?: boolean; property
950 subtree?: boolean; property
/third_party/typescript/tests/lib/
Dlib.d.ts4170 subtree?: boolean; property