Home
last modified time | relevance | path

Searched defs:ValidateEnum (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/ir/
Dvalidators.h78 Status ValidateEnum(const std::string &op_name, const std::string &enum_name, const T enumeration, in ValidateEnum() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_enum_util.cc80 bool ValidateEnum(int value, const uint32_t* data) { in ValidateEnum() function
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc575 bool Parser::ValidateEnum(const EnumDescriptorProto* proto) { in ValidateEnum() function in google::protobuf::compiler::Parser