Home
last modified time | relevance | path

Searched refs:GetLine (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser.cc32 bool GetLine(const char* input, int input_len, std::string* line) { in GetLine() function
64 if (!GetLine(data, length, &line)) in ParseGetHash()
81 if (!GetLine(data, length, &line)) in ParseGetHash()
153 if (!GetLine(data, length, &cmd_line)) in ParseUpdate()
268 if (!GetLine(chunk_data, length, &cmd_line)) in ParseChunk()
470 if (!GetLine(data, remaining, &line)) in ParseNewKey()
/external/chromium/net/http/
Dhttp_net_log_params.h31 const std::string& GetLine() const { in GetLine() function
Dhttp_network_transaction_unittest.cc197 EXPECT_EQ("GET / HTTP/1.1\r\n", request_params->GetLine()); in SimpleGetHelper()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas190 function GetLine: Integer;
219 property Line: Integer read GetLine write SetLine;
234 function GetLine: Integer; in GetLine() function
249 property Line: Integer read GetLine write SetLine;
373 function GetLine: Integer;
383 property Line: Integer read GetLine write SetLine;
661 function GetLine: Integer; in GetLine() function
676 property Line: Integer read GetLine write SetLine;
1050 function GetLine: Integer;
1116 property Line: Integer read GetLine;
[all …]
DAntlr.Runtime.Tree.pas449 function GetLine: Integer; in GetLine() function
512 property Line: Integer read GetLine;
1152 function GetLine: Integer; virtual;
1217 function GetLine: Integer; override; in GetLine() function
2268 function TBaseTree.GetLine: Integer; in GetLine() function
2502 function TCommonTree.GetLine: Integer; in GetLine() function
/external/valgrind/tsan/
Dthread_sanitizer.cc3388 INLINE CacheLine *GetLine(TSanThread *thr, uintptr_t a, bool create_new_if_need, int call_site) { in GetLine() function in Cache
3429 return GetLine(thr, a, true, call_site); in GetLineOrCreateNew()
3432 return GetLine(thr, a, false, call_site); in GetLineIfExists()