OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_start
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/webkit/browser/appcache/
manifest_parser.cc
255
const wchar_t*
type_start
= line_p;
local
261
std::wstring type(
type_start
, line_p -
type_start
);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h
91
TYPE_START
, // Next() has not yet been called.
130
// the first call to Next(), current() has type
TYPE_START
and no contents.
tokenizer_unittest.cc
256
// Before Next() is called, the initial token should always be
TYPE_START
.
257
EXPECT_EQ(Tokenizer::
TYPE_START
, tokenizer.current().type);
436
// Before Next() is called, the initial token should always be
TYPE_START
.
437
EXPECT_EQ(Tokenizer::
TYPE_START
, tokenizer.current().type);
[
all
...]
tokenizer.cc
203
current_.type =
TYPE_START
;
288
current_.type =
TYPE_START
; // Just for the sake of initializing it.
748
if (current_.type ==
TYPE_START
) {
[
all
...]
/external/protobuf/src/google/protobuf/io/
tokenizer.h
90
TYPE_START
, // Next() has not yet been called.
128
// the first call to Next(), current() has type
TYPE_START
and no contents.
tokenizer_unittest.cc
255
// Before Next() is called, the initial token should always be
TYPE_START
.
256
EXPECT_EQ(Tokenizer::
TYPE_START
, tokenizer.current().type);
423
// Before Next() is called, the initial token should always be
TYPE_START
.
424
EXPECT_EQ(Tokenizer::
TYPE_START
, tokenizer.current().type);
tokenizer.cc
196
current_.type =
TYPE_START
;
265
current_.type =
TYPE_START
; // Just for the sake of initializing it.
/external/protobuf/src/google/protobuf/compiler/
parser.cc
311
if (LookingAtType(io::Tokenizer::
TYPE_START
)) {
698
case io::Tokenizer::
TYPE_START
:
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc
423
if (LookingAtType(io::Tokenizer::
TYPE_START
)) {
[
all
...]
Completed in 127 milliseconds