Searched refs:member_count (Results 1 – 2 of 2) sorted by relevance
476 uint32_t member_count = 0; in symbol_begin() local478 member_count = read32le(buf); in symbol_begin()479 buf += 4 + (member_count * 4); // Skip offsets. in symbol_begin()500 uint32_t member_count = 0; in symbol_end() local501 member_count = read32le(buf); in symbol_end()502 buf += 4 + (member_count * 4); // Skip offsets. in symbol_end()
388 const PartialReduxExpr<ExpressionType, internal::member_count<Index>, Direction> count() const