/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/ |
H A D | service_reflection.py | 68 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 83 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 86 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 89 dictionary[GeneratedServiceType._DESCRIPTOR_KEY] = descriptor 104 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 116 descriptor = dictionary.get(cls._DESCRIPTOR_KEY) 119 dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY] = descriptor 123 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary:
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/ |
H A D | service_reflection.py | 68 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 83 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 86 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 89 dictionary[GeneratedServiceType._DESCRIPTOR_KEY] = descriptor 104 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 116 descriptor = dictionary.get(cls._DESCRIPTOR_KEY) 119 dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY] = descriptor 123 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary:
|
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 80 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 94 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 109 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 112 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 92 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 92 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 92 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
H A D | reflection.py | 116 attributes[GeneratedProtocolMessageType._DESCRIPTOR_KEY] = descriptor
|
/dports/devel/protobuf25/protobuf-2.5.0/python/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 79 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 92 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 107 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 109 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
H A D | reflection.py | 98 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 121 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 146 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/ |
H A D | service_reflection.py | 62 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceType 77 if GeneratedServiceType._DESCRIPTOR_KEY not in dictionary: 80 descriptor = dictionary[GeneratedServiceType._DESCRIPTOR_KEY] 94 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedServiceStubType 109 if GeneratedServiceStubType._DESCRIPTOR_KEY not in dictionary: 112 descriptor = dictionary[GeneratedServiceStubType._DESCRIPTOR_KEY]
|
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/pyext/ |
H A D | cpp_message.py | 65 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 131 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 177 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 128 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 170 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 131 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 177 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 128 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 170 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 131 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 177 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/internal/ |
H A D | python_message.py | 103 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 126 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 153 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/internal/ |
H A D | python_message.py | 105 _DESCRIPTOR_KEY = 'DESCRIPTOR' variable in GeneratedProtocolMessageType 131 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY] 177 descriptor = dictionary[GeneratedProtocolMessageType._DESCRIPTOR_KEY]
|