Home
last modified time | relevance | path

Searched defs:CreateMessage (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Darena.h297 PROTOBUF_ALWAYS_INLINE static T* CreateMessage(Arena* arena, Args&&... args) { in CreateMessage() function
/third_party/cef/tests/ceftests/
Dresource_manager_unittest.cc23 std::string CreateMessage(const std::string& name, const std::string& value) { in CreateMessage() function
/third_party/node/deps/v8/src/execution/
Disolate.cc2439 Handle<JSMessageObject> Isolate::CreateMessage(Handle<Object> exception, in ThrowInternal() function in v8::internal::Isolate