Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
size_t GetBoolOffset (void) {
47
return offsetof (struct bool_test_struct, b);
48
}
49
50
size_t GetBoolStructSize (void) {
51
return sizeof (struct bool_test_struct);
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected