Home
last modified time | relevance | path

Searched defs:last_tag (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-operators.hpp303 struct last_tag : reduce_tag {}; struct
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc186 uint32 tag = stream_->ReadTag(), last_tag = tag + 1; in WriteMessage() local