Home
last modified time | relevance | path

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

/third_party/protobuf/hpb/
Drepeated_field_iterator.h298 struct StringIteratorPolicy { struct
301 using RemoveConst = StringIteratorPolicy<std::remove_const_t<T>>; argument
302 using AddConst = StringIteratorPolicy<const T>; argument
304 struct Payload {