OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_get
(Results
1 - 11
of
11
) sorted by null
/external/grpc-grpc/src/ruby/spec/
error_sanity_spec.rb
28
"#{status_name} that has code: #{StatusCodes.
const_get
(status_name)}" do
30
error_class = GRPC.
const_get
(camel_case)
36
status_code = StatusCodes.
const_get
(status_name)
call_spec.rb
22
expect(m.
const_get
(:BUFFER_HINT)).to_not be_nil
23
expect(m.
const_get
(:NO_COMPRESS)).to_not be_nil
57
syms_and_codes = m.constants.collect { |c| [c, m.
const_get
(c)] }
78
syms_and_codes = m.constants.collect { |c| [c, m.
const_get
(c)] }
time_consts_spec.rb
32
expect(m.
const_get
(c).to_time).to be_a(Time)
46
const = m.
const_get
(c)
/external/antlr/runtime/Ruby/lib/antlr3/test/
functional.rb
84
const_get
( name )
/external/antlr/runtime/Ruby/test/functional/ast-output/
hetero-nodes.rb
594
grammar_module = self.class.
const_get
( grammar_name.to_s )
604
grammar_module = self.class.
const_get
( grammar_name.to_s )
605
tree_grammar_module = self.class.
const_get
( grammar_name.to_s + 'Walker' )
auto-ast.rb
11
grammar_module = self.class.
const_get
( @grammar.name )
38
grammar_module = self.class.
const_get
( @grammar.name )
39
tree_grammar_module = self.class.
const_get
( @tree_grammar.name )
rewrites.rb
11
grammar_module = self.class.
const_get
( @grammar.name )
38
grammar_module = self.class.
const_get
( @grammar.name )
39
tree_grammar_module = self.class.
const_get
( @tree_grammar.name )
[
all
...]
/external/antlr/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb
119
group = namespace.
const_get
( name )
279
namespace = namespace.
const_get
( mod.text )
/external/antlr/runtime/Ruby/test/functional/debugging/
debug-mode.rb
73
grammar_module = self.class.
const_get
( @grammar.name )
/external/antlr/runtime/Ruby/test/functional/template-output/
template-output.rb
11
grammar_module = self.class.
const_get
( @grammar.name )
/external/antlr/runtime/Ruby/lib/antlr3/
token.rb
643
else
const_get
( name_or_value.to_s ) rescue token_names.index( name_or_value )
Completed in 661 milliseconds