Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 39) sorted by relevance

12

/nanopb-2.7.6/tests/package_name_nanopb/
DSConscript2 # a package name using the (nanopb_fileopt).package option.
8 placeholder = '// package name placeholder'
10 data = data.replace(placeholder, 'package foopkg;\n' +
12 'option (nanopb_fileopt).package="%s";' % pkgname)
17 lambda target, source, env: set_pkgname(source[0], target[0], 'test.package'))
23 '''Add package name to type names in .c file.'''
/nanopb-2.7.6/tests/package_name/
DSConscript2 # a package name.
8 placeholder = '// package name placeholder'
10 data = data.replace(placeholder, 'package %s;' % pkgname)
15 lambda target, source, env: set_pkgname(source[0], target[0], 'test.package'))
21 '''Add package name to type names in .c file.'''
/nanopb-2.7.6/tests/regression/issue_610/nanopb_generator_bug/first/a/
Daa.proto3 package first.a;
Dab.proto3 package first.a;
/nanopb-2.7.6/tests/regression/issue_610/nanopb_generator_bug/first/b/
Dba.proto3 package first.b;
/nanopb-2.7.6/tests/regression/issue_569/
Da.proto3 package a;
Db.proto5 package b;
/nanopb-2.7.6/tests/regression/issue_610/nanopb_generator_bug/first/
Db.proto3 package first;
Da.proto3 package first;
/nanopb-2.7.6/tests/regression/issue_524/
Dsubmessage.proto3 package submessage;
Doneof.proto5 package mymessage;
DSConscript2 # Generator fails to find dependencies from another package namespace
/nanopb-2.7.6/tests/regression/issue_380/
Dmanglenames.proto2 package A;
DSConscript3 # matches package name
/nanopb-2.7.6/tests/regression/issue_487/
Dtest.proto2 package a.b.c;
/nanopb-2.7.6/
DBUILD.bazel5 package(default_visibility = ["//visibility:public"])
DPackage.swift6 let package = Package( variable
DCHANGELOG.txt10 Pip package: include nanopb_pb2.py (#629)
51 PyInstaller 3.6 based Windows package nanopb-0.4.3-windows-x86.zip. The package was replaced
82 CMake: change package name to Nanopb for cmake 3.17 compatibility (#506)
86 Swift package manager (#549)
105 Add nanopb-specific package name option (#422)
116 Allow installing as Python package from pip (#460)
117 Use protoc from grpcio-tools Python package if available (#463)
167 Add build rules for Swift package manager (#549)
252 Updated binary package protoc to version 3.1.0
254 Include package name in include guard (#207)
[all …]
/nanopb-2.7.6/tests/multiple_files/subdir/
Dmultifile2.proto3 package subdir;
/nanopb-2.7.6/generator/
Dprotoc.bat3 :: It will use either Python-based protoc from grpcio-tools package,
Dprotoc-gen-nanopb.bat7 :: Note that if you use the binary package of nanopb, the protoc
/nanopb-2.7.6/tests/typename_mangling/
Dwith_package.proto3 package com.example.nanopb;
/nanopb-2.7.6/generator/proto/
Dnanopb.proto32 M_STRIP_PACKAGE = 1; // Strip current package name
34 M_PACKAGE_INITIALS = 3; // Replace the package name by the initials
110 // Shorten or remove package names from type names.
141 optional string package = 25; field
/nanopb-2.7.6/tests/fuzztest/
DSConscript13 placeholder = '// package name placeholder'
15 data = data.replace(placeholder, 'package %s;' % pkgname)
19 # Prefix them with package name.
/nanopb-2.7.6/tests/field_size_16_proto3/
Dalltypes.proto2 // package name placeholder

12