Home
last modified time | relevance | path

Searched full:cpp (Results 1 – 15 of 15) sorted by relevance

/nanopb-latest/.github/workflows/
Dcodeql.yml40 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 …]
Dplatformio_tests.yml81 echo "int main(int argc, char *argv[]){}" > src/main.cpp
/nanopb-latest/build-tests/cmake_with_components/
DCMakeLists.txt5 find_package(Nanopb REQUIRED COMPONENTS cpp-descriptors)
11 add_executable(simple simple.cpp)
/nanopb-latest/tests/regression/issue_569/
DSConscript15 env.Object("a_cpp.o", "a.pb.cpp")
16 env.Object("b_cpp.o", "b.pb.cpp")
/nanopb-latest/tests/cxx_callback_datatype/
DSConscript7 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/
Dmessage.proto1 /* Test CPP descriptor generation */
DSConscript6 base_env.Replace(NANOPBFLAGS = '--cpp-descriptor')
/nanopb-latest/tests/enum_sizes/
DSConscript18 "enum_intsize.pb.cpp",
/nanopb-latest/
Dlibrary.json18 "*.cpp",
DMODULE.bazel.lock5 …"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/
Dnanopb.py146 # when generating .pb.cpp sources, instead of pb.h generate .pb.hpp headers
183 suffix = '.pb.cpp',
/nanopb-latest/extra/
DFindNanopb.cmake20 # 'find_package(Nanopb REQUIRED COMPONENTS cpp-descriptors)'
21 # is equivalent to setting NANOPB_OPTIONS to --cpp-descriptors.
/nanopb-latest/generator/proto/google/protobuf/
Ddescriptor.proto638 // NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
1069 full_name: ".pb.cpp",
/nanopb-latest/docs/
Dreference.md172 * `--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/
Dnanopb_generator.py21 # using the cpp or upb implementation. Force it to use pure Python
2476 optparser.add_option("--cpp-descriptors", action="store_true",