Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtest_util.h57 static void SetOneofFields(unittest::TestAllTypes* message);
59 static void SetOneofFields(unittest::TestAllExtensions* message);
Dtest_util.cc58 SetOneofFields(message); in SetAllFields()
261 void TestUtil::SetOneofFields(unittest::TestAllTypes* message) { in SetOneofFields() function in google::protobuf::TestUtil
1104 SetOneofFields(message); in SetAllExtensions()
1107 void TestUtil::SetOneofFields(unittest::TestAllExtensions* message) { in SetOneofFields() function in google::protobuf::TestUtil
Dextension_set_unittest.cc612 TestUtil::SetOneofFields(&destination); in TEST()