Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php44 $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("[", 1);
[all …]
DCodedOutputStream.php60 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 in Google\\Protobuf\\Internal\\CodedOutputStream
DMessage.php1449 $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("\"", 1);
[all …]
DGPBWire.php364 return $output->writeRaw($data, 4);
370 return $output->writeRaw($data, 8);
384 return $output->writeRaw($value, $size);
/third_party/libsnd/include/
Dsndfile.hh151 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/
DtcuApp.cpp270 m_testCtx->getLog().writeRaw(str.str().c_str()); in iterate()
DtcuTestLog.hpp179 void writeRaw (const char* rawContents);
DtcuTestLog.cpp566 void TestLog::writeRaw(const char* rawContents) in writeRaw() function in tcu::TestLog
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp906 testCtx.getLog().writeRaw(subQpaCopy.c_str()); in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp906 testCtx.getLog().writeRaw(subQpaCopy.c_str()); in runTestsInSubprocess()