Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtest_util.h133 std::string import_package = in ReflectionTester() local
138 import_d_ = pool->FindFieldByName(import_package + ".ImportMessage.d"); in ReflectionTester()
139 import_e_ = pool->FindFieldByName(import_package + ".PublicImportMessage.e"); in ReflectionTester()
146 import_foo_ = pool->FindEnumValueByName(import_package + ".IMPORT_FOO"); in ReflectionTester()
147 import_bar_ = pool->FindEnumValueByName(import_package + ".IMPORT_BAR"); in ReflectionTester()
148 import_baz_ = pool->FindEnumValueByName(import_package + ".IMPORT_BAZ"); in ReflectionTester()