Home
last modified time | relevance | path

Searched defs:SetAllFields (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Dproto3_lite_unittest.cc52 void SetAllFields(TestAllTypes* m) { in SetAllFields() function
Dproto3_arena_lite_unittest.cc52 void SetAllFields(TestAllTypes* m) { in SetAllFields() function
Dtest_util_lite.cc49 void TestUtilLite::SetAllFields(unittest::TestAllTypesLite* message) { in SetAllFields() function in google::protobuf::TestUtilLite
Dproto3_arena_unittest.cc52 void SetAllFields(TestAllTypes* m) { in SetAllFields() function
Dtest_util.cc53 void TestUtil::SetAllFields(unittest::TestAllTypes* message) { in SetAllFields() function in google::protobuf::TestUtil
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py196 def SetAllFields(message): function