Home
last modified time | relevance | path

Searched refs:allowUnknownDependencies (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs46 …proto, FileDescriptor[] dependencies, DescriptorPool pool, bool allowUnknownDependencies, Generate… in FileDescriptor() argument
53 …licDependencies = DeterminePublicDependencies(this, proto, dependencies, allowUnknownDependencies); in FileDescriptor()
90 …tor @this, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies)
109 if (!allowUnknownDependencies)
226 … FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies, Generate… in BuildFrom() argument
243 …= new FileDescriptor(descriptorData, proto, dependencies, pool, allowUnknownDependencies, generate… in BuildFrom()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java289 final boolean allowUnknownDependencies) in buildFrom() argument
301 dependencies, allowUnknownDependencies); in buildFrom()
303 proto, dependencies, pool, allowUnknownDependencies); in buildFrom()
449 boolean allowUnknownDependencies) in FileDescriptor() argument
469 if (!allowUnknownDependencies) { in FileDescriptor()
2119 boolean allowUnknownDependencies) { in DescriptorPool() argument
2121 this.allowUnknownDependencies = allowUnknownDependencies; in DescriptorPool()
2150 private boolean allowUnknownDependencies; field in Descriptors.DescriptorPool
2286 if (allowUnknownDependencies && filter == SearchFilter.TYPES_ONLY) { in lookupSymbol()