Home
last modified time | relevance | path

Searched refs:checkString (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-buffer-from.js7 const checkString = 'test'; constant
9 const check = Buffer.from(checkString);
13 super(checkString);
19 return checkString;
29 deepStrictEqual(Buffer.from(new String(checkString)), check);
33 Buffer.from(runInNewContext('new String(checkString)', { checkString })), field
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php314 GPBUtil::checkString($var, True);
358 GPBUtil::checkString($var, True);
562 GPBUtil::checkString($var, True);
828 GPBUtil::checkString($var, True);
864 GPBUtil::checkString($var, True);
906 GPBUtil::checkString($var, True);
944 GPBUtil::checkString($var, True);
984 GPBUtil::checkString($var, True);
1024 GPBUtil::checkString($var, True);
1064 GPBUtil::checkString($var, True);
DFieldDescriptorProto.php198 GPBUtil::checkString($var, True);
344 GPBUtil::checkString($var, True);
382 GPBUtil::checkString($var, True);
426 GPBUtil::checkString($var, True);
506 GPBUtil::checkString($var, True);
DMethodDescriptorProto.php101 GPBUtil::checkString($var, True);
139 GPBUtil::checkString($var, True);
171 GPBUtil::checkString($var, True);
DUninterpretedOption.php133 GPBUtil::checkString($var, True);
261 GPBUtil::checkString($var, False);
293 GPBUtil::checkString($var, True);
DFileDescriptorProto.php158 GPBUtil::checkString($var, True);
194 GPBUtil::checkString($var, True);
478 GPBUtil::checkString($var, True);
DRepeatedField.php173 GPBUtil::checkString($value, false);
176 GPBUtil::checkString($value, true);
DMapField.php188 GPBUtil::checkString($value, true);
281 GPBUtil::checkString($key, true);
DOneofDescriptorProto.php70 GPBUtil::checkString($var, True);
DEnumValueDescriptorProto.php75 GPBUtil::checkString($var, True);
DServiceDescriptorProto.php75 GPBUtil::checkString($var, True);
/third_party/protobuf/php/src/Google/Protobuf/
DField.php214 GPBUtil::checkString($var, True);
242 GPBUtil::checkString($var, True);
348 GPBUtil::checkString($var, True);
374 GPBUtil::checkString($var, True);
DMethod.php108 GPBUtil::checkString($var, True);
134 GPBUtil::checkString($var, True);
186 GPBUtil::checkString($var, True);
DMixin.php131 GPBUtil::checkString($var, True);
159 GPBUtil::checkString($var, True);
DApi.php153 GPBUtil::checkString($var, True);
263 GPBUtil::checkString($var, True);
DAny.php217 GPBUtil::checkString($var, True);
243 GPBUtil::checkString($var, False);
DBytesValue.php61 GPBUtil::checkString($var, False);
DSourceContext.php65 GPBUtil::checkString($var, True);
DStringValue.php61 GPBUtil::checkString($var, True);
DOption.php87 GPBUtil::checkString($var, True);
DEnumValue.php76 GPBUtil::checkString($var, True);
DEnum.php92 GPBUtil::checkString($var, True);
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php384 GPBUtil::checkString($var, True);
416 GPBUtil::checkString($var, True);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp604 checkString(const char *string, size_t size) in checkString() function
661 …if (!checkString(statistics[ndx][statNdx].name, DE_LENGTH_OF_ARRAY(statistics[ndx][statNdx].name))) in verifyStatistics()
675 …if (!checkString(statistics[ndx][statNdx].description, DE_LENGTH_OF_ARRAY(statistics[ndx][statNdx]… in verifyStatistics()
822 if (!checkString(irs[irNdx].name, DE_LENGTH_OF_ARRAY(irs[irNdx].name))) in verifyInternalRepresentations()
836 if (!checkString(irs[irNdx].description, DE_LENGTH_OF_ARRAY(irs[irNdx].description))) in verifyInternalRepresentations()
866 if (!checkString((char *)irs[irNdx].pData, irs[irNdx].dataSize)) in verifyInternalRepresentations()
946 if (!checkString(props[ndx][execNdx].name, DE_LENGTH_OF_ARRAY(props[ndx][execNdx].name))) in verifyTestResult()
960 …if (!checkString(props[ndx][execNdx].description, DE_LENGTH_OF_ARRAY(props[ndx][execNdx].descripti… in verifyTestResult()
/third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/
DNamePart.php74 GPBUtil::checkString($var, True);

12