Searched refs:fake_tag (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_unittest.cc305 unsigned char fake_tag[4] = { 0xba, 0xdd, 0xba, 0xdd }; local
311 memcpy(&rtp_packet[sizeof(kRtpMsgWithAbsSendTimeExtension)], fake_tag, 4);
317 fake_tag, 4));
339 // HMAC should be different from fake_tag.
374 // HMAC should be different from fake_tag.
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc564 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,
H A Dwire_format.cc335 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/
H A Dwire_format.cc638 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)) {
H A Dextension_set.cc935 uint32 fake_tag = 0; local
952 fake_tag = WireFormatLite::MakeTag(type_id,
961 if (!ParseField(fake_tag, &sub_input,
972 if (fake_tag == 0) {
981 if (!ParseField(fake_tag, input,

Completed in 227 milliseconds