Home
last modified time | relevance | path

Searched refs:ListFields (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/googleapis/google/firestore/admin/v1beta2/
H A Dfirestore_admin.proto103 …// 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 Dextension_dict.py123 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 Dpython_message.py821 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 Dreflection_test.py314 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 Dextension_dict.py123 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 Dpython_message.py821 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 Dreflection_test.py314 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 Dfirestore_admin.proto165 // [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 Dgenerated_message_reflection_unittest.cc342 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 Dtest_util.h1134 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 Dgenerated_message_reflection_unittest.cc342 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 Dcompare.py136 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 Dmessage_differencer_unittest.cc828 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 Dmessage_differencer_unittest.cc828 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 Dextension_dict.cc69 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 Dextension_dict.cc69 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 Dcompare.py35 for desc, values in protobuf_message.ListFields():
/aosp_15_r20/external/bazelbuild-rules_cc/tools/migration/
H A Dcrosstool_query.py42 for field, value in toolchain.ListFields():
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
H A Dpb_to_popo.py15 for field, value in pb.ListFields():
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Ddata_proto2_to_proto3_util.h20 reflection->ListFields(*message, &set_fields); in StripMessage()
/aosp_15_r20/external/protobuf/benchmarks/util/
H A Ddata_proto2_to_proto3_util.h20 reflection->ListFields(*message, &set_fields); in StripMessage()
/aosp_15_r20/external/pytorch/torch/utils/tensorboard/
H A D_onnx_graph.py46 _attr.append(" = ".join([str(f[1]) for f in s.ListFields()]))
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.h80 AString ListFields; member
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dmessage.py251 def ListFields(self): member in Message
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dmessage.py251 def ListFields(self): member in Message

1234