Home
last modified time | relevance | path

Searched refs:meta2 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmeta.c368 GstMetaTest *meta1, *meta2, *meta3; in GST_START_TEST() local
377 meta2 = GST_META_TEST_ADD (buffer); in GST_START_TEST()
378 fail_if (meta2 == NULL); in GST_START_TEST()
387 fail_unless (gst_buffer_iterate_meta (buffer, &state) == (GstMeta *) meta2); in GST_START_TEST()
399 GstMetaTest *meta1, *meta2, *meta3; in GST_START_TEST() local
408 meta2 = GST_META_TEST_ADD (buffer); in GST_START_TEST()
409 fail_if (meta2 == NULL); in GST_START_TEST()
415 gst_buffer_foreach_meta (buffer, foreach_meta_remove_one, meta2); in GST_START_TEST()
430 GstMetaTest *meta1, *meta2, *meta3; in GST_START_TEST() local
439 meta2 = GST_META_TEST_ADD (buffer); in GST_START_TEST()
[all …]
/third_party/grpc/test/cpp/end2end/
Dasync_end2end_test.cc931 std::pair<std::string, std::string> meta2("key2", "val2"); in TEST_P() local
934 cli_ctx.AddMetadata(meta2.first, meta2.second); in TEST_P()
948 EXPECT_EQ(meta2.second, in TEST_P()
949 ToString(client_initial_metadata.find(meta2.first)->second)); in TEST_P()
977 std::pair<std::string, std::string> meta2("key2", "val2"); in TEST_P() local
988 srv_ctx.AddInitialMetadata(meta2.first, meta2.second); in TEST_P()
994 EXPECT_EQ(meta2.second, in TEST_P()
995 ToString(server_initial_metadata.find(meta2.first)->second)); in TEST_P()
1020 std::pair<::std::string, ::std::string> meta2("key2", "val2"); in TEST_P() local
1031 srv_ctx.AddInitialMetadata(meta2.first, meta2.second); in TEST_P()
[all …]
/third_party/mksh/
Demacsfn.h78 FN(meta2, "prefix-2", XF_PREFIX)
118 FN(meta2, "prefix-2", XF_PREFIX)
/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c476 gst_meta_compare_seqnum (const GstMeta * meta1, const GstMeta * meta2) in gst_meta_compare_seqnum() argument
479 guint64 seqnum2 = gst_meta_get_seqnum (meta2); in gst_meta_compare_seqnum()
Dgstmeta.h280 const GstMeta * meta2);