/aosp_15_r20/external/googleapis/google/firestore/admin/v1beta2/ |
H A D | firestore_admin.proto | 103 …// Currently, [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFields… 105 …// [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFields] with the … 107 rpc ListFields(ListFieldsRequest) returns (ListFieldsResponse) { rpc 210 // The request for [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFi… 217 …// [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFields] only supp… 219 …// [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFields] with the … 227 …// [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListFields], that may… 232 // The response for [FirestoreAdmin.ListFields][google.firestore.admin.v1beta2.FirestoreAdmin.ListF…
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | extension_dict.py | 123 my_fields = self._extended_message.ListFields() 124 other_fields = other._extended_message.ListFields() 136 fields = self._extended_message.ListFields() 196 return (f[0] for f in self._extended_message.ListFields()
|
H A D | python_message.py | 821 def ListFields(self): function 826 cls.ListFields = ListFields 994 if not self.ListFields() == other.ListFields(): 1064 for field_descriptor, field_value in self.ListFields(): 1114 for field_descriptor, field_value in self.ListFields(): 1264 for field, value in self.ListFields(): 1395 for field, value in self.ListFields():
|
H A D | reflection_test.py | 314 proto.ListFields()) 323 proto.ListFields()) 342 proto.ListFields()) 1077 proto.ListFields()) 1082 proto.ListFields()) 1098 proto.ListFields()) 1104 proto.ListFields()) 1116 proto.ListFields()) 3211 for field_descriptor, _ in proto.ListFields(): 3217 for field_descriptor, _ in proto.ListFields():
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | extension_dict.py | 123 my_fields = self._extended_message.ListFields() 124 other_fields = other._extended_message.ListFields() 136 fields = self._extended_message.ListFields() 196 return (f[0] for f in self._extended_message.ListFields()
|
H A D | python_message.py | 821 def ListFields(self): function 826 cls.ListFields = ListFields 994 if not self.ListFields() == other.ListFields(): 1064 for field_descriptor, field_value in self.ListFields(): 1114 for field_descriptor, field_value in self.ListFields(): 1264 for field, value in self.ListFields(): 1395 for field, value in self.ListFields():
|
H A D | reflection_test.py | 314 proto.ListFields()) 323 proto.ListFields()) 342 proto.ListFields()) 1077 proto.ListFields()) 1082 proto.ListFields()) 1098 proto.ListFields()) 1104 proto.ListFields()) 1116 proto.ListFields()) 3211 for field_descriptor, _ in proto.ListFields(): 3217 for field_descriptor, _ in proto.ListFields():
|
/aosp_15_r20/external/googleapis/google/firestore/admin/v1/ |
H A D | firestore_admin.proto | 165 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 168 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 171 rpc ListFields(ListFieldsRequest) returns (ListFieldsResponse) { rpc 657 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields]. 669 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 672 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields] 680 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], 686 // [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection_unittest.cc | 342 reflection->ListFields(*rhs, &fields); in TEST_P() 358 reflection->ListFields(*message2, &fields); in TEST() 375 reflection->ListFields(*message2, &fields); in TEST() 390 reflection->ListFields(message1, &fields); in TEST() 408 reflection->ListFields(*message1, &fields); in TEST() 431 reflection->ListFields(*message2, &fields); in TEST() 462 reflection->ListFields(*message2, &fields); in TEST() 494 reflection->ListFields(*message1, &fields); in TEST() 939 reflection->ListFields(message, &fields); in TEST()
|
H A D | test_util.h | 1134 reflection->ListFields(*message, &output); in RemoveLastRepeatedsViaReflection() 1148 reflection->ListFields(*message, &output); in ReleaseLastRepeatedsViaReflection() 1168 reflection->ListFields(*message, &output); in SwapRepeatedsViaReflection() 1182 reflection->ListFields(*message, &fields); in SetAllocatedOptionalMessageFieldsToNullViaReflection() 1202 from_reflection->ListFields(*from_message, &fields); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection_unittest.cc | 342 reflection->ListFields(*rhs, &fields); in TEST_P() 358 reflection->ListFields(*message2, &fields); in TEST() 375 reflection->ListFields(*message2, &fields); in TEST() 390 reflection->ListFields(message1, &fields); in TEST() 408 reflection->ListFields(*message1, &fields); in TEST() 431 reflection->ListFields(*message2, &fields); in TEST() 462 reflection->ListFields(*message2, &fields); in TEST() 494 reflection->ListFields(*message1, &fields); in TEST() 939 reflection->ListFields(message, &fields); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/protobuf/ |
H A D | compare.py | 136 for desc, values in pb.ListFields(): 226 return dict((desc.number, value) for desc, value in pb.ListFields())
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 828 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 829 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 843 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 844 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 872 msg1.GetReflection()->ListFields(msg1, &fields); in TEST() 918 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 919 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 937 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 964 reflection->ListFields(msg1, &fields1); in TEST() 992 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 828 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 829 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 843 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 844 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 872 msg1.GetReflection()->ListFields(msg1, &fields); in TEST() 918 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 919 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST() 937 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() 964 reflection->ListFields(msg1, &fields1); in TEST() 992 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST() [all …]
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 69 self->parent->message->GetReflection()->ListFields(*self->parent->message, in len() 115 self->parent->message->GetReflection()->ListFields(*self->parent->message, in GetIter()
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | extension_dict.cc | 69 self->parent->message->GetReflection()->ListFields(*self->parent->message, in len() 115 self->parent->message->GetReflection()->ListFields(*self->parent->message, in GetIter()
|
/aosp_15_r20/tools/carrier_settings/python/ |
H A D | compare.py | 35 for desc, values in protobuf_message.ListFields():
|
/aosp_15_r20/external/bazelbuild-rules_cc/tools/migration/ |
H A D | crosstool_query.py | 42 for field, value in toolchain.ListFields():
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/ |
H A D | pb_to_popo.py | 15 for field, value in pb.ListFields():
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/ |
H A D | data_proto2_to_proto3_util.h | 20 reflection->ListFields(*message, &set_fields); in StripMessage()
|
/aosp_15_r20/external/protobuf/benchmarks/util/ |
H A D | data_proto2_to_proto3_util.h | 20 reflection->ListFields(*message, &set_fields); in StripMessage()
|
/aosp_15_r20/external/pytorch/torch/utils/tensorboard/ |
H A D | _onnx_graph.py | 46 _attr.append(" = ".join([str(f[1]) for f in s.ListFields()]))
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.h | 80 AString ListFields; member
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | message.py | 251 def ListFields(self): member in Message
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | message.py | 251 def ListFields(self): member in Message
|