MCPcopy Create free account

hub / github.com/congo-cc/congo-parser-generator / functions

Functions13,111 in github.com/congo-cc/congo-parser-generator

↓ 11 callersMethodMoveNext
()
examples/csharp/testfiles/Array.cs:258
↓ 11 callersMethodResolve
(BlockContext bc)
examples/csharp/testfiles/async.cs:327
↓ 11 callersMethodResolveAsType
(IMemberContext mc, bool allowUnboundTypeArguments)
examples/csharp/testfiles/field.cs:764
↓ 11 callersMethodRun
()
examples/csharp/testfiles/Driver.cs:242
↓ 11 callersMethodStartsWith
<summary> Returns true if <paramref name="sb"/> starts with <paramref name="value"/>. </summary>
examples/preprocessor/testfiles/Lexer_RawStringLiteral.cs:410
↓ 11 callersMethodVisitType
<summary> Visit the given type and, in the case of compound types, visit all "sub type" (such as A in A[], or { A&lt;T&gt;, T, U } in A&lt;T&gt;.B&lt;
examples/csharp/testfiles/TypeSymbolExtensions.cs:636
↓ 11 callersMethod__init__
(self, identifier, called)
examples/python/testfiles/test_logging.py:4110
↓ 11 callersMethodapply_config
(self, conf, **kwargs)
examples/python/testfiles/test_logging.py:1458
↓ 11 callersMethodbuild
Consumes the builder and produces the final `Ast` with source information.
examples/rust/testfiles/ast.rs:1060
↓ 11 callersMethodclone
()
examples/java/testfiles/JSONParser.java:859
↓ 11 callersMethoddeclareVariable
(String name)
src/java/org/congocc/templates/Template.java:192
↓ 11 callersMethodevaluate
(Environment env)
src/java/org/congocc/templates/core/nodes/DynamicKeyName.java:28
↓ 11 callersMethodgetEndLine
@return the (1-based) line location where this Node ends
examples/java/testfiles/Node.java:268
↓ 11 callersMethodgetLiteralString
()
src/java/org/congocc/core/RegularExpression.java:207
↓ 11 callersMethodgetNext
This is the same as #getNextParsedToken @return the next parsed token
examples/java/testfiles/Token.java:95
↓ 11 callersMethodgetOp
()
src/java/org/congocc/codegen/Translator.java:103
↓ 11 callersMethodgetSource
@return the original source content this Node came from a reference to the #FileLineMap that stores the source code and the start/end location info st
examples/java/testfiles/Node.java:257
↓ 11 callersMethodhas_match
(&self, types: &[TokenType], tok_pos: usize)
examples/rust/testfiles/parser.rs:3054
↓ 11 callersMethodisIgnoreCase
()
src/java/org/congocc/core/RegularExpression.java:45
↓ 11 callersMethodis_dir
(&self)
examples/rust/testfiles/project.rs:6507
↓ 11 callersFunctionis_token
(ast: &Ast, id: NodeId)
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:219
↓ 11 callersMethodjQuote
Quotes string as Java Language string literal. Returns string <code>"null"</code> if <code>s</code> is <code>null</code>.
src/java/org/congocc/templates/utility/StringUtil.java:376
↓ 11 callersMethodnextTokenType
()
examples/java/testfiles/JSONParser.java:125
↓ 11 callersMethodnext_rec
(self)
examples/python/testfiles/test_logging.py:5190
↓ 11 callersFunctionprocess_content
( output: acp::TerminalOutputResponse, command: &str, timed_out: bool, user_stopped: bool, )
examples/rust/testfiles/terminal_tool.rs:207
↓ 11 callersMethodrun_with_capture
(self, func, *args, **kwargs)
examples/python/testfiles/test_venv.py:73
↓ 11 callersMethodselect_index
( &mut self, index: usize, scroll: Option<ScrollStrategy>, window: &mut Window
examples/rust/testfiles/keymap_editor.rs:1055
↓ 11 callersMethodset_global
(client: Arc<Client>, cx: &mut App)
examples/rust/testfiles/client.rs:626
↓ 11 callersMethodset_status
(self: &Arc<Self>, status: Status, cx: &AsyncApp)
examples/rust/testfiles/client.rs:650
↓ 11 callersMethodset_topic
Set topic by index. Does noting if index is over `MAX_TOPICS`.
examples/rust/testfiles/lib6.rs:682
↓ 11 callersMethodstop
Tell the server thread to stop, and wait for it to do so.
examples/python/testfiles/test_logging.py:921
↓ 11 callersMethodto_point_utf16
(&self, snapshot: &BufferSnapshot)
examples/rust/testfiles/anchor.rs:222
↓ 11 callersMethodworkspace
(&self)
examples/rust/testfiles/conversation_view.rs:1269
↓ 11 callersMethodwrite
(char cbuf[], int off, int len)
src/java/org/congocc/templates/core/Environment.java:919
↓ 11 callersMethodwrite
(self, data)
examples/python/testfiles/test_logging.py:753
↓ 10 callersMethodCreateLinkedTokenSource
()
examples/csharp/testfiles/CancellationTokenSourceTest.cs:296
↓ 10 callersMethodFindMembers
A special method to work with member lookup only. It returns a list of all members named @name starting from @container. It's very performance sensiti
examples/csharp/testfiles/membercache.cs:490
↓ 10 callersMethodGetGenericTypeDefinition
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:3463
↓ 10 callersMethodGetHashCode
()
examples/preprocessor/testfiles/TypeTest.cs:5305
↓ 10 callersMethodGetMetaInfo
()
examples/csharp/testfiles/field.cs:321
↓ 10 callersMethodGetMetaInfo
()
examples/preprocessor/testfiles/field.cs:321
↓ 10 callersMethodIsAssigned
(BoundExpression node, out int unassignedSlot)
examples/csharp/testfiles/short/DefiniteAssignment.cs:1331
↓ 10 callersMethodIsNullableType
<summary> Is this System.Nullable`1 type, or its substitution. To check whether a type is System.Nullable`1 or is a type parameter constrained to Sys
examples/csharp/testfiles/TypeSymbolExtensions.cs:130
↓ 10 callersMethodRequiresStringComparison
Does the current match type require a string comparison? If not, we know Match will always return true and the call can be skipped
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:182
↓ 10 callersMethodRequiresStringComparison
Does the current match type require a string comparison? If not, we know Match will always return true and the call can be skipped
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:182
↓ 10 callersMethodabs_path
(&self)
examples/rust/testfiles/project.rs:6482
↓ 10 callersMethodargs
(&mut self, args: I)
examples/rust/testfiles/darwin.rs:97
↓ 10 callersMethodassertLogFile
Assert a log file is there and register it for deletion
examples/python/testfiles/test_logging.py:5171
↓ 10 callersFunctioncheck_output
(cmd, encoding=None)
examples/python/testfiles/test_venv.py:36
↓ 10 callersMethodcopy
()
src/java/org/congocc/core/TokenSet.java:50
↓ 10 callersMethoddescendantsOfType
(Class<T> clazz)
examples/java/testfiles/Node.java:389
↓ 10 callersMethodgetArguments
()
src/java/org/congocc/codegen/Translator.java:215
↓ 10 callersMethodgetBaseNodeClassName
()
src/java/org/congocc/app/AppSettings.java:634
↓ 10 callersMethodgetBaseTokenClassName
()
src/java/org/congocc/app/AppSettings.java:649
↓ 10 callersMethodgetBeginColumn
@return the (1-based) column where this Node starts
examples/java/testfiles/Node.java:272
↓ 10 callersMethodgetNestedExpansion
()
src/java/org/congocc/core/NonTerminal.java:27
↓ 10 callersMethodgetTokenProduction
()
src/java/org/congocc/core/RegularExpression.java:63
↓ 10 callersMethodget_record
(self, name=None)
examples/python/testfiles/test_logging.py:3763
↓ 10 callersMethodhasNext
()
src/java/org/congocc/templates/core/variables/Wrap.java:124
↓ 10 callersFunctionhsla
(h: f32, s: f32, l: f32, a: f32)
examples/rust/testfiles/apca_contrast.rs:297
↓ 10 callersMethodkeys
@return a collection containing the keys in the hash.
src/java/org/congocc/templates/TemplateHash.java:36
↓ 10 callersMethodnodeArity
@return the number of Nodes on the tree-building stack in the current node scope.
examples/java/testfiles/JSONParser.java:695
↓ 10 callersMethodpath_style
(&self, cx: &App)
examples/rust/testfiles/project.rs:1036
↓ 10 callersMethodpoll_event_loop
Runs a single tick of event loop
examples/rust/testfiles/deno_core_runtime.rs:481
↓ 10 callersMethodsetInputSource
Set the input source, typically only used internally @param name The name of the "input source", mostly useful for generating error messages
examples/java/testfiles/Node.java:25
↓ 10 callersMethodskip
(TreeDumperNode node)
examples/csharp/testfiles/TreeDumper.cs:111
↓ 10 callersMethodstart
(&mut self)
examples/rust/testfiles/display_link.rs:60
↓ 10 callersMethodto_offset
(&self, snapshot: &BufferSnapshot)
examples/rust/testfiles/anchor.rs:213
↓ 10 callersMethodvisible_worktrees
( &'a self, cx: &'a App, )
examples/rust/testfiles/project.rs:2382
↓ 9 callersMethodCompareTo
(LocationRegion other)
examples/preprocessor/testfiles/location.cs:42
↓ 9 callersMethodCreate
(TypeSymbol? type, NullableFlowState defaultState)
examples/csharp/testfiles/short/TypeWithState.cs:28
↓ 9 callersMethodGet
()
examples/csharp/testfiles/typemanager.cs:980
↓ 9 callersMethodGetElementType
()
examples/preprocessor/testfiles/TypeTest.cs:5194
↓ 9 callersMethodGetLowerBound
(int dimension)
examples/csharp/testfiles/Array.cs:348
↓ 9 callersMethodGetLowerBoundNode
<summary> Get the lowest bound node in the tree associated with a particular syntax node. Lowest is defined as last in a pre-order traversal of the bo
examples/csharp/testfiles/MemberSemanticModel.cs:535
↓ 9 callersMethodGetLowerBoundNode
<summary> Get the lowest bound node in the tree associated with a particular syntax node. Lowest is defined as last in a pre-order traversal of the bo
examples/preprocessor/testfiles/MemberSemanticModel.cs:535
↓ 9 callersMethodGetRandomFileName
()
examples/csharp/testfiles/Path.cs:599
↓ 9 callersMethodProperty
(string name, TypeSpec type)
examples/csharp/testfiles/membercache.cs:106
↓ 9 callersMethodSelectAsArray
()
examples/csharp/testfiles/ReadOnlyListExtensionsTests.cs:282
↓ 9 callersMethodWrite
(LogKind logKind, string text)
examples/csharp/testfiles/short/WasmRunner.cs:111
↓ 9 callersMethod_test_with_failure_in_method
(self, method, error)
examples/python/testfiles/test_logging.py:4163
↓ 9 callersMethodasString
(Object obj)
src/java/org/congocc/templates/core/variables/Wrap.java:88
↓ 9 callersFunctionassert
(selection_text: &'static str, range_markers: Vec<&'static str>, cx: &mut App)
examples/rust/testfiles/buffer_tests.rs:1253
↓ 9 callersMethodcheckΣBlock
Production lookahead for Block
examples/rust/testfiles/parser.rs:10522
↓ 9 callersMethoddedent
()
src/java/org/congocc/codegen/AbstractCodeFormatter.java:185
↓ 9 callersMethodexactLog2
(int scale)
examples/java/testfiles/ArraysSupport.java:77
↓ 9 callersFunctionfile
(path: &str)
examples/rust/testfiles/buffer_tests.rs:389
↓ 9 callersMethodgetBodyDeclarations
()
src/java/org/congocc/codegen/java/JavaCodeInjector.java:279
↓ 9 callersMethodgetEndColumn
@return the (1-based) column offset where this Node ends
examples/java/testfiles/Node.java:276
↓ 9 callersMethodgetImage
@return the string image of the token.
examples/java/testfiles/Token.java:81
↓ 9 callersMethodgetLexerData
()
src/java/org/congocc/core/Grammar.java:217
↓ 9 callersMethodgetRootElement
()
src/java/org/congocc/templates/Template.java:240
↓ 9 callersMethodgetTypeParameters
()
src/java/org/congocc/codegen/Translator.java:96
↓ 9 callersMethodgroup
Wraps a document in a group. The renderer tries to fit the group on one line (flat mode). If it doesn't fit, the group breaks and `Line` elements ren
examples/rust/testfiles/pretty.rs:103
↓ 9 callersMethodhandle
Keep track of all the emitted records.
examples/python/testfiles/test_logging.py:4126
↓ 9 callersMethodindex
(index_status: StatusCode)
examples/rust/testfiles/status.rs:100
↓ 9 callersMethodisdir
(self, *args)
examples/python/testfiles/test_venv.py:90
↓ 9 callersMethodneedsParentheses
(ASTExpression expr)
src/java/org/congocc/codegen/python/PythonTranslator.java:108
↓ 9 callersMethodnew
( work_directory_abs_path: Arc<Path>, dot_git_abs_path: Arc<Path>, project_environment
examples/rust/testfiles/git_store.rs:370
↓ 9 callersMethodon_query_changed
(&mut self, cx: &mut Context<Self>)
examples/rust/testfiles/keymap_editor.rs:670
← previousnext →401–500 of 13,111, ranked by callers