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

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/
path.append.pass.cpp 138 bool DisableAllocations = std::is_same<CharT, char>::value;
144 if (DisableAllocations) g.requireExactly(0);
155 if (DisableAllocations) g.requireExactly(0);
path.concat.pass.cpp 139 bool DisableAllocations = std::is_same<CharT, char>::value;
145 if (DisableAllocations) g.requireExactly(0);
156 if (DisableAllocations) g.requireExactly(0);

Completed in 240 milliseconds