Searched refs:WasmValueType2String (Results 1 – 3 of 3) sorted by relevance
385 inline const char* WasmValueType2String(WasmValueType type);
277 inline const char* WasmValueType2String(WasmValueType type) { in WasmValueType2String() function
583 return os << WasmValueType2String(type); in operator <<()