Searched refs:function_name_ (Results 1 – 8 of 8) sorted by relevance
41 return function_name_ < other.function_name_;44 const char* function_name() const { return function_name_; } in function_name()62 const char* function_name_;
21 : function_name_(function_name), in Location()28 : function_name_("Unknown"), in Location()35 return std::string(function_name_) + "@" + file_name_ + ":" + in ToString()54 for (const char *p = function_name_; *p; p++) { in WriteFunctionName()
17 function_name_(function_name) { in SpdySessionTestTaskObserver()32 EndsWith(pending_task.posted_from.function_name(), function_name_, in DidProcessTask()
41 std::string function_name_; variable
36 : function_name_(function_name), title_(title) { in ArgumentListResponseValue()39 << "The result set on this function (" << function_name_ << ") " in ArgumentListResponseValue()57 std::string function_name_; member in __anon2d7c2faa0111::ArgumentListResponseValue
195 static const char* const function_name_[kNumFunctions]; member in __anonb0c4f6e30111::LibcInfo233 return function_name_[ifunction]; in function_name()398 const char* const LibcInfo::function_name_[] = { member in __anonb0c4f6e30111::LibcInfo482 if (!function_name_[i]) // we can turn off patching by unsetting name in PopulateWindowsFn()
195 static const char* const function_name_[kNumFunctions]; member in __anonf0f31bf90111::LibcInfo233 return function_name_[ifunction]; in function_name()398 const char* const LibcInfo::function_name_[] = { member in __anonf0f31bf90111::LibcInfo482 if (!function_name_[i]) // we can turn off patching by unsetting name in PopulateWindowsFn()
283 const char* function_name_; member in gpu::gles2::ScopedGLErrorSuppressor1864 : function_name_(function_name), in ScopedGLErrorSuppressor()1866 ERRORSTATE_COPY_REAL_GL_ERRORS_TO_WRAPPER(error_state_, function_name_); in ScopedGLErrorSuppressor()1870 ERRORSTATE_CLEAR_REAL_GL_ERRORS(error_state_, function_name_); in ~ScopedGLErrorSuppressor()