Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc294 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
300 if (!proto3_) { in ProtoElement()
313 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()
326 } else if (!proto3_) { in ProtoElement()
332 if (!proto3_) { in ProtoElement()
347 if (!proto3_) { in pop()
Dproto_writer.h207 bool proto3() { return proto3_; } in proto3()
222 bool proto3_; variable