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

  /external/pdfium/fpdfsdk/
cpdfsdk_datetime.h 44 uint8_t m_second; member in class:CPDFSDK_DateTime
  /external/deqp/framework/common/
tcuEither.hpp 73 Second* m_second; member in union:tcu::Either::__anon19382
148 m_second->~Second();
165 m_second = new(m_data)Second(second);
181 m_second = new(m_data)Second(*other.m_second);
197 m_second = new(m_data)Second(*other.m_second);
219 m_second = new(m_data)Second(second);
247 return *m_second;

Completed in 328 milliseconds