Home
last modified time | relevance | path

Searched defs:WriteContext (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc187 class WriteContext { class
189 WriteContext(grpc_chttp2_transport* t) : t_(t) { in WriteContext() function in __anonccbabbd30111::WriteContext
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc154 bool WriteContext(MDRawContextSPARC *context, ucontext_t *sig_ctx) { in WriteContext() function
178 bool WriteContext(MDRawContextSPARC *context, prgregset_t regs, in WriteContext() function
198 bool WriteContext(MDRawContextX86 *context, prgregset_t regs, in WriteContext() function
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc393 bool MinidumpGenerator::WriteContext(breakpad_thread_state_data_t state, in WriteContext() function in google_breakpad::MinidumpGenerator