HomeSort by relevance Sort by last modified time
    Searched refs:debug_name_ (Results 1 - 9 of 9) 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 112 : index_(index), debug_name_(debug_name) {}
115 const char* debug_name() const { return debug_name_; }
119 const char* debug_name_; member in class:v8::internal::compiler::final
linkage.h 211 debug_name_(debug_name) {
292 const char* debug_name() const { return debug_name_; }
316 const char* const debug_name_; member in class:v8::internal::compiler::final
pipeline.cc 91 debug_name_(info_->GetDebugName()),
123 debug_name_(info_->GetDebugName()),
146 debug_name_(info_->GetDebugName()),
163 debug_name_(info_->GetDebugName()),
328 const char* debug_name() const { return debug_name_.get(); }
333 std::unique_ptr<char[]> debug_name_; member in class:v8::internal::compiler::PipelineData
    [all...]
register-allocator.h 811 const char* debug_name() const { return debug_name_; }
853 const char* const debug_name_; member in class:v8::internal::compiler::LiveRange::final
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/
compilation-info.cc 104 debug_name_(debug_name) {}
163 Vector<const char> name_vec = debug_name_;
compilation-info.h 390 Vector<const char> debug_name_; member in class:v8::internal::final

Completed in 378 milliseconds