Searched refs:package (Results 1 – 25 of 39) sorted by relevance
12
/nanopb-2.7.6/tests/package_name_nanopb/ |
D | SConscript | 2 # 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/ |
D | SConscript | 2 # 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/ |
D | aa.proto | 3 package first.a;
|
D | ab.proto | 3 package first.a;
|
/nanopb-2.7.6/tests/regression/issue_610/nanopb_generator_bug/first/b/ |
D | ba.proto | 3 package first.b;
|
/nanopb-2.7.6/tests/regression/issue_569/ |
D | a.proto | 3 package a;
|
D | b.proto | 5 package b;
|
/nanopb-2.7.6/tests/regression/issue_610/nanopb_generator_bug/first/ |
D | b.proto | 3 package first;
|
D | a.proto | 3 package first;
|
/nanopb-2.7.6/tests/regression/issue_524/ |
D | submessage.proto | 3 package submessage;
|
D | oneof.proto | 5 package mymessage;
|
D | SConscript | 2 # Generator fails to find dependencies from another package namespace
|
/nanopb-2.7.6/tests/regression/issue_380/ |
D | manglenames.proto | 2 package A;
|
D | SConscript | 3 # matches package name
|
/nanopb-2.7.6/tests/regression/issue_487/ |
D | test.proto | 2 package a.b.c;
|
/nanopb-2.7.6/ |
D | BUILD.bazel | 5 package(default_visibility = ["//visibility:public"])
|
D | Package.swift | 6 let package = Package( variable
|
D | CHANGELOG.txt | 10 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/ |
D | multifile2.proto | 3 package subdir;
|
/nanopb-2.7.6/generator/ |
D | protoc.bat | 3 :: It will use either Python-based protoc from grpcio-tools package,
|
D | protoc-gen-nanopb.bat | 7 :: Note that if you use the binary package of nanopb, the protoc
|
/nanopb-2.7.6/tests/typename_mangling/ |
D | with_package.proto | 3 package com.example.nanopb;
|
/nanopb-2.7.6/generator/proto/ |
D | nanopb.proto | 32 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/ |
D | SConscript | 13 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/ |
D | alltypes.proto | 2 // package name placeholder
|
12