Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dtype_checkers.py134 def CheckValue(self, proposed_value): member in TypeChecker
167 def CheckValue(self, proposed_value): member in IntValueChecker
191 def CheckValue(self, proposed_value): member in EnumValueChecker
211 def CheckValue(self, proposed_value): member in UnicodeValueChecker
280 def CheckValue(self, proposed_value): member in FloatValueChecker
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h165 …static T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, T matc… in CheckValue() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2233 bool DefaultsTest::CheckValue(const T value, const T reference_value, const glw::GLchar* pname_stri… in CheckValue() function in gl4cts::DirectStateAccess::Buffers::DefaultsTest