Home | History | Annotate | Download | only in proto

Lines Matching refs:Anchor

70   //   {(bar, {first-call-anchor, second-call-anchor}),
71 // (baz, {first-call-anchor})}
103 // If known and unambiguous, an anchor ticket for this node's definition
341 // anchor within the requested source location.
347 // Starting byte offset of this references's anchor (source_ticket) span.
349 // Ending byte offset of this references's anchor (source_ticket) span.
352 // Anchor ticket of the target's definition. Populated only if
354 // a single unambiguous definition. For each ticket, an Anchor will be
366 // Each anchor cited as a target definition in the references. The map is
367 // keyed by each anchor's ticket.
368 map<string, Anchor> definition_locations = 16;
466 // Determines whether each Anchor in the response should have its text field
510 message Anchor {
511 // Ticket of the anchor node
513 // Edge kind describing the anchor's relationship with its referenced node
516 // Parent ticket of the anchor; this is the file containing the anchor
519 // Starting location of the anchor within its parent's text
521 // Ending location of the anchor within its parent's text
523 // The anchor's spanning text within the anchor parent's text
526 // User-readable snippet of the anchor parent's text at the location of this
527 // anchor
529 // Starting location of the anchor's snippet within its parent's text
531 // Ending location of the anchor's snippet within its parent's text
537 repeated Anchor definition = 1;
562 // The anchor covering the related object.
563 Anchor anchor = 1;
568 repeated Anchor site = 3;
611 // Anchor. This map will only be returned if the
613 map<string, Anchor> definition_locations = 3;
649 Anchor definition = 1;
696 Anchor anchor = 1;