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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-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/linux-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/go/darwin-x86/src/vendor/golang_org/x/net/route/
message.go 9 // A Message represents a routing message.
10 type Message interface {
33 func ParseRIB(typ RIBType, b []byte) ([]Message, error) {
37 var msgs []Message
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
message.go 9 // A Message represents a routing message.
10 type Message interface {
33 func ParseRIB(typ RIBType, b []byte) ([]Message, error) {
37 var msgs []Message
  /external/protobuf/gtest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
56 // The Message class works like an ostream repeater.
60 // 1. You stream a bunch of values to a Message object.
62 // 2. Then you stream the Message object to an ostream.
63 // This causes the text in the Message to be streamed
68 // testing::Message foo;
74 // Message is not intended to be inherited from. In particular, its
79 // latter (it causes an access violation if you do). The Message
82 class GTEST_API_ Message {
89 // Constructs an empty Message
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.h 25 // A Message is a textual protobuf-like structure that looks like:
32 // This class provides the framework for processing message but does not
35 class Message {
37 // Reads a stream, tokenizes it and create a new message under the given
38 // top-level message. Returns true if the parsing succeeded.
39 static bool Read(std::istream* input, Message* message);
41 Message() {}
42 virtual ~Message() {}
55 // Otherwise, the returned Message will be used to handle new fields and ne
    [all...]
  /external/clang/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
56 // The Message class works like an ostream repeater.
60 // 1. You stream a bunch of values to a Message object.
62 // 2. Then you stream the Message object to an ostream.
63 // This causes the text in the Message to be streamed
68 // testing::Message foo;
74 // Message is not intended to be inherited from. In particular, its
79 // latter (it causes an access violation if you do). The Message
82 class GTEST_API_ Message {
89 // Constructs an empty Message
    [all...]
  /external/libmojo/mojo/edk/system/ports/
message.cc 17 bool Message::Parse(const void* bytes,
74 Message::Message(size_t num_payload_bytes, size_t num_ports)
75 : Message(sizeof(EventHeader) + sizeof(UserEventData) +
81 Message::Message(size_t num_header_bytes,
90 void Message::InitializeUserMessageHeader(void* start) {
  /external/llvm/bindings/ocaml/analysis/
analysis_ocaml.c 29 char *Message;
30 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message);
36 String = copy_string(Message);
40 LLVMDisposeMessage(Message);
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
56 // The Message class works like an ostream repeater.
60 // 1. You stream a bunch of values to a Message object.
62 // 2. Then you stream the Message object to an ostream.
63 // This causes the text in the Message to be streamed
68 // testing::Message foo;
74 // Message is not intended to be inherited from. In particular, its
79 // latter (it causes an access violation if you do). The Message
82 class GTEST_API_ Message {
89 // Constructs an empty Message
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
analysis_ocaml.c 29 char *Message;
30 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message);
36 String = copy_string(Message);
40 LLVMDisposeMessage(Message);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-message.h 34 // This header file defines the Message class.
56 // The Message class works like an ostream repeater.
60 // 1. You stream a bunch of values to a Message object.
62 // 2. Then you stream the Message object to an ostream.
63 // This causes the text in the Message to be streamed
68 // testing::Message foo;
74 // Message is not intended to be inherited from. In particular, its
79 // latter (it causes an access violation if you do). The Message
82 class GTEST_API_ Message {
89 // Constructs an empty Message
    [all...]
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 40 std::string Message;
41 llvm::raw_string_ostream stream(Message);
69 // 100 is enough for storing general diagnosis Message
75 if (mIncludedMessages.find(Message) == mIncludedMessages.end()) {
76 mIncludedMessages.insert(Message);
77 (*mSOS) << Message;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
SupportHelpers.h 21 std::string Message;
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
SupportHelpers.h 21 std::string Message;
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
SupportHelpers.h 21 std::string Message;
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
SupportHelpers.h 21 std::string Message;
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
PrettyDeclStackTrace.h 35 const char *Message;
40 : S(S), TheDecl(D), Loc(Loc), Message(Msg) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
SupportHelpers.h 21 std::string Message;
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";

Completed in 705 milliseconds

12 3 4 5 6 7 8 91011>>