Searched refs:proto3_ (Results 1 – 2 of 2) sorted by relevance
295 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()301 if (!proto3_) { in ProtoElement()314 proto3_(type.syntax() == google::protobuf::SYNTAX_PROTO3), in ProtoElement()327 } else if (!proto3_) { in ProtoElement()333 if (!proto3_) { in ProtoElement()348 if (!proto3_) { in pop()
202 bool proto3() { return proto3_; } in proto3()217 bool proto3_; variable