HomeSort by relevance Sort by last modified time
    Searched defs:Message (Results 1 - 25 of 709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/golang-protobuf/descriptor/
descriptor.go 70 // Message is a proto.Message with a method to return its descriptor.
72 // Message types generated by the protocol compiler always satisfy
73 // the Message interface.
74 type Message interface {
75 proto.Message
80 // describing the given message.
81 func ForMessage(msg Message) (fd *protobuf.FileDescriptorProto, md *protobuf.DescriptorProto) {
  /external/llvm/bindings/ocaml/irreader/
irreader_ocaml.c 21 void llvm_raise(value Prototype, char *Message);
29 char *Message;
31 if (LLVMParseIRInContext(C, MemBuf, &M, &Message))
32 llvm_raise(*caml_named_value("Llvm_irreader.Error"), Message);
  /external/protobuf/js/
test_bootstrap.js 39 // Enable the fromObject method on the message class.
40 'jspb.Message.GENERATE_FROM_OBJECT': true
message.js 32 * @fileoverview Definition of jspb.Message.
38 goog.provide('jspb.Message');
75 * binary{Reader,Writer}Fn and (if message type) binaryMessageSerializeFn are
78 * this extension, and binaryMessageSerializeFn is a reference to the message
83 * @param {?function(new: jspb.Message, Array=)} ctor
84 * @param {?function((boolean|undefined),!jspb.Message):!Object} toObjectFn
123 * @return {boolean} Does this field represent a sub Message?
135 jspb.Message = function() {
147 goog.define('jspb.Message.GENERATE_TO_OBJECT', true);
162 goog.define('jspb.Message.GENERATE_FROM_OBJECT', !goog.DISALLOW_TEST_ONLY_CODE)
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
json1.go 13 type Message struct {
22 m := Message{"Alice", "Hello", 1294706395881547000}
38 var m Message
45 expected := Message{
55 m = Message{
66 var m Message
75 expected := Message{
  /prebuilts/go/linux-x86/doc/progs/
json1.go 13 type Message struct {
22 m := Message{"Alice", "Hello", 1294706395881547000}
38 var m Message
45 expected := Message{
55 m = Message{
66 var m Message
75 expected := Message{
  /device/generic/goldfish/wifi/ipv6proxy/
message.h 18 class Message {
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
bitreader_ocaml.c 31 static void llvm_raise(value Prototype, char *Message) {
35 CamlMessage = copy_string(Message);
36 LLVMDisposeMessage(Message);
52 char *Message;
55 if (LLVMGetBitcodeModuleInContext(C, MemBuf, &M, &Message))
56 llvm_raise(llvm_bitreader_error_exn, Message);
67 char *Message;
69 if (LLVMParseBitcodeInContext(C, MemBuf, &M, &Message))
70 llvm_raise(llvm_bitreader_error_exn, Message);
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Error.h 24 std::string Message;
26 TGError(SMLoc loc, const std::string &message) : Loc(loc), Message(message) {}
29 const std::string &getMessage() const { return Message; }
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitReader.cpp 21 Optionally returns a human-readable error message via OutMessage. */
32 std::string Message;
35 &Message));
38 *OutMessage = strdup(Message.c_str());
47 Optionally returns a human-readable error message via OutMessage. */
52 std::string Message;
55 &Message));
58 *OutMessage = strdup(Message.c_str());
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 21 Optionally returns a human-readable error message via OutMessage. */
32 std::string Message;
35 &Message));
38 *OutMessage = strdup(Message.c_str());
47 Optionally returns a human-readable error message via OutMessage. */
52 std::string Message;
55 &Message));
58 *OutMessage = strdup(Message.c_str());
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 21 Optionally returns a human-readable error message via OutMessage. */
32 std::string Message;
35 &Message));
38 *OutMessage = strdup(Message.c_str());
47 Optionally returns a human-readable error message via OutMessage. */
52 std::string Message;
55 &Message));
58 *OutMessage = strdup(Message.c_str());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
PrettyStackTrace.h 25 /// If a crash happens while one of these objects are live, the message
30 const char *Message;
33 : SM(sm), Loc(L), Message(Msg) {}

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>