/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | test_util.h | 603 EXPECT_EQ(202, reflection->GetRepeatedInt64(message, F("repeated_int64"), 0)); in ExpectAllFieldsSetViaReflection2() 611 reflection->GetRepeatedInt64(message, F("repeated_sint64"), 0)); in ExpectAllFieldsSetViaReflection2() 619 reflection->GetRepeatedInt64(message, F("repeated_sfixed64"), 0)); in ExpectAllFieldsSetViaReflection2() 672 EXPECT_EQ(302, reflection->GetRepeatedInt64(message, F("repeated_int64"), 1)); in ExpectAllFieldsSetViaReflection2() 680 reflection->GetRepeatedInt64(message, F("repeated_sint64"), 1)); in ExpectAllFieldsSetViaReflection2() 688 reflection->GetRepeatedInt64(message, F("repeated_sfixed64"), 1)); in ExpectAllFieldsSetViaReflection2() 828 EXPECT_EQ(602, reflection->GetRepeatedInt64(message, F("packed_int64"), 0)); in ExpectPackedFieldsSetViaReflection() 832 EXPECT_EQ(606, reflection->GetRepeatedInt64(message, F("packed_sint64"), 0)); in ExpectPackedFieldsSetViaReflection() 840 reflection->GetRepeatedInt64(message, F("packed_sfixed64"), 0)); in ExpectPackedFieldsSetViaReflection() 848 EXPECT_EQ(702, reflection->GetRepeatedInt64(message, F("packed_int64"), 1)); in ExpectPackedFieldsSetViaReflection() [all …]
|
D | message.h | 674 int64_t GetRepeatedInt64(const Message& message, const FieldDescriptor* field,
|
D | extension_set.h | 332 int64_t GetRepeatedInt64(int number, int index) const;
|
/external/protobuf/src/google/protobuf/ |
D | test_util.h | 616 EXPECT_EQ(202, reflection->GetRepeatedInt64(message, F("repeated_int64"), 0)); in ExpectAllFieldsSetViaReflection2() 624 reflection->GetRepeatedInt64(message, F("repeated_sint64"), 0)); in ExpectAllFieldsSetViaReflection2() 632 reflection->GetRepeatedInt64(message, F("repeated_sfixed64"), 0)); in ExpectAllFieldsSetViaReflection2() 685 EXPECT_EQ(302, reflection->GetRepeatedInt64(message, F("repeated_int64"), 1)); in ExpectAllFieldsSetViaReflection2() 693 reflection->GetRepeatedInt64(message, F("repeated_sint64"), 1)); in ExpectAllFieldsSetViaReflection2() 701 reflection->GetRepeatedInt64(message, F("repeated_sfixed64"), 1)); in ExpectAllFieldsSetViaReflection2() 841 EXPECT_EQ(602, reflection->GetRepeatedInt64(message, F("packed_int64"), 0)); in ExpectPackedFieldsSetViaReflection() 845 EXPECT_EQ(606, reflection->GetRepeatedInt64(message, F("packed_sint64"), 0)); in ExpectPackedFieldsSetViaReflection() 853 reflection->GetRepeatedInt64(message, F("packed_sfixed64"), 0)); in ExpectPackedFieldsSetViaReflection() 861 EXPECT_EQ(702, reflection->GetRepeatedInt64(message, F("packed_int64"), 1)); in ExpectPackedFieldsSetViaReflection() [all …]
|
D | message.h | 683 int64_t GetRepeatedInt64(const Message& message, const FieldDescriptor* field,
|
D | extension_set.h | 326 int64_t GetRepeatedInt64(int number, int index) const;
|
/external/perfetto/src/trace_processor/util/ |
D | proto_to_json.cc | 97 is_repeated ? ref->GetRepeatedInt64(message, field_desc, idx) in FieldToJson() 113 is_repeated ? ref->GetRepeatedInt64(message, field_desc, idx) in FieldToJson()
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
D | fields.pb.go | 290 func (x *FieldTestMessage) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/fieldtrack/ |
D | fieldtrack.pb.go | 277 func (x *TestFieldTrack) GetRepeatedInt64() []int64 { func
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 187 ? reflection->GetRepeatedInt64(options, field, index) in ConvertOptionField()
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 187 ? reflection->GetRepeatedInt64(options, field, index) in ConvertOptionField()
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 108 ? reflection().GetRepeatedInt64(*message_, descriptor_, index_) in Load()
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 211 reflection->GetRepeatedInt64(*message, field_descriptor, index); in Item()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 211 reflection->GetRepeatedInt64(*message, field_descriptor, index); in Item()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/ |
D | test.pb.go | 425 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 553 func (x *TestAllTypes) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/ |
D | fields.pb.go | 540 func (x *FieldTestMessage) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/ |
D | test.pb.go | 479 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/ |
D | test.pb.go | 517 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/ |
D | test.pb.go | 416 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/conformance/ |
D | test_messages_proto3.pb.go | 637 func (x *TestAllTypesProto3) GetRepeatedInt64() []int64 { func
|
D | test_messages_proto2.pb.go | 602 func (x *TestAllTypesProto2) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/ |
D | test.pb.go | 1023 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/ |
D | test.pb.go | 1163 func (m *Message) GetRepeatedInt64() []int64 { func
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/ |
D | test.pb.go | 1163 func (m *Message) GetRepeatedInt64() []int64 { func
|