Home
last modified time | relevance | path

Searched refs:GetDescriptor (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc959 return GetDescriptor(self)->field_count(); in Count()
976 return GetDescriptor(self)->field(index); in GetByIndex()
1097 return GetDescriptor(self)->enum_type(index); in GetByIndex()
1326 return GetDescriptor(self)->value_count(); in Count()
1330 return GetDescriptor(self)->value(index); in GetByIndex()
1401 return GetDescriptor(self)->field_count(); in Count()
1405 return GetDescriptor(self)->field(index); in GetByIndex()
1451 return GetDescriptor(self)->method_count(); in Count()
1459 return GetDescriptor(self)->method(index); in GetByIndex()
1657 return GetDescriptor(self)->service_count(); in Count()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc959 return GetDescriptor(self)->field_count(); in Count()
976 return GetDescriptor(self)->field(index); in GetByIndex()
1097 return GetDescriptor(self)->enum_type(index); in GetByIndex()
1326 return GetDescriptor(self)->value_count(); in Count()
1330 return GetDescriptor(self)->value(index); in GetByIndex()
1401 return GetDescriptor(self)->field_count(); in Count()
1405 return GetDescriptor(self)->field(index); in GetByIndex()
1451 return GetDescriptor(self)->method_count(); in Count()
1459 return GetDescriptor(self)->method(index); in GetByIndex()
1657 return GetDescriptor(self)->service_count(); in Count()
[all …]
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/pyext/
H A Ddescriptor_containers.cc962 return GetDescriptor(self)->field_count(); in Count()
979 return GetDescriptor(self)->field(index); in GetByIndex()
1100 return GetDescriptor(self)->enum_type(index); in GetByIndex()
1329 return GetDescriptor(self)->value_count(); in Count()
1333 return GetDescriptor(self)->value(index); in GetByIndex()
1404 return GetDescriptor(self)->field_count(); in Count()
1408 return GetDescriptor(self)->field(index); in GetByIndex()
1454 return GetDescriptor(self)->method_count(); in Count()
1462 return GetDescriptor(self)->method(index); in GetByIndex()
1660 return GetDescriptor(self)->service_count(); in Count()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/tests/System/Composition/Hosting/Core/
H A DExportDescriptorPromiseTests.cs54 ExportDescriptor actualDescriptor = promise.GetDescriptor(); in Ctor_Dependencies()
59 Assert.Same(actualDescriptor, promise.GetDescriptor()); in Ctor_Dependencies()
118 ExportDescriptor cycleDescriptor = promise.GetDescriptor(); in GetDescriptor_CycleMetadataNotCompleted_MethodsThrowNotImplementedException()
144 Assert.NotNull(promise.GetDescriptor()); in GetDescriptor_CycleMetadataNotCompleted_MethodsThrowNotImplementedException()
154 ExportDescriptor cycleDescriptor = promise.GetDescriptor(); in GetDescriptor_CycleMetadataCompleted_MethodsReturnExpected()
161 Assert.NotNull(promise.GetDescriptor()); in GetDescriptor_CycleMetadataCompleted_MethodsReturnExpected()
210 ExportDescriptor cycleDescriptor = promise.GetDescriptor(); in GetDescriptor_CycleActivatorNotCompleted_ThrowsNotImplementedException()
218 Assert.NotNull(promise.GetDescriptor()); in GetDescriptor_CycleActivatorNotCompleted_ThrowsNotImplementedException()
234 ExportDescriptor descriptor = promise.GetDescriptor(); in GetDescriptor_CycleActivatorCompleted_Success()
246 cycleDescriptor = promise.GetDescriptor(); in GetDescriptor_CycleMetadataBroken_HasExpectedProperties()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dmessage.cc63 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
64 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
67 "from:" << from.GetDescriptor()->full_name(); in MergeFrom()
76 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
77 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
80 "from:" << from.GetDescriptor()->full_name(); in CopyFrom()
85 return GetDescriptor()->full_name(); in GetTypeName()
108 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Dproto_tools.h48 Proto::default_instance().GetDescriptor(); in SafeProtoDownCast()
50 proto->GetDescriptor(); in SafeProtoDownCast()
62 Proto::default_instance().GetDescriptor(); in SafeProtoConstDownCast()
64 proto->GetDescriptor(); in SafeProtoConstDownCast()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DControllerDescriptorCacheTest.cs10 public void GetDescriptor() in GetDescriptor() method in System.Web.Mvc.Test.ControllerDescriptorCacheTest
17 …ControllerDescriptor descriptor1 = cache.GetDescriptor(controllerType, () => new ReflectedControll… in GetDescriptor()
18 …ControllerDescriptor descriptor2 = cache.GetDescriptor(controllerType, () => new ReflectedControll… in GetDescriptor()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix), in PackFrom()
59 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
68 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
58 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
67 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition/demos/Microsoft.Composition.Demos.ExtendedCollectionImports/OrderedCollections/
H A DOrderedImportManyExportDescriptorProvider.cs58 d.Select(el => el.Target.GetDescriptor()).ToArray(); in GetImportManyDescriptor()
67 … var missing = targets.Where(t => !t.GetDescriptor().Metadata.ContainsKey(keyToOrderBy) || in OrderDependentDescriptors()
68 … t.GetDescriptor().Metadata[keyToOrderBy] == null).ToArray(); in OrderDependentDescriptors()
76 … return targets.Select(t => t.GetDescriptor()).OrderBy(d => d.Metadata[keyToOrderBy]).ToArray(); in OrderDependentDescriptors()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dmessage.cc66 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
67 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
70 "from: " << from.GetDescriptor()->full_name(); in MergeFrom()
79 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
80 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
83 "from: " << from.GetDescriptor()->full_name(); in CopyFrom()
88 return GetDescriptor()->full_name(); in GetTypeName()
111 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
162 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dmessage.cc66 const Descriptor* descriptor = GetDescriptor(); in MergeFrom()
67 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in MergeFrom()
70 "from: " << from.GetDescriptor()->full_name(); in MergeFrom()
79 const Descriptor* descriptor = GetDescriptor(); in CopyFrom()
80 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor) in CopyFrom()
83 "from: " << from.GetDescriptor()->full_name(); in CopyFrom()
88 return GetDescriptor()->full_name(); in GetTypeName()
111 << "Message of type \"" << GetDescriptor()->full_name() in CheckInitialized()
162 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dany.cc53 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix), in PackFrom()
60 if (!InternalIs(message->GetDescriptor()->full_name())) { in UnpackTo()
69 const Descriptor* descriptor = message.GetDescriptor(); in GetAnyFieldDescriptors()

12345678910>>...50