Searched refs:proto3_ (Results 1 – 2 of 2) sorted by relevance
294 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()
207 bool proto3() { return proto3_; } in proto3()222 bool proto3_; variable