Lines Matching refs:emit
60 bool emit();
107 void emit();
151 // to the wrapped stream buffer object *wrapped when emit() is called
184 // This function causes emit() aquire two mutexes:
273 emit();
284 // The function is specified to call emit. This call should
286 emit();
310 _LIBCPP_HIDE_FROM_ABI bool emit() { return emit(false); }
323 if (__emit_on_sync_ && !emit(true))
366 _LIBCPP_HIDE_FROM_ABI bool emit(bool __flush) {
470 _LIBCPP_HIDE_FROM_ABI void emit() {
481 if (__sb_.emit() == false)