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

  /system/tools/aidl/
type_cpp.h 62 void GetHeaders(std::set<std::string>* headers) const {
type_cpp.cpp 92 GetHeaders(is_nullable, cpp_header),
106 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) {
aidl_unittest.cpp 372 cpp_type->GetHeaders(&headers);
generate_cpp.cpp 704 type->GetHeaders(&includes);
708 return_type->GetHeaders(&includes);
  /external/libbrillo/brillo/http/
http_transport_fake.h 141 const std::multimap<std::string, std::string>& GetHeaders() const {
http_utils_unittest.cc 187 for (const auto& pair : request.GetHeaders()) {

Completed in 290 milliseconds