OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartToken
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/io/
tokenizer.h
197
// Position in buffer_ where
StartToken
() was called. If the token
222
inline void
StartToken
();
225
// contain all text consumed since
StartToken
() was called.
tokenizer.cc
263
inline void Tokenizer::
StartToken
() {
507
StartToken
();
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.h
253
// E.g.
StartToken
() calls RecordTo(¤t_.text). record_start_ is the
280
inline void
StartToken
();
283
// contain all text consumed since
StartToken
() was called.
tokenizer.cc
287
inline void Tokenizer::
StartToken
() {
588
StartToken
();
[
all
...]
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
81
void CommentOutDirective(Lexer &DirectivesLex, const Token &
StartToken
,
239
/// inclusion directive at \p
StartToken
, then print out the inclusion
244
const Token &
StartToken
,
249
SM.getFileOffset(
StartToken
.getLocation()), EOL, Line);
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas
272
procedure SetTokenBoundaries(const T: IANTLRInterface; const
StartToken
,
[
all
...]
Completed in 82 milliseconds