Home
last modified time | relevance | path

Searched refs:expectedTag (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamExtensions.cs39 public static void AssertNextTag(this CodedInputStream input, uint expectedTag) in AssertNextTag() argument
42 Assert.AreEqual(expectedTag, tag); 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() argument
42 Assert.AreEqual(expectedTag, tag); in AssertNextTag()
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs234 const int expectedTag = 8; in ReadUInt64Wrapper()
252 if (buffer[state.bufferPos++] != expectedTag) in ReadUInt64Wrapper()
275 const int expectedTag = 8; in ReadUInt64WrapperSlow()
285 if (ParsingPrimitives.ParseTag(ref buffer, ref state) == expectedTag) in ReadUInt64WrapperSlow()
DParsingPrimitivesMessages.cs222 private static void CheckLastTagWas(ref ParserInternalState state, uint expectedTag) in CheckLastTagWas() argument
224 if (state.lastTag != expectedTag) { in CheckLastTagWas()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtest_reflow.py104 expectedFilename, expectedTag = expectedLocation
107 assert(expectedTag in tagline)
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c670 int32_t tag, expectedTag; in TestBreakIteratorRules() local
672 expectedTag = tagMap[tags[i]&0xf]; in TestBreakIteratorRules()
673 if (tag != expectedTag) { in TestBreakIteratorRules()
675 pos, expectedTag, tag); in TestBreakIteratorRules()
/third_party/typescript/src/harness/
DfourslashImpl.ts1394 ts.zipWith(expectedTags, actualQuickInfoTags, (expectedTag, actualTag) => {
1395 assert.equal(expectedTag.name, actualTag.name);
1396 …assert.equal(expectedTag.text, actualTag.text, this.messageAtLastKnownMarker("QuickInfo tag " + ac…
1418 ts.zipWith(tags, actualQuickInfo.tags, (expectedTag, actualTag) => {
1419 assert.equal(expectedTag.name, actualTag.name);
1420 …assert.equal(expectedTag.text, actualTag.text, this.messageAtLastKnownMarker("QuickInfo tag " + ac…
1611 ts.zipWith((options.tags || ts.emptyArray), actualTags, (expectedTag, actualTag) => {
1612 assert.equal(actualTag.name, expectedTag.name);
1613 …assert.deepEqual(actualTag.text, expectedTag.text, this.assertionMessageAtLastKnownMarker("signatu…