OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookingAt
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc
110
inline bool Parser::
LookingAt
(const char* text) {
123
if (
LookingAt
(text)) {
224
} else if (
LookingAt
("inf")) {
228
} else if (
LookingAt
("nan")) {
256
if (
LookingAt
(text)) {
386
} else if (
LookingAt
("}")) {
431
if (require_syntax_identifier_ ||
LookingAt
("syntax")) {
450
if (
LookingAt
("}")) {
489
} else if (
LookingAt
("message")) {
493
} else if (
LookingAt
("enum"))
[
all
...]
parser.h
148
inline bool
LookingAt
(const char* text);
413
// REQUIRES:
LookingAt
("{")
/external/protobuf/src/google/protobuf/compiler/
parser.cc
110
inline bool Parser::
LookingAt
(const char* text) {
123
if (
LookingAt
(text)) {
210
} else if (
LookingAt
("inf")) {
214
} else if (
LookingAt
("nan")) {
281
} else if (
LookingAt
("}")) {
316
if (require_syntax_identifier_ ||
LookingAt
("syntax")) {
335
if (
LookingAt
("}")) {
370
} else if (
LookingAt
("message")) {
372
} else if (
LookingAt
("enum")) {
374
} else if (
LookingAt
("service"))
[
all
...]
parser.h
143
inline bool
LookingAt
(const char* text);
/external/pcre/dist/
pcre_scanner.h
74
bool
LookingAt
(const RE& re) const;
pcre_scanner.cc
127
bool Scanner::
LookingAt
(const RE& re) const {
/external/protobuf/src/google/protobuf/io/
tokenizer.cc
286
inline bool Tokenizer::
LookingAt
() {
380
} else if (started_with_zero &&
LookingAt
<Digit>()) {
383
if (
LookingAt
<Digit>()) {
413
if (
LookingAt
<Letter>()) {
492
} else if (
LookingAt
<Unprintable>() || current_char_ == '\0') {
tokenizer.h
267
inline bool
LookingAt
();
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc
304
inline bool Tokenizer::
LookingAt
() {
419
} else if (started_with_zero &&
LookingAt
<Digit>()) {
422
if (
LookingAt
<Digit>()) {
452
if (
LookingAt
<Letter>()) {
573
if (
LookingAt
<Unprintable>() || current_char_ == '\0') {
[
all
...]
tokenizer.h
344
inline bool
LookingAt
();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc
297
while (!
LookingAt
(">") && !
LookingAt
("}")) {
389
if (TryConsume(":") && !
LookingAt
("{") && !
LookingAt
("<")) {
467
if (TryConsume(":") && !
LookingAt
("{") && !
LookingAt
("<")) {
519
while (!
LookingAt
(">") && !
LookingAt
("}")) {
621
} else if (
LookingAt
("-") ||
708
bool
LookingAt
(const string& text)
[
all
...]
/external/protobuf/src/google/protobuf/
text_format.cc
221
while (!
LookingAt
(">") && !
LookingAt
("}")) {
446
bool
LookingAt
(const string& text) {
[
all
...]
Completed in 303 milliseconds