OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HeaderMap
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Lex/
HeaderMap.h
1
//===---
HeaderMap
.h - A file that acts like dir of symlinks ----*- C++ -*-===//
10
// This file defines the
HeaderMap
interface.
33
class
HeaderMap
{
34
HeaderMap
(const
HeaderMap
&) LLVM_DELETED_FUNCTION;
35
void operator=(const
HeaderMap
&) LLVM_DELETED_FUNCTION;
40
HeaderMap
(const llvm::MemoryBuffer *File, bool BSwap)
44
~
HeaderMap
();
46
///
HeaderMap
::Create - This attempts to load the specified file as a header
47
/// map. If it doesn't look like a
HeaderMap
, it gives up and returns null
[
all
...]
/external/chromium/chrome/browser/debugger/
devtools_remote_message.h
31
typedef base::hash_map<std::string, std::string>
HeaderMap
;
39
DevToolsRemoteMessage(const
HeaderMap
& headers, const std::string& content);
42
const
HeaderMap
& headers() const {
76
HeaderMap
header_map_;
/external/chromium_org/chrome/test/webdriver/
http_response.h
17
typedef std::map<std::string, std::string>
HeaderMap
;
73
HeaderMap
headers_;
/external/clang/lib/Lex/
HeaderMap.cpp
1
//===---
HeaderMap
.cpp - A file that acts like dir of symlinks ------------===//
10
// This file implements the
HeaderMap
interface.
14
#include "clang/Lex/
HeaderMap
.h"
75
///
HeaderMap
::Create - This attempts to load the specified file as a header
76
/// map. If it doesn't look like a
HeaderMap
, it gives up and returns null.
77
/// If it looks like a
HeaderMap
but is obviously corrupted, it puts a reason
79
const
HeaderMap
*
HeaderMap
::Create(const FileEntry *FE, FileManager &FM) {
91
// Sniff it to see if it's a
headermap
by checking the magic number and
99
NeedsByteSwap = true; // Mixed endianness
headermap
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h
296
typedef std::multimap<std::string, std::string, iless>
HeaderMap
;
297
typedef
HeaderMap
::const_iterator const_iterator;
298
typedef
HeaderMap
::iterator iterator;
393
HeaderMap
headers_;
/external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h
296
typedef std::multimap<std::string, std::string, iless>
HeaderMap
;
297
typedef
HeaderMap
::const_iterator const_iterator;
298
typedef
HeaderMap
::iterator iterator;
393
HeaderMap
headers_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 2141 milliseconds