/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 564 uint32 fake_tag = 0; local 578 fake_tag = WireFormatLite::MakeTag(type_id, 587 if (!ParseFieldMaybeLazily(fake_tag, &sub_input, 598 if (fake_tag == 0) { 610 if (!ParseFieldMaybeLazily(fake_tag, input,
|
wire_format.cc | 335 uint32 fake_tag = 0; local 353 fake_tag = WireFormatLite::MakeTag( 363 if (!ParseAndMergeField(fake_tag, field, message, 374 if (fake_tag == 0) { 386 if (!ParseAndMergeField(fake_tag, field, message, input)) {
|
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 638 uint32 fake_tag = 0; local 659 fake_tag = WireFormatLite::MakeTag( 669 if (!ParseAndMergeField(fake_tag, field, message, 680 if (fake_tag == 0) { 689 if (!ParseAndMergeField(fake_tag, field, message, input)) { [all...] |
extension_set.cc | 935 uint32 fake_tag = 0; local [all...] |