Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/butte-rs/butte
/ functions
Functions
413 in github.com/butte-rs/butte
⨍
Functions
413
◇
Types & classes
85
Function
main
()
butte-examples/src/greeter/greeter.rs:8
Function
main
()
butte-build/src/main.rs:25
Function
namespace_stacking
()
butte-build/src/ir/transform.rs:741
Method
new
(ident: ir::QualifiedIdent<'a>)
butte-build/src/ir/transform.rs:36
Method
new
(x: usize)
butte/src/push.rs:45
Method
new
(o: UOffsetT)
butte/src/primitives.rs:115
Method
new
()
butte/src/follow.rs:56
Method
new
(buf: &'a [u8], loc: usize)
butte/src/vector.rs:47
Method
new
(buf: B, loc: usize)
butte/src/table.rs:33
Method
new
Create a FlatBufferBuilder that is ready for writing.
butte/src/builder.rs:59
Method
new_with_capacity
Create a FlatBufferBuilder that is ready for writing, with a ready-to-use capacity of the provided size. The maximum valid value is `FLATBUFFERS_MAX_
butte/src/builder.rs:67
Method
nth
(&mut self, n: usize)
butte/src/vector.rs:247
Method
nth_back
(&mut self, n: usize)
butte/src/vector.rs:281
Method
num_written_vtables
(&self)
butte/src/builder.rs:167
Method
object_inline_num_bytes
(&self)
butte/src/vtable.rs:44
Method
parse_str
(s: &'a str)
butte-build/src/ir/types.rs:550
Function
period
(input: &str)
butte-build/src/ast/parser.rs:100
Function
plus_or_minus
(input: &str)
butte-build/src/ast/parser.rs:40
Function
product_type_body
Parse the body of a table or struct.
butte-build/src/ast/parser.rs:1677
Method
push
(&self, dst: &mut [u8], rest: &[u8])
butte/src/primitives.rs:139
Method
push_slot
(&mut self, slotoff: VOffsetT, x: X, default: X)
butte/src/builder.rs:147
Function
raw_metadata
Parse key-value metadata pairs.
butte-build/src/ast/parser.rs:1329
Function
read_scalar_at
(s: &[u8], loc: usize)
butte/src/endian_scalar.rs:167
Method
reset
Reset the FlatBufferBuilder internal state. Use this method after a call to a `finish` function in order to re-use a FlatBufferBuilder. This function
butte/src/builder.rs:102
Function
right_brace
(input: &str)
butte-build/src/ast/parser.rs:80
Function
right_paren
(input: &str)
butte-build/src/ast/parser.rs:72
Function
right_square_bracket
(input: &str)
butte-build/src/ast/parser.rs:112
Method
safe_slice
(self)
butte/src/vector.rs:86
Function
scalar
Parse float, integer or boolean constants.
butte-build/src/ast/parser.rs:1428
Method
self_follow
(&'a self, buf: &'a [u8], loc: usize)
butte/src/follow.rs:60
Function
semicolon
(input: &str)
butte-build/src/ast/parser.rs:92
Function
single
`Single`s are `Scalar`s or `StringConstant`s.
butte-build/src/ast/parser.rs:1525
Method
size
()
butte/src/push.rs:31
Method
size_hint
(&self)
butte/src/vector.rs:261
Method
start_table
(&mut self)
butte/src/builder.rs:177
Method
start_vector
(&mut self, num_items: usize)
butte/src/builder.rs:212
Function
struct_decl
Parse a struct declaration.
butte-build/src/ast/parser.rs:1690
Function
test_attribute_decl_with_doc_comments
()
butte-build/src/ast/parser.rs:645
Function
test_attribute_decl_ws
()
butte-build/src/ast/parser.rs:674
Function
test_boolean_constant
()
butte-build/src/ast/parser.rs:2032
Function
test_comment
()
butte-build/src/ast/parser.rs:2551
Function
test_dec_float_constant
()
butte-build/src/ast/parser.rs:2074
Function
test_dec_integer_constant
()
butte-build/src/ast/parser.rs:1918
Function
test_default_value
()
butte-examples/tests/default_value.rs:10
Function
test_default_value
()
butte-build/src/ast/parser_macros.rs:54
Function
test_default_value
()
butte-build/src/ast/parser.rs:1658
Function
test_doc_comment
()
butte-build/src/ast/parser.rs:2582
Function
test_doc_comment_lines
()
butte-build/src/ast/parser.rs:2574
Function
test_doc_comment_multi_line
()
butte-build/src/ast/parser.rs:2590
Function
test_element_schema
()
butte-build/src/ast/parser.rs:222
Function
test_elements_only_schema
()
butte-build/src/ast/parser.rs:313
Function
test_empty_comment
()
butte-build/src/ast/parser.rs:2540
Function
test_empty_ident_is_invalid
()
butte-build/src/ast/parser.rs:162
Function
test_empty_metadata
()
butte-build/src/ast/parser.rs:1391
Function
test_empty_object
()
butte-build/src/ast/parser.rs:1479
Function
test_empty_raw_doc_comment
()
butte-build/src/ast/parser.rs:2558
Function
test_empty_string_constant
()
butte-build/src/ast/parser.rs:194
Function
test_empty_table
()
butte-build/src/ast/parser.rs:1733
Function
test_empty_table_no_spaces
()
butte-build/src/ast/parser.rs:1725
Function
test_enum_single
()
butte-build/src/ir/transform.rs:1094
Function
test_enum_with_doc_comments
()
butte-build/src/ast/parser.rs:737
Function
test_false
()
butte-build/src/ast/parser.rs:2003
Function
test_false_semicolon
()
butte-build/src/ast/parser.rs:2009
Function
test_field_decl
()
butte-build/src/ast/parser.rs:1014
Function
test_field_decl_boolean_default_value_explicit_false
()
butte-build/src/ast/parser.rs:1052
Function
test_field_decl_boolean_default_value_true
()
butte-build/src/ast/parser.rs:1064
Function
test_field_decl_enum_default_value
()
butte-build/src/ast/parser.rs:1038
Function
test_field_decl_no_scalar
()
butte-build/src/ast/parser.rs:1030
Function
test_field_decl_uint
()
butte-build/src/ast/parser.rs:1022
Function
test_field_decl_with_comments
()
butte-build/src/ast/parser.rs:945
Function
test_field_decl_with_doc_and_non_doc_comment
()
butte-build/src/ast/parser.rs:974
Function
test_field_decl_with_doc_comment
()
butte-build/src/ast/parser.rs:963
Function
test_field_decl_with_metadata
()
butte-build/src/ast/parser.rs:937
Function
test_field_decl_with_space_doc_and_non_doc_comment
()
butte-build/src/ast/parser.rs:999
Function
test_field_decl_with_spaced_doc_comment
()
butte-build/src/ast/parser.rs:987
Function
test_file_extension_decl
()
butte-build/src/ast/parser.rs:2387
Function
test_file_extension_decl_no_leading_space
()
butte-build/src/ast/parser.rs:2394
Function
test_file_extension_decl_surrounding_space
()
butte-build/src/ast/parser.rs:2408
Function
test_file_extension_decl_trailing_space
()
butte-build/src/ast/parser.rs:2401
Function
test_file_extension_decl_with_comments
()
butte-build/src/ast/parser.rs:2362
Function
test_file_extension_decl_with_doc_comments
()
butte-build/src/ast/parser.rs:2373
Function
test_file_identifier_decl
()
butte-build/src/ast/parser.rs:2483
Function
test_file_identifier_decl_no_leading_space
()
butte-build/src/ast/parser.rs:2490
Function
test_file_identifier_decl_surrounding_space
()
butte-build/src/ast/parser.rs:2504
Function
test_file_identifier_decl_trailing_space
()
butte-build/src/ast/parser.rs:2497
Function
test_file_identifier_decl_with_comments
()
butte-build/src/ast/parser.rs:2460
Function
test_file_identifier_decl_with_doc_comments
()
butte-build/src/ast/parser.rs:2470
Function
test_file_identifier_decl_with_multibyte_char
()
butte-build/src/ast/parser.rs:2511
Function
test_float_constant_inf
()
butte-build/src/ast/parser.rs:2116
Function
test_float_constant_infinity
()
butte-build/src/ast/parser.rs:2128
Function
test_float_constant_nan
()
butte-build/src/ast/parser.rs:2095
Function
test_full_schema
()
butte-build/src/ast/parser.rs:330
Function
test_greeter
()
butte-examples/tests/cli.rs:6
Function
test_hex_integer_constant
()
butte-build/src/ast/parser.rs:1951
Function
test_i64_max
()
butte-build/src/ast/parser.rs:1898
Function
test_i64_min
()
butte-build/src/ast/parser.rs:1908
Function
test_id_with_number
()
butte-build/src/ast/parser.rs:146
Function
test_include_decl
()
butte-build/src/ast/parser.rs:475
Function
test_include_decl_no_prefix_whitespace
()
butte-build/src/ast/parser.rs:495
Function
test_include_decl_prefix_whitespace
()
butte-build/src/ast/parser.rs:485
← previous
next →
201–300 of 413, ranked by callers