Home
last modified time | relevance | path

Searched defs:rep_string (Results 1 – 11 of 11) sorted by relevance

/nanopb-3.4.0/tests/without_64bit/
Dalltypes.proto61 repeated string rep_string = 34; field
/nanopb-3.4.0/tests/alltypes_proto3/
Dalltypes.proto80 repeated string rep_string = 34; field
/nanopb-3.4.0/tests/field_size_16_proto3/
Dalltypes.proto80 repeated string rep_string = 34; field
/nanopb-3.4.0/tests/backwards_compatibility/
Dalltypes_legacy.proto77 repeated string rep_string = 34; field
Dalltypes_legacy.h115 char rep_string[5][16]; member
/nanopb-3.4.0/tests/alltypes_pointer/
Dencode_alltypes_pointer.c53 char* rep_string[5] = {"", "", "", "", "2014"}; in main() local
/nanopb-3.4.0/tests/field_size_16/
Dalltypes.proto99 repeated string rep_string = 10034; field
/nanopb-3.4.0/tests/field_size_32/
Dalltypes.proto99 repeated string rep_string = 10034; field
/nanopb-3.4.0/tests/alltypes/
Dalltypes.proto100 repeated string rep_string = 34; field
/nanopb-3.4.0/tests/alltypes_proto3_callback/
Ddecode_alltypes_callback.c248 char* rep_string[5] = {"", "", "", "", "2014"}; in check_alltypes() local
/nanopb-3.4.0/tests/alltypes_callback/
Ddecode_alltypes_callback.c258 char* rep_string[5] = {"", "", "", "", "2014"}; in check_alltypes() local