HomeSort by relevance Sort by last modified time
    Searched refs:ReadRaw (Results 1 - 12 of 12) sorted by null

  /system/core/adb/
shell_service_test.cpp 98 std::string ReadRaw(int fd) {
180 ExpectLinesEqual(ReadRaw(subprocess_fd_), {"foo", "bar", "0"});
191 ExpectLinesEqual(ReadRaw(subprocess_fd_), {"foo", "bar", "0"});
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 232 bool CodedInputStream::ReadRaw(void* buffer, int size) {
298 if (!ReadRaw(bytes, sizeof(*value))) return false;
315 if (!ReadRaw(bytes, sizeof(*value))) return false;
zero_copy_stream_unittest.cc 323 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
328 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
636 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
642 EXPECT_TRUE(coded_input->ReadRaw(temp_buffer, insize));
coded_stream_unittest.cc 257 coded_input.ReadRaw(&dummy, 1);
610 TEST_1D(CodedStreamTest, ReadRaw, kBlockSizes) {
618 EXPECT_TRUE(coded_input.ReadRaw(read_buffer, sizeof(kRawBytes)));
    [all...]
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
199 bool ReadRaw(void* buffer, int size);
205 // Like ReadRaw, but reads into a string.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 82 // coded_input->ReadRaw(buffer, size);
196 bool ReadRaw(void* buffer, int size);
198 // Like ReadRaw, but reads into a string.
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 376 if (!input->ReadRaw(dest, new_bytes)) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 378 if (!input->ReadRaw(dest, new_bytes)) {
    [all...]

Completed in 137 milliseconds