OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseTag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/test_tools/
crypto_test_utils.h
104
//
ParseTag
returns a QuicTag from parsing |tagstr|. |tagstr| may either be
107
static QuicTag
ParseTag
(const char* tagstr);
110
// arguments. |message_tag| is passed to |
ParseTag
| and used as the tag of
113
// as an argument to |
ParseTag
|. The second is the value of the tag/value
crypto_test_utils.cc
414
QuicTag CryptoTestUtils::
ParseTag
(const char* tagstr) {
460
msg.set_tag(
ParseTag
(message_tag));
481
const QuicTag tag =
ParseTag
(tagstr);
Completed in 26 milliseconds