Home
last modified time | relevance | path

Searched refs:CheckValue (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py258 self._values.append(self._type_checker.CheckValue(value))
264 self._values.insert(key, self._type_checker.CheckValue(value))
282 new_values = [self._type_checker.CheckValue(elem) for elem in elem_seq_iter]
312 self._values[key] = self._type_checker.CheckValue(value)
323 new_values.append(self._type_checker.CheckValue(value))
489 key = self._key_checker.CheckValue(key)
497 self._key_checker.CheckValue(item)
510 checked_key = self._key_checker.CheckValue(key)
511 checked_value = self._value_checker.CheckValue(value)
576 key = self._key_checker.CheckValue(key)
[all …]
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
Dextension_dict.py166 type_checker.CheckValue(value))
Dpython_message.py713 new_value = type_checker.CheckValue(new_value)
/third_party/vk-gl-cts/external/amber/src/src/
Dverifier.cc166 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue() function
571 r = CheckValue<int8_t>(command, ptr, value); in ProbeSSBO()
573 r = CheckValue<uint8_t>(command, ptr, value); in ProbeSSBO()
575 r = CheckValue<int16_t>(command, ptr, value); in ProbeSSBO()
577 r = CheckValue<uint16_t>(command, ptr, value); in ProbeSSBO()
579 r = CheckValue<int32_t>(command, ptr, value); in ProbeSSBO()
581 r = CheckValue<uint32_t>(command, ptr, value); in ProbeSSBO()
583 r = CheckValue<int64_t>(command, ptr, value); in ProbeSSBO()
585 r = CheckValue<uint64_t>(command, ptr, value); in ProbeSSBO()
590 r = CheckValue<float>(command, ptr, value); in ProbeSSBO()
[all …]
/third_party/node/deps/v8/include/
Dv8-traced-handle.h104 V8_EXPORT void CheckValue() const;
148 CheckValue();
154 CheckValue();
/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
2318 is_ok &= CheckValue<glw::GLint>(data, test_values[i].expected_data, test_values[i].pname_string, in iterate()
2331 is_ok &= CheckValue<glw::GLint64>(data, (glw::GLint64)test_values[i].expected_data, in iterate()
2343 is_ok &= CheckValue<glw::GLvoid*>(data, (glw::GLvoid*)DE_NULL, "GL_BUFFER_MAP_POINTER", in iterate()
Dgl4cDirectStateAccessTests.hpp1737 bool CheckValue(const T value, const T reference_value, const glw::GLchar* pname_string,
/third_party/protobuf/python/google/protobuf/
Dtext_format.py1695 checker.CheckValue(result)
/third_party/node/deps/v8/src/api/
Dapi.cc10353 void TracedReferenceBase::CheckValue() const { in CheckValue() function in v8::TracedReferenceBase