Home
last modified time | relevance | path

Searched refs:InDeclarationOrder (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs109 FieldDescriptor field = messageType.Fields.InDeclarationOrder()[0]; in MessageDescriptor()
115 var fieldsInDeclarationOrder = messageType.Fields.InDeclarationOrder(); in MessageDescriptor()
247 …Assert.AreEqual(new[] { 11, 1, 101, 200 }, fields.InDeclarationOrder().Select(x => x.FieldNumber)); in FieldListOrderings()
/external/catch2/include/internal/
Dcatch_interfaces_config.h38 InDeclarationOrder, enumerator
Dcatch_test_case_registry_impl.h44 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
Dcatch_config.hpp50 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
Dcatch_test_case_registry_impl.cpp33 case RunTests::InDeclarationOrder: in sortTests()
Dcatch_commandline.cpp59 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofDescriptor.cs96 foreach (var field in ContainingType.Fields.InDeclarationOrder()) in CrossLink()
DMessageDescriptor.cs256 … public IList<FieldDescriptor> InDeclarationOrder() => messageDescriptor.fieldsInDeclarationOrder; in InDeclarationOrder() method in Google.Protobuf.Reflection.MessageDescriptor.FieldCollection
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs647 …Assert.IsFalse(TestAllTypes.Descriptor.Fields.InDeclarationOrder().Select(x => x.FieldNumber).Cont… in IgnoreUnknownFields_RealDataStillRead()
/external/bcc/tests/cc/
Dcatch.hpp3371 InDeclarationOrder, enumerator
3494 runOrder( RunTests::InDeclarationOrder ), in ConfigData()
4644 config.runOrder = RunTests::InDeclarationOrder; in setOrder()
6434 case RunTests::InDeclarationOrder: in sortTests()
6478 : m_currentSortOrder( RunTests::InDeclarationOrder ), in TestRegistry()
/external/catch2/single_include/catch2/
Dcatch.hpp3991 InDeclarationOrder, enumerator
4677 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
7826 config.runOrder = RunTests::InDeclarationOrder; in makeCommandLineParser()
9977 mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
11780 case RunTests::InDeclarationOrder: in sortTests()