Searched refs:expect_tag (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/test/core/end2end/ |
D | inproc_callback_test.cc | 124 static void expect_tag(intptr_t tag, bool ok) { in expect_tag() function 369 expect_tag(2, true); in simple_request_body() 408 expect_tag(3, true); in simple_request_body() 409 expect_tag(1, true); in simple_request_body()
|
/third_party/ffmpeg/tools/ |
D | ismindex.c | 95 static int expect_tag(int32_t got_tag, int32_t expected_tag) { in expect_tag() function 115 if (expect_tag(tag, tag_name) != 0) in copy_tag() 139 if (expect_tag(tag, tag_name) != 0) in skip_tag() 280 if (expect_tag(tag, MKBETAG('m', 'o', 'o', 'f')) != 0) in read_moof_duration()
|