Home
last modified time | relevance | path

Searched refs:repeated_size (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_test.cc255 int repeated_size, bool is_repeated_null) { in Expect() argument
286 EXPECT_EQ(repeated_size, 0); in Expect()
288 EXPECT_EQ(repeated_size, repeated_field->size()); in Expect()
/external/elfutils/src/
Dreadelf.c11561 unsigned int colno, size_t *repeated_size) in handle_core_item() argument
11588 if (repeated_size != NULL) in handle_core_item()
11590 if (*repeated_size > size && (item->format == 'b' || item->format == 'B')) in handle_core_item()
11592 data = alloca (*repeated_size); in handle_core_item()
11593 count *= *repeated_size / size; in handle_core_item()
11595 *repeated_size -= convsize; in handle_core_item()
11598 *repeated_size -= size; in handle_core_item()
11764 assert (repeated_size != NULL); in handle_core_item()
11766 if (unlikely (item->offset >= *repeated_size)) in handle_core_item()
11770 size = *repeated_size - item->offset; in handle_core_item()
[all …]