Home
last modified time | relevance | path

Searched refs:GetSecond (Results 1 – 10 of 10) sorted by relevance

/external/google-fruit/include/fruit/impl/meta/
Dgraph.h76 If(IsNone(GetSecond(Result)),
81 If(VectorEndsWith(GetSecond(Result) /* Loop */, Node),
83 ConsTriplet(GetFirst(Result), GetSecond(Result), Bool<true>),
85 … ConsTriplet(GetFirst(Result), PushFront(GetSecond(Result), Node), Bool<false>))))));
94 using type = If(IsNone(GetSecond(CurrentResult)),
96 MakePair(GetFirst(DfsResult), GetSecond(DfsResult)),
102 using type = GetSecond(FoldVector(GetMapKeys(G), VisitStartingAtNode, Pair<EmptySet, None>));
Dpair.h46 struct GetSecond { struct
/external/pdfium/testing/
Dfx_string_testhelpers.cpp15 << std::to_string(dt.GetSecond()) << "." in operator <<()
/external/pdfium/core/fxcrt/
Dcfx_datetime.h78 uint8_t GetSecond() const { return second_; } in GetSecond() function
/external/pdfium/fpdfsdk/
Dfpdfattachment.cpp239 dateTime.GetSecond()), in FPDFAttachment_SetFile()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp303 t.GetSecond()); in SetTime()
313 dt.GetMinute(), dt.GetSecond()); in SetDateTime()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp291 dataTime.GetSecond()); in GetCurrentDateTime()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp630 uint8_t second = datetime.GetSecond(); in TimeFormat()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1255 int32_t second = uniTime.GetSecond(); in IsoTime2Num()
1669 int32_t second = uniTime.GetSecond(); in Time2Num()
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2182 func (m *ComplexExtension) GetSecond() int32 { func