Searched refs:sizeInBytes_ (Results 1 – 3 of 3) sorted by relevance
33 uint8_t x = DataType::kTypeInfo[DataType::DE_BOOL].sizeInBytes_; in TEST_F()37 x = DataType::kTypeInfo[DataType::DE_INT8].sizeInBytes_; in TEST_F()41 x = DataType::kTypeInfo[DataType::DE_UINT8].sizeInBytes_; in TEST_F()45 x = DataType::kTypeInfo[DataType::DE_INT16].sizeInBytes_; in TEST_F()49 x = DataType::kTypeInfo[DataType::DE_UINT16].sizeInBytes_; in TEST_F()53 x = DataType::kTypeInfo[DataType::DE_INT32].sizeInBytes_; in TEST_F()57 x = DataType::kTypeInfo[DataType::DE_UINT32].sizeInBytes_; in TEST_F()61 x = DataType::kTypeInfo[DataType::DE_INT64].sizeInBytes_; in TEST_F()65 x = DataType::kTypeInfo[DataType::DE_UINT64].sizeInBytes_; in TEST_F()69 x = DataType::kTypeInfo[DataType::DE_FLOAT32].sizeInBytes_; in TEST_F()[all …]
32 return kTypeInfo[type_].sizeInBytes_; in SizeInBytes()
59 const uint8_t sizeInBytes_; // number of bytes needed for this type member