Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dnode.rs155 pub(crate) struct NodeVec(Vec<Option<Node>>); struct
157 impl From<Vec<Option<Node>>> for NodeVec { implementation
163 impl Deref for NodeVec { implementation
171 impl DerefMut for NodeVec { implementation
177 impl NodeVec { implementation
Dtree_utils.rs16 nodes: &NodeVec, in build_tree()
Dtree_index.rs87 pub(super) async fn index_insert<I: IdentityProvider>( in index_insert()
Dtree_hash.rs262 nodes: &NodeVec, in tree_hash()
Dmod.rs92 nodes: NodeVec, in import_node_data()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dexported_tree.rs47 impl From<ExportedTree<'_>> for NodeVec { implementation
/aosp_15_r20/external/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp452 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp474 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp511 const std::vector<CallGraphNode *> &NodeVec = *CGI; in runOnModule() local