Home
last modified time | relevance | path

Searched refs:_extensions (Results 1 - 21 of 21) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestSelfreferentialOptions.cs73 private pb::ExtensionSet<FooOptions> _extensions; field in UnitTest.Issues.TestProtos.SelfreferentialOptions.FooOptions
74 private pb::ExtensionSet<FooOptions> _Extensions { get { return _extensions; } }
102 _extensions = pb::ExtensionSet.Clone(other._extensions); in FooOptions()
179 if (!Equals(_extensions, other._extensions)) { in Equals()
190 if (_extensions != null) { in GetHashCode()
191 hash ^= _extensions.GetHashCode(); in GetHashCode()
217 if (_extensions != null) { in WriteTo()
218 _extensions in WriteTo()
[all...]
H A DUnittest.cs6030 private pb::ExtensionSet<TestAllExtensions> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
6031 private pb::ExtensionSet<TestAllExtensions> _Extensions { get { return _extensions; } }
6055 _extensions = pb::ExtensionSet.Clone(other._extensions); in TestAllExtensions()
6076 if (!Equals(_extensions, other._extensions)) { in Equals()
6085 if (_extensions != null) { in GetHashCode()
6086 hash ^= _extensions.GetHashCode(); in GetHashCode()
6104 if (_extensions != null) { in WriteTo()
6105 _extensions in WriteTo()
7035 private pb::ExtensionSet<TestGroupExtension> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
10187 private pb::ExtensionSet<TestEmptyMessageWithExtensions> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10368 private pb::ExtensionSet<TestMultipleExtensionRanges> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
14527 private pb::ExtensionSet<TestFieldOrderings> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
23676 private pb::ExtensionSet<TestPackedExtensions> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
23857 private pb::ExtensionSet<TestUnpackedExtensions> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
24986 private pb::ExtensionSet<TestParsingMerge> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
27885 private pb::ExtensionSet<TestHugeFieldNumbers> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
28920 private pb::ExtensionSet<TestExtensionInsideTable> _extensions; global() field in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
[all...]
H A DTestMessagesProto2.cs254 private pb::ExtensionSet<TestAllTypesProto2> _extensions; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
255 private pb::ExtensionSet<TestAllTypesProto2> _Extensions { get { return _extensions; } }
422 _extensions = pb::ExtensionSet.Clone(other._extensions); in TestAllTypesProto2()
2420 if (!Equals(_extensions, other._extensions)) { in Equals()
2548 if (_extensions != null) { in GetHashCode()
2549 hash ^= _extensions.GetHashCode(); in GetHashCode()
2836 if (_extensions != null) { in WriteTo()
2837 _extensions in WriteTo()
5222 private pb::ExtensionSet<MessageSetCorrect> _extensions; global() field in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DInternalLocaleBuilder.java29 private HashMap<CaseInsensitiveChar, String> _extensions; field in InternalLocaleBuilder
163 if (_extensions != null && _extensions.containsKey(key)) { in setExtension()
164 _extensions.remove(key); in setExtension()
188 if (_extensions == null) { in setExtension()
189 _extensions = new HashMap<CaseInsensitiveChar, String>(4); in setExtension()
191 _extensions.put(key, val); in setExtension()
295 if (_extensions == null) { in setExtensions()
296 _extensions = new HashMap<CaseInsensitiveChar, String>(4); in setExtensions()
298 _extensions in setExtensions()
[all...]
H A DLanguageTag.java39 private List<String> _extensions = Collections.emptyList(); // extensions field in LanguageTag
330 if (_extensions.size() == 0) { in parseExtensions()
331 _extensions = new ArrayList<String>(4); in parseExtensions()
333 // Ignore the extension if it is already in _extensions. in parseExtensions()
335 for (String extension : _extensions) { in parseExtensions()
339 _extensions.add(sb.toString()); in parseExtensions()
492 tag._extensions = extensions; in parseLocale()
544 return Collections.unmodifiableList(_extensions); in getExtensions()
723 for (String extension : _extensions) { in toString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DInternalLocaleBuilder.java33 private HashMap<CaseInsensitiveChar, String> _extensions; field in InternalLocaleBuilder
167 if (_extensions != null && _extensions.containsKey(key)) { in setExtension()
168 _extensions.remove(key); in setExtension()
192 if (_extensions == null) { in setExtension()
193 _extensions = new HashMap<CaseInsensitiveChar, String>(4); in setExtension()
195 _extensions.put(key, val); in setExtension()
299 if (_extensions == null) { in setExtensions()
300 _extensions = new HashMap<CaseInsensitiveChar, String>(4); in setExtensions()
302 _extensions in setExtensions()
[all...]
H A DLanguageTag.java43 private List<String> _extensions = Collections.emptyList(); // extensions field in LanguageTag
375 if (_extensions.size() == 0) { in parseExtensions()
376 _extensions = new ArrayList<String>(4); in parseExtensions()
378 // Ignore the extension if it is already in _extensions. in parseExtensions()
380 for (String extension : _extensions) { in parseExtensions()
384 _extensions.add(sb.toString()); in parseExtensions()
537 tag._extensions = extensions; in parseLocale()
589 return Collections.unmodifiableList(_extensions); in getExtensions()
760 for (String extension : _extensions) { in toString()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs1923 internal pb::ExtensionSet<ExtensionRangeOptions> _extensions; field in Google.Protobuf.Reflection.ExtensionRangeOptions
1924 private pb::ExtensionSet<ExtensionRangeOptions> _Extensions { get { return _extensions; } }
1949 _extensions = pb::ExtensionSet.Clone(other._extensions); in ExtensionRangeOptions()
1984 if (!Equals(_extensions, other._extensions)) { in Equals()
1994 if (_extensions != null) { in GetHashCode()
1995 hash ^= _extensions.GetHashCode(); in GetHashCode()
2014 if (_extensions != null) { in WriteTo()
2015 _extensions in WriteTo()
4708 internal pb::ExtensionSet<FileOptions> _extensions; global() field in Google.Protobuf.Reflection.FileOptions
6011 internal pb::ExtensionSet<MessageOptions> _extensions; global() field in Google.Protobuf.Reflection.MessageOptions
6472 internal pb::ExtensionSet<FieldOptions> _extensions; global() field in Google.Protobuf.Reflection.FieldOptions
7072 internal pb::ExtensionSet<OneofOptions> _extensions; global() field in Google.Protobuf.Reflection.OneofOptions
7281 internal pb::ExtensionSet<EnumOptions> _extensions; global() field in Google.Protobuf.Reflection.EnumOptions
7600 internal pb::ExtensionSet<EnumValueOptions> _extensions; global() field in Google.Protobuf.Reflection.EnumValueOptions
7866 internal pb::ExtensionSet<ServiceOptions> _extensions; global() field in Google.Protobuf.Reflection.ServiceOptions
8132 internal pb::ExtensionSet<MethodOptions> _extensions; global() field in Google.Protobuf.Reflection.MethodOptions
[all...]
H A DEnumValueDescriptor.cs77 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DEnumDescriptor.cs132 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DMethodDescriptor.cs77 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DServiceDescriptor.cs98 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DOneofDescriptor.cs121 public CustomOptions CustomOptions => new CustomOptions(proto.Options?._extensions?.ValuesByNumber);
H A DMessageDescriptor.cs291 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DFieldDescriptor.cs323 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
H A DFileDescriptor.cs551 public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber);
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js278 Module._extensions = { __proto__: null };
498 * Find the longest (possibly multi-dot) extension registered in `Module._extensions`.
510 if (Module._extensions[currentExtension]) { return currentExtension; }
700 exts = ObjectKeys(Module._extensions);
709 exts = ObjectKeys(Module._extensions);
1199 if (StringPrototypeEndsWith(filename, '.mjs') && !Module._extensions['.mjs']) {
1203 Module._extensions[extension](this, filename);
1377 Module._extensions['.js'] = function(module, filename) {
1430 Module._extensions['.json'] = function(module, filename) {
1452 Module._extensions['
[all...]
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py169 _extensions = { variable in ShebangIssueTracker
183 if interpreter not in self._extensions:
185 if not filepath.endswith('.' + self._extensions[interpreter]):
/third_party/node/lib/internal/modules/
H A Dhelpers.js207 require.extensions = Module._extensions;
/third_party/node/lib/internal/modules/esm/
H A Dtranslators.js280 if ((ext === '.js' || ext === '.cjs' || !CJSModule._extensions[ext]) &&
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 51 milliseconds