Lines Matching defs:const
45 sType to_##name() const { \
56 const uint8_t* bytes() { return val_; }
59 inline T to() const;
67 inline sType Simd128::to() const { \
105 ctype to_##name() const { \
109 ctype to_##name##_unchecked() const { \
130 Handle<Object> to_ref() const {
136 ValueType type() const { return type_; }
139 bool operator==(const WasmValue& other) const {
146 void CopyTo(byte* to) const {
155 WasmValue Packed(ValueType packed_type) const {
168 inline T to() const;
171 inline T to_unchecked() const;
179 inline std::string to_string() const {
219 inline ctype WasmValue::to_unchecked() const { \
223 inline ctype WasmValue::to() const { \