Searched full:cpp (Results 1 – 15 of 15) sorted by relevance
| /nanopb-latest/.github/workflows/ |
| D | codeql.yml | 40 language: [ 'cpp' ] 41 # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ] 93 -**:cpp/path-injection 94 -**:cpp/world-writable-file-creation 95 -**:cpp/poorly-documented-function 96 -**:cpp/potentially-dangerous-function 97 -**:cpp/use-of-goto 98 -**:cpp/integer-multiplication-cast-to-long 99 -**:cpp/comparison-with-wider-type 100 -**:cpp/leap-year/* [all …]
|
| D | platformio_tests.yml | 81 echo "int main(int argc, char *argv[]){}" > src/main.cpp
|
| /nanopb-latest/build-tests/cmake_with_components/ |
| D | CMakeLists.txt | 5 find_package(Nanopb REQUIRED COMPONENTS cpp-descriptors) 11 add_executable(simple simple.cpp)
|
| /nanopb-latest/tests/regression/issue_569/ |
| D | SConscript | 15 env.Object("a_cpp.o", "a.pb.cpp") 16 env.Object("b_cpp.o", "b.pb.cpp")
|
| /nanopb-latest/tests/cxx_callback_datatype/ |
| D | SConscript | 7 base_env.Replace(NANOPBFLAGS = '--cpp-descriptor') 26 …sources = [ 'cxx_callback_datatype.cpp', 'message.pb.cpp', '$NANOPB/pb_decode.c', '$NANOPB/pb_enco…
|
| /nanopb-latest/tests/cxx_descriptor/ |
| D | message.proto | 1 /* Test CPP descriptor generation */
|
| D | SConscript | 6 base_env.Replace(NANOPBFLAGS = '--cpp-descriptor')
|
| /nanopb-latest/tests/enum_sizes/ |
| D | SConscript | 18 "enum_intsize.pb.cpp",
|
| /nanopb-latest/ |
| D | library.json | 18 "*.cpp",
|
| D | MODULE.bazel.lock | 5 …"https://bcr.bazel.build/modules/abseil-cpp/20210324.2/MODULE.bazel": "7cd0312e064fde87c8d1cd79ba0… 6 …"https://bcr.bazel.build/modules/abseil-cpp/20211102.0/MODULE.bazel": "70390338f7a5106231d20620712… 7 …"https://bcr.bazel.build/modules/abseil-cpp/20230125.1/MODULE.bazel": "89047429cb0207707b2dface14b… 8 …"https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/MODULE.bazel": "1c8cec495288dccd14fda… 9 …"https://bcr.bazel.build/modules/abseil-cpp/20230802.0.bcr.1/source.json": "14892cc698e02ffedf4967…
|
| /nanopb-latest/tests/site_scons/site_tools/ |
| D | nanopb.py | 146 # when generating .pb.cpp sources, instead of pb.h generate .pb.hpp headers 183 suffix = '.pb.cpp',
|
| /nanopb-latest/extra/ |
| D | FindNanopb.cmake | 20 # 'find_package(Nanopb REQUIRED COMPONENTS cpp-descriptors)' 21 # is equivalent to setting NANOPB_OPTIONS to --cpp-descriptors.
|
| /nanopb-latest/generator/proto/google/protobuf/ |
| D | descriptor.proto | 638 // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead. 1069 full_name: ".pb.cpp",
|
| /nanopb-latest/docs/ |
| D | reference.md | 172 * `--cpp-descriptors`: Generate extra convenience definitions for use from C++ 215 --cpp-descriptors Generate C++ descriptors to lookup by type (e.g.
|
| /nanopb-latest/generator/ |
| D | nanopb_generator.py | 21 # using the cpp or upb implementation. Force it to use pure Python 2476 optparser.add_option("--cpp-descriptors", action="store_true",
|