Home
last modified time | relevance | path

Searched defs:expectedTag (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamExtensions.cs39 public static void AssertNextTag(this CodedInputStream input, uint expectedTag) in AssertNextTag()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamExtensions.cs39 public static void AssertNextTag(this CodedInputStream input, uint expectedTag) in AssertNextTag()
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesMessages.cs222 private static void CheckLastTagWas(ref ParserInternalState state, uint expectedTag) in CheckLastTagWas()
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c669 int32_t tag, expectedTag; in TestBreakIteratorRules() local