HomeSort by relevance Sort by last modified time
    Searched refs:debug_name_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 373 debug_name_("SctpDataMediaChannel") {
399 LOG(LS_VERBOSE) << debug_name_
414 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to create SCTP socket.";
421 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP to non blocking.";
433 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SO_LINGER.";
443 LOG_ERRNO(LS_ERROR) << debug_name_
452 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_NODELAY.";
463 LOG_ERRNO(LS_ERROR) << debug_name_
481 LOG_ERRNO(LS_ERROR) << debug_name_ << "Failed to set SCTP_EVENT type: "
507 LOG(LS_VERBOSE) << debug_name_ << "->Connect()."
    [all...]
sctpdataengine.h 183 debug_name_ = debug_name;
185 const std::string& debug_name() const { return debug_name_; }
251 std::string debug_name_; member in class:cricket::SctpDataMediaChannel
  /external/v8/src/compiler/
common-operator.h 106 : index_(index), debug_name_(debug_name) {}
109 const char* debug_name() const { return debug_name_; }
113 const char* debug_name_; member in class:v8::internal::compiler::final
linkage.h 180 debug_name_(debug_name) {
255 const char* debug_name() const { return debug_name_; }
276 const char* const debug_name_; member in class:v8::internal::compiler::final
register-allocator.h 790 const char* debug_name() const { return debug_name_; }
832 const char* const debug_name_; member in class:v8::internal::compiler::final
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/
compiler.cc 181 debug_name_(debug_name) {
314 const char* str = debug_name_ ? debug_name_ : "unknown";
    [all...]
compiler.h 524 const char* debug_name_; member in class:v8::internal::CompilationInfo

Completed in 387 milliseconds