Home
last modified time | relevance | path

Searched defs:LeafNode (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dleaf_node.rs28 pub struct LeafNode { struct
32 pub leaf_node_source: LeafNodeSource, argument
39 impl Debug for LeafNode { argument
61 impl LeafNode { implementation
232 impl<'a> Signable<'a> for LeafNode { implementation
285 ) -> (LeafNode, HpkeSecretKey) { in get_test_node()
305 ) -> (LeafNode, HpkeSecretKey) { in get_test_node_with_lifetime()
324 pub async fn get_basic_test_node(cipher_suite: CipherSuite, id: &str) -> LeafNode { in get_basic_test_node()
341 ) -> (LeafNode, HpkeSecretKey, SignatureSecretKey) { in get_basic_test_node_capabilities()
364 ) -> (LeafNode, HpkeSecretKey, SignatureSecretKey) { in get_basic_test_node_sig_key()
Dnode.rs106 fn as_leaf(&self) -> Result<&LeafNode, MlsError>; in as_leaf()
107 fn as_leaf_mut(&mut self) -> Result<&mut LeafNode, MlsError>; in as_leaf_mut()
130 fn as_leaf(&self) -> Result<&LeafNode, MlsError> { in as_leaf()
139 fn as_leaf_mut(&mut self) -> Result<&mut LeafNode, MlsError> { in as_leaf_mut()
254 pub fn blank_leaf_node(&mut self, leaf_index: LeafIndex) -> Result<LeafNode, MlsError> { in blank_leaf_node()
292 pub fn borrow_as_leaf_mut(&mut self, index: LeafIndex) -> Result<&mut LeafNode, MlsError> { in borrow_as_leaf_mut()
301 pub fn borrow_as_leaf(&self, index: LeafIndex) -> Result<&LeafNode, MlsError> { in borrow_as_leaf()
400 pub fn insert_leaf(&mut self, index: LeafIndex, leaf: LeafNode) { in insert_leaf()
Dmod.rs165 leaf_node: LeafNode, in derive()
190 pub fn get_leaf_node(&self, index: LeafIndex) -> Result<&LeafNode, MlsError> { in get_leaf_node()
221 leaf_nodes: Vec<LeafNode>, in add_leaves()
581 leaf: LeafNode, in add_leaf()
631 leaf_node: LeafNode, in update_leaf()
663 ) -> Result<Vec<(LeafIndex, LeafNode)>, MlsError> in remove_leaves() argument
711 pub fn get_leaf_nodes(&self) -> Vec<&LeafNode> { in get_leaf_nodes()
775 pub async fn get_test_leaf_nodes(cipher_suite: CipherSuite) -> Vec<LeafNode> { in get_test_leaf_nodes()
906 ) -> (LeafNode, SignatureSecretKey) { in make_leaf()
Dtree_index.rs72 new_leaf: &LeafNode, in index_insert()
89 new_leaf: &LeafNode, in index_insert()
151 leaf_node: &LeafNode, in insert()
240 pub fn remove(&mut self, leaf_node: &LeafNode, identity: &[u8]) { in remove()
Dleaf_node_validator.rs66 leaf_node: &LeafNode, in check_context()
104 leaf_node: &LeafNode, in revalidate()
150 leaf_node: &LeafNode, in validate_external_senders_ext_credentials()
174 leaf_node: &LeafNode, in check_if_valid()
Dtree_hash.rs313 leaf_node: Option<&LeafNode>, in hash_for_leaf()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/
H A DHeuristicTree.h101 struct LeafNode : public Node struct
103 LeafNode(NodeID id, T val) in LeafNode() function
107 NodeType type() const override in type()
111 NodeID id;
112 T value;
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/proposal_filter/
Dfiltering_common.rs85 external_leaf: Option<&'a LeafNode>, in new()
509 external_leaf: &LeafNode, in ensure_at_most_one_removal_for_self()
538 external_leaf: &LeafNode, in ensure_removal_is_for_self()
573 leaf_node: LeafNode, in insert_external_leaf()
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DIntersectionTree.cpp62 class IntersectionTree::LeafNode final : public Node { class in skgpu::graphite::IntersectionTree
68 LeafNode() { in LeafNode() function in skgpu::graphite::IntersectionTree::LeafNode
H A DIntersectionTree.h54 class LeafNode; variable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dgrease.rs14 impl LeafNode { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs50 struct LeafNode<K, V> { struct
68 impl<K, V> LeafNode<K, V> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs50 struct LeafNode<K, V> { struct
68 impl<K, V> LeafNode<K, V> { argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs50 struct LeafNode<K, V> { struct
68 impl<K, V> LeafNode<K, V> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs50 struct LeafNode<K, V> { struct
68 impl<K, V> LeafNode<K, V> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs50 struct LeafNode<K, V> { struct
68 impl<K, V> LeafNode<K, V> { argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Droster.rs14 pub(crate) fn member_from_leaf_node(leaf_node: &LeafNode, leaf_index: LeafIndex) -> Member { in member_from_leaf_node()
Dproposal_cache.rs211 external_leaf: Option<&LeafNode>, in apply_resolved()
528 external_leaf: Option<&LeafNode>, in resolve_for_commit_default()
582 external_leaf: Option<&LeafNode>, in prepare_commit_default()
747 async fn update_leaf_node(name: &str, leaf_index: u32) -> LeafNode { in update_leaf_node()
Dcommit.rs440 external_leaf: Option<&LeafNode>, in commit_internal()
Dmod.rs659 fn current_user_leaf_node(&self) -> Result<&LeafNode, MlsError> { in current_user_leaf_node()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DLeafNode.java8 public abstract class LeafNode extends Node { class
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java326 private static class LeafNode extends PPSNode { class in PpsMoParser
328 public LeafNode(String nodeName, String value) { in LeafNode() method in PpsMoParser.LeafNode
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DHeapAnalyzer.kt341 class LeafNode( in <lambda>() class
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DIntervalMap.h180 template <typename, typename, unsigned, typename> class LeafNode; variable
/aosp_15_r20/external/guice/extensions/persist/lib/
HDoro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123