OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DescriptorValidationException
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorValidationException.cs
41
public sealed class
DescriptorValidationException
: Exception
63
internal
DescriptorValidationException
(IDescriptor problemDescriptor, string description) :
73
internal
DescriptorValidationException
(IDescriptor problemDescriptor, string description, Exception cause) :
/external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java
261
* @throws
DescriptorValidationException
{@code proto} is not a valid
268
throws
DescriptorValidationException
{
282
* @throws
DescriptorValidationException
{@code proto} is not a valid
290
throws
DescriptorValidationException
{
349
} catch (
DescriptorValidationException
e) {
450
throws
DescriptorValidationException
{
463
throw new
DescriptorValidationException
(this,
470
throw new
DescriptorValidationException
(this,
510
throws
DescriptorValidationException
{
528
private void crossLink() throws
DescriptorValidationException
{
[
all
...]
Completed in 469 milliseconds