Home
last modified time | relevance | path

Searched refs:VECTOR_TYPE (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/sksl/
DDSLType.h189 #define VECTOR_TYPE(T) \ macro
206 VECTOR_TYPE(Bool)
207 VECTOR_TYPE(Float)
208 VECTOR_TYPE(Half)
209 VECTOR_TYPE(Int)
210 VECTOR_TYPE(UInt)
211 VECTOR_TYPE(Short)
212 VECTOR_TYPE(UShort)
218 #undef VECTOR_TYPE
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs105 const VECTOR_TYPE: FlexBufferType; constant
109 ($T: ty, $VECTOR_TYPE: ident, $WIDTH: ident) => {
111 const VECTOR_TYPE: FlexBufferType = FlexBufferType::$VECTOR_TYPE; constant
312 if self.flexbuffer_type().typed_vector_type() != T::VECTOR_TYPE.typed_vector_type() { in get_slice()
313 self.expect_type(T::VECTOR_TYPE)?; in get_slice()