OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookingAt
(Results
1 - 17
of
17
) sorted by null
/external/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)) {
391
} else if (
LookingAt
("}")) {
436
if (require_syntax_identifier_ ||
LookingAt
("syntax")) {
455
if (
LookingAt
("}")) {
494
} else if (
LookingAt
("message")) {
498
} else if (
LookingAt
("enum"))
[
all
...]
parser.h
147
inline bool
LookingAt
(const char* text);
458
// REQUIRES:
LookingAt
("{")
/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.h
362
inline bool
LookingAt
();
tokenizer.cc
307
inline bool Tokenizer::
LookingAt
() {
429
} else if (started_with_zero &&
LookingAt
<Digit>()) {
432
if (
LookingAt
<Digit>()) {
462
if (
LookingAt
<Letter>() && require_space_after_number_) {
583
if (
LookingAt
<Unprintable>() || current_char_ == '\0') {
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
344
inline bool
LookingAt
();
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
344
inline bool
LookingAt
();
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h
344
inline bool
LookingAt
();
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
371
inline bool
LookingAt
();
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
344
inline bool
LookingAt
();
/external/protobuf/src/google/protobuf/
text_format.cc
326
while (!
LookingAt
(">") && !
LookingAt
("}")) {
434
if (TryConsume(":") && !
LookingAt
("{") && !
LookingAt
("<")) {
532
if (TryConsume(":") && !
LookingAt
("{") && !
LookingAt
("<")) {
584
while (!
LookingAt
(">") && !
LookingAt
("}")) {
686
} else if (
LookingAt
("-") ||
779
bool
LookingAt
(const string& text)
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h
148
inline bool
LookingAt
(const char* text);
413
// REQUIRES:
LookingAt
("{")
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
parser.h
148
inline bool
LookingAt
(const char* text);
413
// REQUIRES:
LookingAt
("{")
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
parser.h
148
inline bool
LookingAt
(const char* text);
413
// REQUIRES:
LookingAt
("{")
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
parser.h
148
inline bool
LookingAt
(const char* text);
413
// REQUIRES:
LookingAt
("{")
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h
147
inline bool
LookingAt
(const char* text);
474
// REQUIRES:
LookingAt
("{")
Completed in 459 milliseconds