Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h475 kMergeWithAliasing = 4, enumerator
560 constexpr bool alias = (flags & kMergeWithAliasing) != 0; in ParseFrom()