Searched defs:SizedResult (Results 1 – 1 of 1) sorted by relevance
78 struct SizedResult { struct85 // Returns the total size in bytes of the SizedResult for a given number of argument91 // Returns the total size in bytes of the SizedResult for a given size of argument93 static size_t ComputeSizeFromBytes(size_t size_of_result_in_bytes) { in ComputeSizeFromBytes()98 static uint32_t ComputeMaxResults(size_t size_of_buffer) { in ComputeMaxResults()122 COMPILE_ASSERT(sizeof(SizedResult<int8_t>) == 8, SizedResult_size_not_8); argument