Home
last modified time | relevance | path

Searched defs:frame_handler (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc32 typedef struct frame_handler { struct
37 } frame_handler; argument
/external/llvm-project/libunwind/test/
Dsignal_unwind.pass.cpp23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler() function
Dunwind_leaffunction.pass.cpp23 _Unwind_Reason_Code frame_handler(struct _Unwind_Context* ctx, void* arg) { in frame_handler() function
/external/libwebm/webm_parser/tests/
Dblock_parser_test.cc565 const FrameHandler frame_handler = {metadata, expected_frame_byte_value}; in SetExpectations() local