/third_party/protobuf/python/google/protobuf/internal/ |
D | containers.py | 258 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 …]
|
D | type_checkers.py | 134 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
|
D | extension_dict.py | 166 type_checker.CheckValue(value))
|
D | python_message.py | 713 new_value = type_checker.CheckValue(new_value)
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | verifier.cc | 166 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/ |
D | v8-traced-handle.h | 104 V8_EXPORT void CheckValue() const; 148 CheckValue(); 154 CheckValue();
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 2233 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()
|
D | gl4cDirectStateAccessTests.hpp | 1737 bool CheckValue(const T value, const T reference_value, const glw::GLchar* pname_string,
|
/third_party/protobuf/python/google/protobuf/ |
D | text_format.py | 1695 checker.CheckValue(result)
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 10353 void TracedReferenceBase::CheckValue() const { in CheckValue() function in v8::TracedReferenceBase
|