Home
last modified time | relevance | path

Searched defs:GetDefaultValue (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dctrl_flow.h108 const NodePtr &GetDefaultValue() const { return default_value_; } in GetDefaultValue() function
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc152 string GetDefaultValue(FieldDescriptor::Type type) { in GetDefaultValue() function
/third_party/flatbuffers/src/
Didl_gen_rust.cpp1052 std::string GetDefaultValue(const FieldDef &field, in GetDefaultValue() function in flatbuffers::rust::RustGenerator
Didl_gen_python.cpp1088 std::string GetDefaultValue(const FieldDef &field) const { in GetDefaultValue() function in flatbuffers::python::PythonGenerator
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc797 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) { in GetDefaultValue() function