Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ WriteAMFBool
Function
WriteAMFBool
src/brpc/amf.cpp:956–959 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
954
}
955
956
void WriteAMFBool(bool val, AMFOutputStream* stream) {
957
stream->put_u8(AMF_MARKER_BOOLEAN);
958
stream->put_u8(val);
959
}
960
961
void WriteAMFNumber(double val, AMFOutputStream* stream) {
962
stream->put_u8(AMF_MARKER_NUMBER);
Callers
3
Play
Method · 0.85
Pause
Method · 0.85
OnPlay
Method · 0.85
Calls
1
put_u8
Method · 0.80
Tested by
no test coverage detected