Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc155 string expected_import = "import test2_pb2"; in TEST() local
158 if (lines[i].find(expected_import) != string::npos) { in TEST()