Home
last modified time | relevance | path

Searched refs:options_path (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.cc3288 DescriptorT* descriptor, const std::vector<int>& options_path);
3390 const std::vector<int>& options_path);
4096 std::vector<int> options_path; in AllocateOptions() local
4097 descriptor->GetLocationPath(&options_path); in AllocateOptions()
4098 options_path.push_back(options_field_tag); in AllocateOptions()
4100 orig_options, descriptor, options_path); in AllocateOptions()
4106 std::vector<int> options_path; in AllocateOptions() local
4107 options_path.push_back(FileDescriptorProto::kOptionsFieldNumber); in AllocateOptions()
4110 orig_options, descriptor, options_path); in AllocateOptions()
4117 DescriptorT* descriptor, const std::vector<int>& options_path) { in AllocateOptionsImpl() argument
[all …]
/external/nanopb-c/extra/
DFindNanopb.cmake241 foreach(options_path ${NANOPB_OPTIONS_DIRS})
242 set(NANOPB_PLUGIN_OPTIONS "${NANOPB_PLUGIN_OPTIONS} -I${options_path}")
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1435 paths = ['.'] + options.options_path
1574 options.options_path.append(os.path.dirname(request.file_to_generate[0]))
/external/nanopb-c/generator/
Dnanopb_generator.py1543 paths = ['.'] + options.options_path
1689 options.options_path.append(os.path.dirname(request.file_to_generate[0]))