Searched refs:GetSecond (Results 1 – 10 of 10) sorted by relevance
/external/google-fruit/include/fruit/impl/meta/ |
D | graph.h | 76 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>));
|
D | pair.h | 46 struct GetSecond { struct
|
/external/pdfium/testing/ |
D | fx_string_testhelpers.cpp | 15 << std::to_string(dt.GetSecond()) << "." in operator <<()
|
/external/pdfium/core/fxcrt/ |
D | cfx_datetime.h | 78 uint8_t GetSecond() const { return second_; } in GetSecond() function
|
/external/pdfium/fpdfsdk/ |
D | fpdfattachment.cpp | 239 dateTime.GetSecond()), in FPDFAttachment_SetFile()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 303 t.GetSecond()); in SetTime() 313 dt.GetMinute(), dt.GetSecond()); in SetDateTime()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 291 dataTime.GetSecond()); in GetCurrentDateTime()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 630 uint8_t second = datetime.GetSecond(); in TimeFormat()
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 1255 int32_t second = uniTime.GetSecond(); in IsoTime2Num() 1669 int32_t second = uniTime.GetSecond(); in Time2Num()
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2182 func (m *ComplexExtension) GetSecond() int32 { func
|