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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc 294 string method_end = StringPrintf(")%s = 0;", const_method.c_str()); local
312 block.AddLine(method_start + method_end);
318 block.AddLine(method_params.back() + method_end);
339 string method_end = ") {"; local
354 block.AddLine(method_start + method_end);
360 block.AddLine(method_params.back() + method_end);
  /system/connectivity/shill/
http_proxy.cc 460 size_t method_end = header->find(kHTTPMethodTerminator); local
461 if (method_end == string::npos || method_end == 0) {
466 client_method_ = header->substr(0, method_end);
  /external/clang/include/clang/AST/
DeclCXX.h 756 return method_range(method_begin(), method_end());
765 method_iterator method_end() const { function in class:clang::CXXRecordDecl
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 80 milliseconds