Home
last modified time | relevance | path

Searched refs:kKeyTag (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_entry_lite.h181 static const uint8 kKeyTag =
251 if (tag == kKeyTag) {
288 case kKeyTag:
418 if (input->ExpectTag(kKeyTag)) {
457 if (PROTOBUF_PREDICT_TRUE(!ctx->Done(&ptr) && *ptr == kKeyTag)) {
Dmap_test.cc2269 const char kKeyTag = 0x08; in TEST() local
2287 wire_format.push_back(is_key ? kKeyTag in TEST()