Searched refs:Peek (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dlexer.cpp60 constexpr char Lexer::Peek() const { function in class:fidl::Lexer
99 while (IsNumericLiteralBody(Peek()))
105 while (IsIdentifierBody(Peek()))
120 while (IsIdentifierBody(Peek()))
132 auto last = Peek();
153 assert(Peek() == '/');
158 if (Peek() == '/') {
163 if (Peek() == '/') {
171 switch (Peek()) {
184 switch (Peek()) {
[all...]
H A Dparser.cpp111 switch (Peek()) {
176 switch (Peek()) {
257 while (Peek() == Token::Kind::kDocComment) {
274 if (Peek() == Token::Kind::kDocComment) {
277 if (Peek() == Token::Kind::kLeftSquare) {
292 switch (Peek()) {
447 switch (Peek()) {
485 Token start = ConsumeToken(Peek());
514 switch (Peek()) {
647 switch (Peek()) {
[all...]
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dlexer.h39 constexpr char Peek() const;
H A Dparser.h27 Token::Kind Peek() { return last_token_.kind(); } function in class:fidl::Parser
53 auto actual_kind = Peek();
68 if (Peek() == kind) {
/fuchsia/zircon/system/dev/bus/virtio/
H A Dconsole.h50 TransferDescriptor* Peek();
H A Dconsole.cpp102 TransferDescriptor* TransferQueue::Peek() { function in class:virtio::TransferQueue
279 TransferDescriptor* desc = port0_receive_descriptors_.Peek();
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp274 Frame* Peek() { function in namespace:__anon1079
339 Frame* frame = Peek();
H A Ddecoding.cpp254 Frame* Peek() { function in namespace:__anon1059
307 Frame* frame = Peek();
H A Dvalidating.cpp253 Frame* Peek() { function in namespace:__anon1102
301 Frame* frame = Peek();

Completed in 92 milliseconds