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

  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 93 WireFormat::ParseAndMergePartial(&input, &dest);
110 WireFormat::ParseAndMergePartial(&input, &dest);
127 WireFormat::ParseAndMergePartial(&input, &dest);
143 WireFormat::ParseAndMergePartial(&input, &dest);
159 WireFormat::ParseAndMergePartial(&input, &dest);
176 WireFormat::ParseAndMergePartial(&input, &dest);
193 WireFormat::ParseAndMergePartial(&input, &dest);
212 WireFormat::ParseAndMergePartial(&input, &oneof_dest);
416 EXPECT_TRUE(WireFormat::ParseAndMergePartial(&coded_input, &dest));
562 ASSERT_TRUE(WireFormat::ParseAndMergePartial(&input, &dynamic_message_set))
    [all...]
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,
unknown_field_set_unittest.cc 232 ASSERT_TRUE(WireFormat::ParseAndMergePartial(&input, &message));
364 ASSERT_TRUE(WireFormat::ParseAndMergePartial(&input, &all_types_message));
387 ASSERT_TRUE(WireFormat::ParseAndMergePartial(&input, &message));
message.cc 122 return WireFormat::ParseAndMergePartial(input, this);
extension_set_unittest.cc     [all...]
wire_format.cc 381 bool WireFormat::ParseAndMergePartial(io::CodedInputStream* input,
    [all...]
map_test.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 106 static bool ParseAndMergePartial(io::CodedInputStream* input,

Completed in 347 milliseconds