Searched defs:parent_key (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/components/nacl/renderer/ |
D | json_manifest.cc | 116 const std::string& parent_key, in IsValidDictionary() 152 const std::string& parent_key, in IsValidUrlSpec() 221 const std::string& parent_key, in IsValidPnaclTranslateSpec() 259 const std::string& parent_key, in IsValidISADictionary() 568 const std::string& parent_key, in GetURLFromISADictionary()
|
/external/cronet/tot/components/nacl/renderer/ |
D | json_manifest.cc | 116 const std::string& parent_key, in IsValidDictionary() 152 const std::string& parent_key, in IsValidUrlSpec() 221 const std::string& parent_key, in IsValidPnaclTranslateSpec() 259 const std::string& parent_key, in IsValidISADictionary() 568 const std::string& parent_key, in GetURLFromISADictionary()
|
/external/rust/android-crates-io/crates/taffy/src/tree/ |
D | taffy_tree.rs | 666 let parent_key = parent.into(); in add_child() localVariable 677 let parent_key = parent.into(); in insert_child_at_index() localVariable 693 let parent_key = parent.into(); in set_children() localVariable 730 let parent_key = parent.into(); in remove_child_at_index() localVariable 753 let parent_key = parent.into(); in remove_children_range() localVariable 771 let parent_key = parent.into(); in replace_child_at_index() localVariable 790 let parent_key = parent.into(); in child_at_index() localVariable
|
/external/rust/android-crates-io/crates/slotmap/examples/ |
D | rand_meld_heap.rs | 89 let parent_key = self.sm[node].parent; in unlink_node() localVariable
|
/external/linux-kselftest/tools/testing/selftests/tpm2/ |
D | tpm2.py | 589 def seal(self, parent_key, data, auth_value, policy_dig, argument 629 def unseal(self, parent_key, blob, auth_value, policy_handle): argument
|
/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | streams.rs | 731 let parent_key = match self.store.find_mut(&id) { in recv_push_promise() localVariable
|