Home
last modified time | relevance | path

Searched defs:remove_parent (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp174 const bool remove_parent = list == &children; in unlink_list() local
/external/mesa3d/src/intel/compiler/elk/
Delk_cfg.cpp174 const bool remove_parent = list == &children; in unlink_list() local
/external/scapy/scapy/
Dpacket.py413 def remove_parent(self, other): member in Packet
1831 def remove_parent(self, other): member in NoPayload
/external/harfbuzz_ng/src/graph/
Dgraph.hh241 void remove_parent (unsigned parent_index) in remove_parent() function