Home
last modified time | relevance | path

Searched refs:found (Results 1 – 13 of 13) sorted by relevance

/nanopb-3.4.0/tests/extensions/
Ddecode_extensions.c49 TEST(ext1.found) in main()
51 TEST(ext2.found) in main()
/nanopb-3.4.0/tests/regression/issue_407/
Dtest_extensions.c56 ext.found = false; in main()
62 TEST(ext.found); in main()
/nanopb-3.4.0/generator/
Dprotoc.bat4 :: or if it is not available, protoc.exe from path if found.
/nanopb-3.4.0/
DCMakeLists.txt19 message(FATAL_ERROR "protoc compiler not found")
Dpb_common.c184 iter->pSize = &extension->found; in pb_field_iter_begin_extension()
Dpb_decode.c839 extension->found = true; in default_extension_decoder()
881 ext->found = false; in pb_field_set_to_default()
DCHANGELOG.txt90 Add better error message when enum type is not found (#592)
459 Add a "found" field to pb_extension_t (issue 112)
Dpb.h466 bool found; member
/nanopb-3.4.0/docs/
Dmigration.md21 **Error indications:** Generated `.pb.c` or `.pb.h` file not found when building
120 **Error indications:** `python3: command not found` if
406 `[u]int_least8_t`. This must be added manually, example can be found
520 **Error indications:** File not found when trying to compile generated
Dreference.md144 so that nanopb.proto can be found. Therefore, to compile a .proto file
403 bool found;
411 | found | Decoder sets this to true if the extension was found.
1025 | returns | True if field was found, false otherwise.
Dconcepts.md595 are found. Alternatively `(nanopb).descriptorsize = DS_4` option can be
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h466 bool found; member
/nanopb-3.4.0/generator/proto/google/protobuf/
Ddescriptor.proto35 // The messages in this file describe the definitions found in .proto files.