MCPcopy Create free account
hub / github.com/cisco/openh264 / CheckFunctionOrder

Function CheckFunctionOrder

test/api/cpp_interface_test.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <stddef.h>
4
5static void CheckFunctionOrder (int expect, int actual, const char* name) {
6 EXPECT_EQ (expect, actual) << "Wrong function order: " << name;
7}
8
9typedef void (*CheckFunc) (int, int, const char*);
10extern "C" void CheckEncoderInterface (ISVCEncoder* p, CheckFunc);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected