Lines Matching defs:source
5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
1877 const Message* source = implicit_cast<const Message*>(&message1);
1878 message2.CopyFrom(*source);
2582 unittest::TestMap source, dest;
2586 MapTestUtil::SetMapFields(&source);
2587 source.SerializeToString(&data);
2688 unittest::TestMap source;
2690 MapTestUtil::SetMapFields(&source);
2695 printer.PrintToString(source, &output);