Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc2215 bool is_value = !is_key && (k & 0x2); in TEST() local
2217 is_value ? kValueTag : kJunkTag); in TEST()
2221 if (is_value) expected_value = static_cast<int>(c); in TEST()