Home
last modified time | relevance | path

Searched refs:ReadLength (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs432 var length = ReadLength(); in SkipLastField()
562 int length = ReadLength(); in ReadString()
585 int length = ReadLength(); in ReadMessage()
622 int length = ReadLength(); in ReadBytes()
694 public int ReadLength() in ReadLength() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs541 int length = input.ReadLength();
/external/libchrome/ipc/
Dipc_message_protobuf_utils.h36 if (!iter->ReadLength(&size)) in Read()
Dipc_message_utils.h386 if (!iter->ReadLength(&size))
420 if (!iter->ReadLength(&size))
810 if (!iter->ReadLength(&size))
852 if (!iter->ReadLength(&size))
884 if (!iter->ReadLength(&size))
Dipc_message_utils.cc472 if (!iter->ReadLength(&size)) in Read()
/external/libchrome/base/
Dpickle.h72 bool ReadLength(int* result) WARN_UNUSED_RESULT { in ReadLength() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs105 int length = input.ReadLength(); in AddEntriesFrom()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs349 int childlen = cin.ReadLength(); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs349 int childlen = cin.ReadLength(); in TestCodedInputOutputPosition()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs420 var length = input.ReadLength(); in WriteTo_PackedInt32()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs420 var length = input.ReadLength(); in WriteTo_PackedInt32()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c3154 pkt.ConstantBody.ReadLength[n] = range->length;
3162 pkt.ConstantBody.ReadLength[n] = stage_state->push_const_size;
3168 pkt.ConstantBody.ReadLength[0] = stage_state->push_const_size;
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c3199 c.ConstantBody.ReadLength[i + shift] = range->length; in cmd_buffer_emit_push_constant()
3213 c.ConstantBody.ReadLength[0] = bind_map->push_ranges[0].length; in cmd_buffer_emit_push_constant()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c5425 pkt.ConstantBody.ReadLength[i + shift] = in emit_push_constant_packets()