Home
last modified time | relevance | path

Searched defs:_extensions (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestSelfreferentialOptions.cs73 private pb::ExtensionSet<FooOptions> _extensions; field in UnitTest.Issues.TestProtos.SelfreferentialOptions.FooOptions
DUnittest.cs6030 private pb::ExtensionSet<TestAllExtensions> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestAllExtensions
7035 private pb::ExtensionSet<TestGroupExtension> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestGroupExtension
10187 private pb::ExtensionSet<TestEmptyMessageWithExtensions> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestEmptyMessageWithExtensions
10368 private pb::ExtensionSet<TestMultipleExtensionRanges> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestMultipleExtensionRanges
14527 private pb::ExtensionSet<TestFieldOrderings> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings
23676 private pb::ExtensionSet<TestPackedExtensions> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestPackedExtensions
23857 private pb::ExtensionSet<TestUnpackedExtensions> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions
24986 private pb::ExtensionSet<TestParsingMerge> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestParsingMerge
27885 private pb::ExtensionSet<TestHugeFieldNumbers> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestHugeFieldNumbers
28920 private pb::ExtensionSet<TestExtensionInsideTable> _extensions; field in Google.Protobuf.TestProtos.Proto2.TestExtensionInsideTable
DTestMessagesProto2.cs254 private pb::ExtensionSet<TestAllTypesProto2> _extensions; field in ProtobufTestMessages.Proto2.TestAllTypesProto2
5222 private pb::ExtensionSet<MessageSetCorrect> _extensions; field in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.MessageSetCorrect
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java29 private HashMap<CaseInsensitiveChar, String> _extensions; field in InternalLocaleBuilder
DLanguageTag.java39 private List<String> _extensions = Collections.emptyList(); // extensions field in LanguageTag
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DInternalLocaleBuilder.java33 private HashMap<CaseInsensitiveChar, String> _extensions; field in InternalLocaleBuilder
DLanguageTag.java43 private List<String> _extensions = Collections.emptyList(); // extensions field in LanguageTag
/third_party/mbedtls/tests/scripts/
Dcheck_files.py193 _extensions = { variable in ShebangIssueTracker
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1923 internal pb::ExtensionSet<ExtensionRangeOptions> _extensions; field in Google.Protobuf.Reflection.ExtensionRangeOptions
4708 internal pb::ExtensionSet<FileOptions> _extensions; field in Google.Protobuf.Reflection.FileOptions
6011 internal pb::ExtensionSet<MessageOptions> _extensions; field in Google.Protobuf.Reflection.MessageOptions
6472 internal pb::ExtensionSet<FieldOptions> _extensions; field in Google.Protobuf.Reflection.FieldOptions
7072 internal pb::ExtensionSet<OneofOptions> _extensions; field in Google.Protobuf.Reflection.OneofOptions
7281 internal pb::ExtensionSet<EnumOptions> _extensions; field in Google.Protobuf.Reflection.EnumOptions
7600 internal pb::ExtensionSet<EnumValueOptions> _extensions; field in Google.Protobuf.Reflection.EnumValueOptions
7866 internal pb::ExtensionSet<ServiceOptions> _extensions; field in Google.Protobuf.Reflection.ServiceOptions
8132 internal pb::ExtensionSet<MethodOptions> _extensions; field in Google.Protobuf.Reflection.MethodOptions
/third_party/node/lib/internal/modules/cjs/
Dloader.js1094 Module._extensions['.js'] = function(module, filename) { function in Module