Home
last modified time | relevance | path

Searched refs:kind_name (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Ditem_kind.rs39 pub fn kind_name(&self) -> &'static str { in kind_name() method
138 writeln!(out, "<tr><td>kind</td><td>{}</td></tr>", self.kind_name())?; in dot_attributes()
Dty.rs443 self.kind_name() in dot_attributes()
455 fn kind_name(&self) -> &'static str { in kind_name() method
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h532 buf << kind_name(); in name()
574 constexpr const char* kind_name() const { return wasm::name(kind()); } in kind_name() function