MCPcopy Create free account

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

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

↓ 1,422 callersMethodassertEqual
(*_, **__)
examples/python/testfiles/test_patma.py:3048
↓ 1,299 callersMethodclone
(&self)
examples/rust/testfiles/locator.rs:15
↓ 1,039 callersMethodEqual
(e.B.ToLower(), a.B.ToLower())
examples/csharp/testfiles/GearsOfWarQueryTestBase.cs:76
↓ 844 callersMethodIsNull
fast way to compare IntPtr to (IntPtr)0 while IntPtr.Zero doesn't work due to slow statics access
examples/csharp/testfiles/IntPtr.cs:234
↓ 669 callersMethodAssert
Helpers
examples/csharp/testfiles/TokenizerBackedParser.cs:181
↓ 551 callersMethodmap
(self, update: F)
examples/rust/testfiles/assertions.rs:7
↓ 534 callersMethodupdate
Flushes this mesh instance to the [`RenderMeshInstanceGpu`] and [`MeshInputUniform`] tables, replacing the existing entry if applicable.
examples/rust/testfiles/mesh.rs:1561
↓ 532 callersMethodget
(Environment env, BuiltInExpression caller)
src/java/org/congocc/templates/builtins/BuiltIn.java:7
↓ 524 callersMethodunwrap
(Object object)
src/java/org/congocc/templates/core/variables/Wrap.java:143
↓ 511 callersMethodread
(&'a self, path: &'a Path)
examples/rust/testfiles/wasm.rs:117
↓ 489 callersMethodpush
( &mut self, branch: SharedString, remote_branch: SharedString, remote: Shared
examples/rust/testfiles/git_store.rs:5703
↓ 474 callersMethodAdd
<summary> Add two weight values. </summary> <param name="w1"></param> <param name="w2"></param> <returns></returns>
examples/csharp/testfiles/Graph.cs:432
↓ 471 callersMethodGetProperty
(string property)
examples/csharp/testfiles/sample.cs:157
↓ 446 callersMethodGetProperty
(string property)
examples/preprocessor/testfiles/sample.cs:157
↓ 341 callersFunctionparse
Convenience wrapper for tests that don't need the AST.
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:143
↓ 337 callersMethodpop
(&mut self)
examples/rust/testfiles/lib2.rs:45
↓ 333 callersMethodToString
()
examples/csharp/testfiles/Graph.cs:351
↓ 317 callersMethodSingle
()
examples/csharp/testfiles/ReadOnlyListExtensionsTests.cs:140
↓ 306 callersMethodGetType
()
examples/csharp/testfiles/AppDomain.cs:709
↓ 302 callersMethodWriteLine
()
examples/csharp/testfiles/Console.cs:376
↓ 301 callersMethodas_ref
(&self)
examples/rust/testfiles/lib6.rs:92
↓ 292 callersMethodto_string
(&self)
examples/rust/testfiles/git.rs:100
↓ 288 callersMethodlen
(&self)
examples/rust/testfiles/locator.rs:67
↓ 264 callersMethodequals
(Object other)
src/java/org/congocc/core/nfa/CompositeStateSet.java:67
↓ 245 callersMethodGetType
()
examples/preprocessor/testfiles/AppDomain.cs:709
↓ 211 callersFunctionbitset_set
(bits: &mut [u64], index: usize)
examples/rust/testfiles/lexer.rs:2599
↓ 208 callersMethodContains
<summary> </summary> <param name="item"></param> <returns></returns>
examples/csharp/testfiles/WrappedArray.cs:426
↓ 197 callersMethodGetString
(object key, Type type)
examples/csharp/testfiles/GenericFlowSwitchHelper.cs:352
↓ 194 callersMethodAdd
(T item)
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:109
↓ 192 callersMethodsize
@return the number of key/value mappings in the hash.
src/java/org/congocc/templates/TemplateHash.java:29
↓ 190 callersMethodassertIs
(*_, **__)
examples/python/testfiles/test_patma.py:3051
↓ 188 callersMethodinsert
(&mut self, users: Vec<proto::User>)
examples/rust/testfiles/user.rs:944
↓ 164 callersMethodupdate
( &mut self, backend: &Arc<dyn GitRepository>, current_conflicted_paths: Vec<RepoPath>
examples/rust/testfiles/git_store.rs:4092
↓ 160 callersMethodIsKind
([NotNullWhen(returnValue: true)] this ISymbol? symbol, SymbolKind kind)
examples/csharp/testfiles/ISymbolExtensions.cs:183
↓ 157 callersFunctionf
()
examples/rust/testfiles/intellijrust_test_allinone.rs:315
↓ 156 callersMethodTryGetValue
(TKey key, [MaybeNullWhen(false)] out TValue value)
examples/csharp/testfiles/ImmutableHashMap.cs:389
↓ 150 callersFunctionskip
Walk through pass-through (single-child, no operator) wrappers to reach the semantically meaningful node. Mirrors the source's `skip()` helper.
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:161
↓ 145 callersMethodWrite
(bool value)
examples/csharp/testfiles/Console.cs:267
↓ 145 callersMethodremove
(Object key)
src/java/org/congocc/templates/core/variables/scope/Scope.java:56
↓ 144 callersMethodis_empty
(&self)
examples/rust/testfiles/locator.rs:71
↓ 141 callersMethodspawn
(&mut self)
examples/rust/testfiles/darwin.rs:171
↓ 137 callersMethodEquals
(object obj)
examples/csharp/testfiles/Graph.cs:356
↓ 133 callersMethodGetMethod
(RuntimeType declaringType, RuntimeMethodHandleInternal method)
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:1757
↓ 132 callersMethodWrite
(bool value)
examples/preprocessor/testfiles/Console.cs:267
↓ 132 callersMethodinto_iter
(self)
examples/rust/testfiles/git.rs:247
↓ 127 callersMethodCreate
(AssemblyDefinition assembly, ModuleBuilder moduleBuilder)
examples/csharp/testfiles/module.cs:576
↓ 127 callersMethodWriteLine
()
examples/preprocessor/testfiles/Console.cs:376
↓ 126 callersMethodtoString
()
src/java/org/congocc/core/RawCode.java:88
↓ 123 callersMethodconsume_token
Consumes the next token if it matches `expected`. On success, pushes a token node onto the AST builder (if tree building is enabled) and advances `po
examples/rust/testfiles/parser.rs:2984
↓ 123 callersMethodscan_token
Advances the scan position if the next scan token matches any of the given types. Returns `true` on match.
examples/rust/testfiles/parser.rs:3069
↓ 117 callersFunctionparse_ok
Parse `input`, expecting success. Performs the same semantic validation the source's `Parser::parse` performs inline (boolean root, BETWEEN bounds, I
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:107
↓ 114 callersMethodcontext
(&self)
examples/rust/testfiles/keymap_editor.rs:1851
↓ 114 callersMethodemit
(self, record)
examples/python/testfiles/test_logging.py:685
↓ 106 callersMethodtype_matches
(&self, expected: TokenType, tok_pos: usize)
examples/rust/testfiles/parser.rs:3046
↓ 105 callersMethodGetMethod
(RuntimeType declaringType, RuntimeMethodHandleInternal method)
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:1757
↓ 104 callersMethodInvoke
(string method, params object[] args)
examples/csharp/testfiles/sample.cs:162
↓ 103 callersMethodset
(Expression lhs, Object value, Environment env, Map<String,Object> scope)
src/java/org/congocc/templates/core/nodes/AssignmentInstruction.java:66
↓ 97 callersMethodpush
Adds a new mesh to this queue.
examples/rust/testfiles/mesh.rs:1350
↓ 96 callersMethodWriteAsync
<summary> Write a <see cref="Mvc.ProblemDetails"/> response to the current context, using the registered <see cref="IProblemDetailsWriter"/> services.
examples/csharp/testfiles/short/IProblemDetailsService.cs:25
↓ 94 callersMethodput
(String key, Object obj)
src/java/org/congocc/templates/Configuration.java:220
↓ 93 callersMethodformat
(Node node, boolean altFormat)
src/java/org/congocc/codegen/python/PyFormatter.java:12
↓ 91 callersMethodadd
(String pred, String succ)
src/java/org/congocc/codegen/Sequencer.java:48
↓ 91 callersMethodnext_message
Generate a message consisting solely of an auto-incrementing integer.
examples/python/testfiles/test_logging.py:179
↓ 89 callersMethodgetParent
@return this node's parent Node
examples/java/testfiles/Node.java:45
↓ 87 callersMethodAny
()
examples/csharp/testfiles/ReadOnlyListExtensionsTests.cs:20
↓ 87 callersMethodinternalTranslateExpression
(ASTExpression expr, TranslationContext ctx, StringBuilder result)
src/java/org/congocc/codegen/Translator.java:1582
↓ 86 callersMethodkind
Returns the kind of the given node.
examples/rust/testfiles/ast.rs:298
↓ 85 callersMethoddetach
Detaches `id` from its parent, if any. Updates the parent's child_count and the prev/next siblings' links. The node and its subtree remain in the ar
examples/rust/testfiles/ast.rs:718
↓ 83 callersMethodsend
(&self, message: T)
examples/rust/testfiles/client.rs:1622
↓ 82 callersMethodCombine
<summary> This is how VB Anonymous Types combine hash values for fields. </summary>
examples/csharp/testfiles/Hash.cs:17
↓ 82 callersMethodGetParameters
(this ISymbol? symbol)
examples/csharp/testfiles/ISymbolExtensions.cs:368
↓ 82 callersMethodclose
Life-cycle hook method called after all the child nodes have been added.
examples/java/testfiles/Node.java:16
↓ 82 callersFunctioninit_test
(cx: &mut TestAppContext)
examples/rust/testfiles/conversation_view.rs:4738
↓ 81 callersMethodnext
(&mut self)
examples/rust/testfiles/ast.rs:790
↓ 78 callersMethodassertRaises
(*_, **__)
examples/python/testfiles/test_patma.py:3054
↓ 78 callersMethodinfo
()
src/java/org/congocc/templates/core/CommandLine.java:41
↓ 77 callersMethodToArray
<summary> Copies the contents from the <see cref="T:WebAssembly.Core.TypedArray`2"/> memory into a new array. </summary>
examples/csharp/testfiles/TypedArray.cs:124
↓ 77 callersMethodToString
()
examples/preprocessor/testfiles/location.cs:327
↓ 77 callersMethodto_proto
(&self)
examples/rust/testfiles/git_store.rs:204
↓ 72 callersMethodclear
()
src/java/org/congocc/templates/core/variables/scope/Scope.java:88
↓ 71 callersMethodadd
(self, other: &'a Self)
examples/rust/testfiles/point.rs:78
↓ 71 callersMethodisEmpty
()
src/java/org/congocc/templates/TemplateHash.java:22
↓ 70 callersMethodNotNull
(T value, string parameterName)
examples/csharp/testfiles/ImmutableHashMap.cs:1093
↓ 69 callersMethodGetCustomAttributes
(Type attributeType, bool inherit)
examples/csharp/testfiles/TypeTest.cs:5226
↓ 67 callersMethodassert_log_lines
Match the collected log lines against the regular expression self.expected_log_pat, and compare the extracted group values to the expe
examples/python/testfiles/test_logging.py:161
↓ 67 callersMethodrequest
( &self, request: T, )
examples/rust/testfiles/client.rs:1627
↓ 66 callersMethodCreateBuilder
(string name, TypeAttributes attr, int typeSize)
examples/csharp/testfiles/module.cs:552
↓ 65 callersMethodGetCustomAttributes
(Type attributeType, bool inherit)
examples/preprocessor/testfiles/TypeTest.cs:5226
↓ 65 callersMethodnew
(sha: String)
examples/rust/testfiles/git.rs:113
↓ 62 callersMethodBuild
(IConfigurationBuilder builder)
examples/csharp/testfiles/WebApplicationTests.cs:2061
↓ 62 callersMethodis_ok
(&self)
examples/rust/testfiles/conversation_view.rs:575
↓ 61 callersMethodnew
( agent: Rc<dyn AgentServer>, connection_store: Entity<AgentConnectionStore>, connecti
examples/rust/testfiles/conversation_view.rs:617
↓ 58 callersMethodchildren
@return a List containing this node's child nodes The default implementation returns a copy, so modifying the list that is returned has no effect on t
examples/java/testfiles/Node.java:179
↓ 57 callersMethodSlice
()
examples/csharp/testfiles/TypedArray.cs:76
↓ 57 callersFunctionoperand_children
Direct children that are NOT token leaves (i.e., the operand sub-expressions, with operator tokens filtered out). Equivalent to source's `node.childr
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:206
↓ 57 callersFunctiontest
()
examples/rust/testfiles/intellijrust_test_allinone.rs:317
↓ 56 callersMethodfirstChildOfType
(Class<T> clazz)
examples/java/testfiles/Node.java:319
↓ 54 callersMethodBindModelAsync
<inheritdoc />
examples/csharp/testfiles/CollectionModelBinder.cs:114
↓ 54 callersMethodedit
(&self)
examples/rust/testfiles/project.rs:764
↓ 54 callersMethodtruncate
(mut self)
examples/rust/testfiles/loading_label.rs:62
next →1–100 of 13,111, ranked by callers