Home
last modified time | relevance | path

Searched defs:parent_key (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/components/nacl/renderer/
Djson_manifest.cc116 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/
Djson_manifest.cc116 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/
Dtaffy_tree.rs666 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/
Drand_meld_heap.rs89 let parent_key = self.sm[node].parent; in unlink_node() localVariable
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py589 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/
Dstreams.rs731 let parent_key = match self.store.find_mut(&id) { in recv_push_promise() localVariable