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.cc10208 if (has_lazy()) { in SerializeWithCachedSizes()
10260 if (has_lazy()) { in SerializeWithCachedSizesToArray()
10317 if (has_lazy()) { in ByteSize()
10382 if (from.has_lazy()) { in MergeFrom()
10523 bool FieldOptions::has_lazy() const { in has_lazy() function in google::protobuf::FieldOptions
Ddescriptor.pb.h2394 bool has_lazy() const;
6487 inline bool FieldOptions::has_lazy() const { in has_lazy() function