Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.h250 static T* CreateMessage(::google::protobuf::Arena* arena) { in CreateMessage() function
262 static T* CreateMessage(::google::protobuf::Arena* arena, const Arg& arg) { in CreateMessage() function
275 static T* CreateMessage(::google::protobuf::Arena* arena, in CreateMessage() function
/external/libmojo/mojo/edk/system/
Dnode_channel.cc126 Channel::MessagePtr CreateMessage(MessageType type, in CreateMessage() function
/external/v8/src/
Disolate.cc1617 Handle<JSMessageObject> Isolate::CreateMessage(Handle<Object> exception, in Throw() function in v8::internal::Isolate
Dapi.cc8950 Local<Message> Exception::CreateMessage(Local<Value> exception) { in CreateMessage() function in v8::Exception