Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc6314 if (has_lazy()) { in SerializeWithCachedSizes()
6370 if (has_lazy()) { in SerializeWithCachedSizesToArray()
6425 if (has_lazy()) { in ByteSize()
6490 if (from.has_lazy()) { in MergeFrom()
Ddescriptor.pb.h1955 inline bool has_lazy() const;
5637 inline bool FieldOptions::has_lazy() const { in has_lazy() function