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

Function GetBoolOffset

test/api/c_interface_test.c:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46size_t GetBoolOffset (void) {
47 return offsetof (struct bool_test_struct, b);
48}
49
50size_t GetBoolStructSize (void) {
51 return sizeof (struct bool_test_struct);

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected