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

  /external/libcxx/test/std/utilities/variant/variant.visit/
visit.pass.cpp 65 assert(last_call_type == CT_None);
67 last_call_type = type;
72 bool result = last_call_type == type && last_call_args &&
74 last_call_type = CT_None;
79 static CallType last_call_type; member in struct:ForwardingCallObject
83 CallType ForwardingCallObject::last_call_type = CT_None; member in class:ForwardingCallObject
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 167 assert(last_call_type == CT_None);
169 last_call_type = type;
176 last_call_type == type
179 last_call_type = CT_None;
184 static CallType last_call_type; member in struct:ForwardingCallObject
188 CallType ForwardingCallObject::last_call_type = CT_None; member in class:ForwardingCallObject

Completed in 203 milliseconds