Lines Matching full:getter
4255 CodeCompletionBuilder Getter(Results.getAllocator());4256 Getter.AddTypedTextChunk("getter");4257 Getter.AddTextChunk(" = ");4258 Getter.AddPlaceholderChunk("method");4259 Results.AddResult(CodeCompletionResult(Getter.TakeString()));