HomeSort by relevance Sort by last modified time
    Searched refs:GuardVAList (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
format_string.hpp 13 struct GuardVAList {
16 GuardVAList(va_list& val) : xtarget(val), active(true) {}
23 ~GuardVAList() {
30 GuardVAList args_guard(args);
34 GuardVAList args_copy_guard(args_cp);
  /external/libcxx/src/filesystem/
filesystem_common.h 48 struct GuardVAList {
51 GuardVAList(va_list& target) : target(target), active(true) {}
57 ~GuardVAList() {
64 GuardVAList args_guard(args);
68 GuardVAList args_copy_guard(args_cp);

Completed in 1243 milliseconds