HomeSort by relevance Sort by last modified time
    Searched defs:SSize (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 40 const std::size_t SSize = StrEnd(Expect) - Expect;
41 assert(Size == SSize);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 40 const std::size_t SSize = StrEnd(Expect) - Expect;
41 assert(Size == SSize);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 45 const std::size_t SSize = StrEnd(Expect) - Expect;
46 assert(Size == SSize);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 45 const std::size_t SSize = StrEnd(Expect) - Expect;
46 assert(Size == SSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 168 uint64_t SSize = SI->getSize();
169 if ((Addr >= SAddr) && (Addr < SAddr + SSize))

Completed in 217 milliseconds