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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 340 long __converted_value = std::strtol(__env_value, 0, 10); local
341 if (errno || __converted_value < 0)
349 return static_cast<std::size_t>(__converted_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 340 long __converted_value = std::strtol(__env_value, 0, 10); local
341 if (errno || __converted_value < 0)
349 return static_cast<std::size_t>(__converted_value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 340 long __converted_value = std::strtol(__env_value, 0, 10); local
341 if (errno || __converted_value < 0)
349 return static_cast<std::size_t>(__converted_value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 333 long __converted_value = std::strtol(__env_value, 0, 10); local
334 if (errno || __converted_value < 0)
342 return static_cast<std::size_t>(__converted_value);

Completed in 36 milliseconds