Searched refs:writeRaw (Results 1 - 10 of 10) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBJsonWire.php | 44 $output->writeRaw("\"", 1); 46 $output->writeRaw($field_name, strlen($field_name)); 47 $output->writeRaw("\":", 2); 63 $output->writeRaw("{", 1); 86 $output->writeRaw(",", 1); 89 $output->writeRaw("\"", 1); 99 $output->writeRaw("\"", 1); 101 $output->writeRaw(":", 1); 110 $output->writeRaw("}", 1); 113 $output->writeRaw("[", [all...] |
H A D | CodedOutputStream.php | 60 return $this->writeRaw($bytes, $size); 67 return $this->writeRaw($bytes, $size); 74 return $this->writeRaw($bytes, $size); 81 return $this->writeRaw($bytes, $size); 89 public function writeRaw($data, $size) function
|
H A D | Message.php | 1449 $output->writeRaw($this->unknown, strlen($this->unknown)); 1459 $output->writeRaw("{", 1); 1464 $output->writeRaw("\"@type\":", 8); 1465 $output->writeRaw("\"", 1); 1466 $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl())); 1467 $output->writeRaw("\"", 1); 1471 $output->writeRaw(",\"value\":", 9); 1477 $output->writeRaw(",", 1); 1485 $output->writeRaw("}", 1); 1488 $output->writeRaw("\"", [all...] |
H A D | GPBWire.php | 364 return $output->writeRaw($data, 4); 370 return $output->writeRaw($data, 8); 384 return $output->writeRaw($value, $size);
|
/third_party/libsnd/include/ |
H A D | sndfile.hh | 151 sf_count_t writeRaw (const void *ptr, sf_count_t bytes) ; 407 SndfileHandle::writeRaw (const void *ptr, sf_count_t bytes) in writeRaw() function in SndfileHandle
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuApp.cpp | 270 m_testCtx->getLog().writeRaw(str.str().c_str()); in iterate()
|
H A D | tcuTestLog.hpp | 179 void writeRaw (const char* rawContents);
|
H A D | tcuTestLog.cpp | 594 void TestLog::writeRaw(const char* rawContents) in writeRaw() function in tcu::TestLog
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 964 testCtx.getLog().writeRaw(subQpaCopy.c_str()); in runTestsInSubprocess()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktTestPackage.cpp | 906 testCtx.getLog().writeRaw(subQpaCopy.c_str()); in runTestsInSubprocess()
|
Completed in 11 milliseconds