OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_second
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/common/
tcuEither.hpp
73
Second*
m_second
;
member in union:tcu::Either::__anon18082
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
;
/external/pdfium/fpdfsdk/
cpdfsdk_datetime.cpp
77
m_second
(that.
m_second
),
89
m_second
= static_cast<uint8_t>(st.wSecond);
104
m_second
= newtime->tm_sec;
110
m_minute == that.m_minute &&
m_second
== that.
m_second
&&
126
newtime.tm_sec =
m_second
;
225
m_second
= static_cast<uint8_t>(k);
268
m_day, m_hour, m_minute,
m_second
) +
279
m_year, m_month, m_day, m_hour, m_minute,
m_second
);
[
all
...]
cpdfsdk_datetime.h
44
uint8_t
m_second
;
member in class:CPDFSDK_DateTime
Completed in 84 milliseconds