Searched refs:readImpl (Results 1 – 3 of 3) sorted by relevance
371 if (std::error_code EC = readImpl()) in read()380 virtual std::error_code readImpl() = 0;570 std::error_code readImpl() override;591 std::error_code readImpl() override;767 std::error_code readImpl() override;832 std::error_code readImpl() override;867 std::error_code readImpl() override;
1151 return readImpl<T>(); in read()1239 std::enable_if_t<std::is_pointer<T>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1245 readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1249 std::enable_if_t<std::is_same<PDLValue, T>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1267 std::enable_if_t<std::is_same<T, ByteCodeAddr>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1276 std::enable_if_t<std::is_same<T, ByteCodeField>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1280 std::enable_if_t<std::is_same<T, PDLValue::Kind>::value, T> readImpl() { in readImpl() function in __anonaa7cf1d91411::ByteCodeExecutor1281 return static_cast<PDLValue::Kind>(readImpl<ByteCodeField>()); in readImpl()
242 std::error_code SampleProfileReaderText::readImpl() { in readImpl() function in SampleProfileReaderText610 std::error_code SampleProfileReaderBinary::readImpl() { in readImpl() function in SampleProfileReaderBinary893 std::error_code SampleProfileReaderExtBinaryBase::readImpl() { in readImpl() function in SampleProfileReaderExtBinaryBase939 std::error_code SampleProfileReaderCompactBinary::readImpl() { in readImpl() function in SampleProfileReaderCompactBinary1705 std::error_code SampleProfileReaderGCC::readImpl() { in readImpl() function in SampleProfileReaderGCC