HomeSort by relevance Sort by last modified time
    Searched refs:GetRepeated (Results 1 - 10 of 10) sorted by null

  /external/perfetto/src/protozero/
proto_decoder_unittest.cc 81 auto it = tpd.GetRepeated(/*field_id=*/2);
99 auto it = tpd.GetRepeated(/*field_id=*/2);
111 auto it = tpd.GetRepeated(/*field_id=*/1);
154 auto it = tpd.GetRepeated(1);
159 it = tpd.GetRepeated(2);
165 it = tpd.GetRepeated(3);
  /external/protobuf/src/google/protobuf/util/
field_comparator.cc 72 reflection_1->GetRepeated##METHOD(message_1, field, index_1), \
73 reflection_2->GetRepeated##METHOD(message_2, field, index_2))); \
field_mask_util.cc 408 source_reflection->GetRepeated##Name(source, field, i)); \
  /external/perfetto/include/perfetto/protozero/
proto_decoder.h 167 // for (auto it = decoder.GetRepeated(N); it; ++it) { ... }
168 inline RepeatedFieldIterator GetRepeated(uint32_t field_id) const {
  /external/protobuf/src/google/protobuf/
extension_set.h     [all...]
reflection_ops.cc 78 from_reflection->GetRepeated##METHOD(from, field, j)); \
wire_format.cc 850 message_reflection->GetRepeated##CPPTYPE_METHOD( \
    [all...]
generated_message_reflection.cc     [all...]
text_format.cc     [all...]
extension_set.cc 292 LOWERCASE ExtensionSet::GetRepeated##CAMELCASE(int number, int index) const { \
    [all...]

Completed in 279 milliseconds