Home
last modified time | relevance | path

Searched refs:GetMessages (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/python/google/protobuf/
H A Dmessage_factory.py36 message_classes = message_factory.GetMessages(iterable_of_file_descriptors)
100 def GetMessages(self, files): member in MessageFactory
140 def GetMessages(file_protos): function
162 return _FACTORY.GetMessages([file_proto.name for file_proto in file_protos])
H A Dsymbol_database.py48 types = db.GetMessages(['my_proto.proto'])
54 my_message_instance = db.GetMessages([filename])['MyMessage']()
72 Calls to GetSymbol() and GetMessages() will return messages registered here.
150 def GetMessages(self, files): member in SymbolDatabase
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py121 messages = message_factory.GetMessages([self.factory_test2_fd,
174 msgs = factory.GetMessages([f.name])
191 msgs = factory.GetMessages([f.name])
210 factory.GetMessages([f.name])
H A Dsymbol_database_test.py72 messages = self._Database().GetMessages(
/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h66 // For use with ScopedMemoryLog::GetMessages(). Inside Google the LogLevel
77 // const vector<string>& warnings = log.GetMessages(ERROR);
87 const std::vector<string>& GetMessages(LogLevel error);
H A Dgoogletest.cc273 const std::vector<string>& ScopedMemoryLog::GetMessages(LogLevel level) { in GetMessages() function in google::protobuf::ScopedMemoryLog
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc1250 errors = log.GetMessages(ERROR); in TEST_F()
1275 errors = log.GetMessages(ERROR); in TEST_F()
1299 errors = log.GetMessages(ERROR); in TEST_F()
1313 errors = log.GetMessages(ERROR); in TEST_F()
1327 errors = log.GetMessages(ERROR); in TEST_F()
1341 errors = log.GetMessages(ERROR); in TEST_F()
1359 errors = log.GetMessages(ERROR); in TEST_F()
1379 errors = log.GetMessages(ERROR); in TEST_F()
H A Dtext_format_unittest.cc1868 errors = log.GetMessages(ERROR); in TEST_F()
1886 errors = log.GetMessages(ERROR); in TEST_F()
H A Ddescriptor_unittest.cc5806 errors = log.GetMessages(ERROR); in TEST_F()
6864 errors = log.GetMessages(ERROR); in TEST_F()
/third_party/node/src/
H A Dinspector_io.cc141 MessageQueue GetMessages() { in GetMessages() function in node::inspector::__anon15355::RequestQueueData
151 for (const auto& request : GetMessages()) { in DoDispatch()
H A Djs_native_api_v8_inspector.cc557 MessageQueue GetMessages() { in GetMessages() function in v8impl::__anon15372::RequestQueueData
567 for (const auto& request : GetMessages()) { in DoDispatch()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1197 errors = error_log.GetMessages(ERROR); in TEST_F()
1336 errors = error_log.GetMessages(ERROR); in TEST_F()

Completed in 23 milliseconds