reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1805 ConvertIntToBytes<>(ptr, c); 1806 aggBuffer->addBytes(ptr, 1, Bytes); 1809 ConvertIntToBytes<>(ptr, int16); 1810 aggBuffer->addBytes(ptr, 2, Bytes); 1814 ConvertIntToBytes<>(ptr, int32); 1815 aggBuffer->addBytes(ptr, 4, Bytes); 1821 ConvertIntToBytes<>(ptr, int32); 1822 aggBuffer->addBytes(ptr, 4, Bytes); 1836 ConvertIntToBytes<>(ptr, int64); 1837 aggBuffer->addBytes(ptr, 8, Bytes); 1843 ConvertIntToBytes<>(ptr, int64); 1844 aggBuffer->addBytes(ptr, 8, Bytes); 1867 ConvertIntToBytes<>(ptr, float16); 1868 aggBuffer->addBytes(ptr, 2, Bytes); 1871 ConvertFloatToBytes(ptr, float32); 1872 aggBuffer->addBytes(ptr, 4, Bytes); 1875 ConvertDoubleToBytes(ptr, float64); 1876 aggBuffer->addBytes(ptr, 8, Bytes);