HomeSort by relevance Sort by last modified time
    Searched refs:_parser (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 61 private static readonly pb::MessageParser<DoubleValue> _parser = new pb::MessageParser<DoubleValue>(() => new DoubleValue()); field in class:Google.Protobuf.WellKnownTypes.DoubleValue
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } }
172 private static readonly pb::MessageParser<FloatValue> _parser = new pb::MessageParser<FloatValue>(() => new FloatValue()); field in class:Google.Protobuf.WellKnownTypes.FloatValue
173 public static pb::MessageParser<FloatValue> Parser { get { return _parser; } }
283 private static readonly pb::MessageParser<Int64Value> _parser = new pb::MessageParser<Int64Value>(() => new Int64Value()); field in class:Google.Protobuf.WellKnownTypes.Int64Value
284 public static pb::MessageParser<Int64Value> Parser { get { return _parser; } }
394 private static readonly pb::MessageParser<UInt64Value> _parser = new pb::MessageParser<UInt64Value>(() => new UInt64Value()); field in class:Google.Protobuf.WellKnownTypes.UInt64Value
395 public static pb::MessageParser<UInt64Value> Parser { get { return _parser; } }
505 private static readonly pb::MessageParser<Int32Value> _parser = new pb::MessageParser<Int32Value>(() => new Int32Value()); field in class:Google.Protobuf.WellKnownTypes.Int32Value
506 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } }
616 private static readonly pb::MessageParser<UInt32Value> _parser = new pb::MessageParser<UInt32Value>(() => new UInt32Value()); field in class:Google.Protobuf.WellKnownTypes.UInt32Value
727 private static readonly pb::MessageParser<BoolValue> _parser = new pb::MessageParser<BoolValue>(() => new BoolValue()); field in class:Google.Protobuf.WellKnownTypes.BoolValue
838 private static readonly pb::MessageParser<StringValue> _parser = new pb::MessageParser<StringValue>(() => new StringValue()); field in class:Google.Protobuf.WellKnownTypes.StringValue
949 private static readonly pb::MessageParser<BytesValue> _parser = new pb::MessageParser<BytesValue>(() => new BytesValue()); field in class:Google.Protobuf.WellKnownTypes.BytesValue
    [all...]
Empty.cs 54 private static readonly pb::MessageParser<Empty> _parser = new pb::MessageParser<Empty>(() => new Empty()); field in class:Google.Protobuf.WellKnownTypes.Empty
55 public static pb::MessageParser<Empty> Parser { get { return _parser; } }
SourceContext.cs 47 private static readonly pb::MessageParser<SourceContext> _parser = new pb::MessageParser<SourceContext>(() => new SourceContext()); field in class:Google.Protobuf.WellKnownTypes.SourceContext
48 public static pb::MessageParser<SourceContext> Parser { get { return _parser; } }
Struct.cs 81 private static readonly pb::MessageParser<Struct> _parser = new pb::MessageParser<Struct>(() => new Struct()); field in class:Google.Protobuf.WellKnownTypes.Struct
82 public static pb::MessageParser<Struct> Parser { get { return _parser; } }
187 private static readonly pb::MessageParser<Value> _parser = new pb::MessageParser<Value>(() => new Value()); field in class:Google.Protobuf.WellKnownTypes.Value
188 public static pb::MessageParser<Value> Parser { get { return _parser; } }
500 private static readonly pb::MessageParser<ListValue> _parser = new pb::MessageParser<ListValue>(() => new ListValue()); field in class:Google.Protobuf.WellKnownTypes.ListValue
501 public static pb::MessageParser<ListValue> Parser { get { return _parser; } }
  /external/python/cpython3/Modules/clinic/
binascii.c.h 116 static _PyArg_Parser _parser = {"y*|$i:b2a_base64", _keywords, 0}; local
120 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
493 static _PyArg_Parser _parser = {"O&|i:a2b_qp", _keywords, 0}; local
497 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
533 static _PyArg_Parser _parser = {"y*|iii:b2a_qp", _keywords, 0}; local
539 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
_winapi.c.h 109 static _PyArg_Parser _parser = {"" F_HANDLE "|i:ConnectNamedPipe", _keywords, 0}; local
113 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
684 static _PyArg_Parser _parser = {"" F_HANDLE "i|i:ReadFile", _keywords, 0}; local
689 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
878 static _PyArg_Parser _parser = {"" F_HANDLE "O|i:WriteFile", _keywords, 0}; local
883 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
pyexpat.c.h 247 static _PyArg_Parser _parser = {"|zzO:ParserCreate", _keywords, 0}; local
252 if (!_PyArg_ParseStack(args, nargs, kwnames, &_parser,
  /external/mesa3d/src/mapi/glapi/gen/
gl_enums.py 275 def _parser(): function
284 args = _parser()
gl_procs.py 166 def _parser(): function
184 args = _parser()
gl_x86-64_asm.py 289 def _parser(): function
301 args = _parser()
gl_apitemp.py 305 def _parser(): function
322 args = _parser()
gl_genexec.py 246 def _parser(): function
258 args = _parser()
glX_server_table.py 387 def _parser(): function
398 args = _parser()
  /external/python/cpython3/Modules/_io/clinic/
stringio.c.h 225 static _PyArg_Parser _parser = {"|OO:StringIO", _keywords, 0}; local
229 if (!_PyArg_ParseTupleAndKeywordsFast(args, kwargs, &_parser,
winconsoleio.c.h 52 static _PyArg_Parser _parser = {"O|siO:_WindowsConsoleIO", _keywords, 0}; local
58 if (!_PyArg_ParseTupleAndKeywordsFast(args, kwargs, &_parser,
bytesio.c.h 419 static _PyArg_Parser _parser = {"|O:BytesIO", _keywords, 0}; local
422 if (!_PyArg_ParseTupleAndKeywordsFast(args, kwargs, &_parser,
fileio.c.h 53 static _PyArg_Parser _parser = {"O|siO:FileIO", _keywords, 0}; local
59 if (!_PyArg_ParseTupleAndKeywordsFast(args, kwargs, &_parser,
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 51 private static readonly pb::MessageParser<Person> _parser = new pb::MessageParser<Person>(() => new Person()); field in class:Google.Protobuf.Examples.AddressBook.Person
52 public static pb::MessageParser<Person> Parser { get { return _parser; } }
238 private static readonly pb::MessageParser<PhoneNumber> _parser = new pb::MessageParser<PhoneNumber>(() => new PhoneNumber()); field in class:Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber
239 public static pb::MessageParser<PhoneNumber> Parser { get { return _parser; } }
376 private static readonly pb::MessageParser<AddressBook> _parser = new pb::MessageParser<AddressBook>(() => new AddressBook()); field in class:Google.Protobuf.Examples.AddressBook.AddressBook
377 public static pb::MessageParser<AddressBook> Parser { get { return _parser; } }
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 56 private static readonly pb::MessageParser<ImportMessage> _parser = new pb::MessageParser<ImportMessage>(() => new ImportMessage()); field in class:Google.Protobuf.TestProtos.ImportMessage
57 public static pb::MessageParser<ImportMessage> Parser { get { return _parser; } }
UnittestImportPublicProto3.cs 42 private static readonly pb::MessageParser<PublicImportMessage> _parser = new pb::MessageParser<PublicImportMessage>(() => new PublicImportMessage()); field in class:Google.Protobuf.TestProtos.PublicImportMessage
43 public static pb::MessageParser<PublicImportMessage> Parser { get { return _parser; } }
UnittestIssues.cs 88 private static readonly pb::MessageParser<Issue307> _parser = new pb::MessageParser<Issue307>(() => new Issue307()); field in class:UnitTest.Issues.TestProtos.Issue307
89 public static pb::MessageParser<Issue307> Parser { get { return _parser; } }
166 private static readonly pb::MessageParser<NestedOnce> _parser = new pb::MessageParser<NestedOnce>(() => new NestedOnce()); field in class:UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
167 public static pb::MessageParser<NestedOnce> Parser { get { return _parser; } }
244 private static readonly pb::MessageParser<NestedTwice> _parser = new pb::MessageParser<NestedTwice>(() => new NestedTwice()); field in class:UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
245 public static pb::MessageParser<NestedTwice> Parser { get { return _parser; } }
330 private static readonly pb::MessageParser<NegativeEnumMessage> _parser = new pb::MessageParser<NegativeEnumMessage>(() => new NegativeEnumMessage()); field in class:UnitTest.Issues.TestProtos.NegativeEnumMessage
331 public static pb::MessageParser<NegativeEnumMessage> Parser { get { return _parser; } }
473 private static readonly pb::MessageParser<DeprecatedChild> _parser = new pb::MessageParser<DeprecatedChild>(() => new DeprecatedChild()); field in class:UnitTest.Issues.TestProtos.DeprecatedChild
474 public static pb::MessageParser<DeprecatedChild> Parser { get { return _parser; } }
549 private static readonly pb::MessageParser<DeprecatedFieldsMessage> _parser = new pb::MessageParser<DeprecatedFieldsMessage>(() => new DeprecatedFieldsMessage()); field in class:UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
780 private static readonly pb::MessageParser<ItemField> _parser = new pb::MessageParser<ItemField>(() => new ItemField()); field in class:UnitTest.Issues.TestProtos.ItemField
883 private static readonly pb::MessageParser<ReservedNames> _parser = new pb::MessageParser<ReservedNames>(() => new ReservedNames()); field in class:UnitTest.Issues.TestProtos.ReservedNames
1018 private static readonly pb::MessageParser<SomeNestedType> _parser = new pb::MessageParser<SomeNestedType>(() => new SomeNestedType()); field in class:UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1111 private static readonly pb::MessageParser<TestJsonFieldOrdering> _parser = new pb::MessageParser<TestJsonFieldOrdering>(() => new TestJsonFieldOrdering()); field in class:UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1407 private static readonly pb::MessageParser<TestJsonName> _parser = new pb::MessageParser<TestJsonName>(() => new TestJsonName()); field in class:UnitTest.Issues.TestProtos.TestJsonName
    [all...]
UnittestProto3.cs 240 private static readonly pb::MessageParser<TestAllTypes> _parser = new pb::MessageParser<TestAllTypes>(() => new TestAllTypes()); field in class:Google.Protobuf.TestProtos.TestAllTypes
241 public static pb::MessageParser<TestAllTypes> Parser { get { return _parser; } }
1541 private static readonly pb::MessageParser<NestedMessage> _parser = new pb::MessageParser<NestedMessage>(() => new NestedMessage()); field in class:Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1657 private static readonly pb::MessageParser<NestedTestAllTypes> _parser = new pb::MessageParser<NestedTestAllTypes>(() => new NestedTestAllTypes()); field in class:Google.Protobuf.TestProtos.NestedTestAllTypes
1818 private static readonly pb::MessageParser<TestDeprecatedFields> _parser = new pb::MessageParser<TestDeprecatedFields>(() => new TestDeprecatedFields()); field in class:Google.Protobuf.TestProtos.TestDeprecatedFields
1926 private static readonly pb::MessageParser<ForeignMessage> _parser = new pb::MessageParser<ForeignMessage>(() => new ForeignMessage()); field in class:Google.Protobuf.TestProtos.ForeignMessage
2029 private static readonly pb::MessageParser<TestReservedFields> _parser = new pb::MessageParser<TestReservedFields>(() => new TestReservedFields()); field in class:Google.Protobuf.TestProtos.TestReservedFields
2108 private static readonly pb::MessageParser<TestForeignNested> _parser = new pb::MessageParser<TestForeignNested>(() => new TestForeignNested()); field in class:Google.Protobuf.TestProtos.TestForeignNested
2220 private static readonly pb::MessageParser<TestReallyLargeTagNumber> _parser = new pb::MessageParser<TestReallyLargeTagNumber>(() => new TestReallyLargeTagNumber()); field in class:Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2354 private static readonly pb::MessageParser<TestRecursiveMessage> _parser = new pb::MessageParser<TestRecursiveMessage>(() => new TestRecursiveMessage()); field in class:Google.Protobuf.TestProtos.TestRecursiveMessage
2493 private static readonly pb::MessageParser<TestMutualRecursionA> _parser = new pb::MessageParser<TestMutualRecursionA>(() => new TestMutualRecursionA()); field in class:Google.Protobuf.TestProtos.TestMutualRecursionA
2602 private static readonly pb::MessageParser<TestMutualRecursionB> _parser = new pb::MessageParser<TestMutualRecursionB>(() => new TestMutualRecursionB()); field in class:Google.Protobuf.TestProtos.TestMutualRecursionB
2742 private static readonly pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldNames>(() => new TestCamelCaseFieldNames()); field in class:Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3014 private static readonly pb::MessageParser<TestFieldOrderings> _parser = new pb::MessageParser<TestFieldOrderings>(() => new TestFieldOrderings()); field in class:Google.Protobuf.TestProtos.TestFieldOrderings
3206 private static readonly pb::MessageParser<NestedMessage> _parser = new pb::MessageParser<NestedMessage>(() => new NestedMessage()); field in class:Google.Protobuf.TestProtos.TestFieldOrderings.Types.NestedMessage
3346 private static readonly pb::MessageParser<SparseEnumMessage> _parser = new pb::MessageParser<SparseEnumMessage>(() => new SparseEnumMessage()); field in class:Google.Protobuf.TestProtos.SparseEnumMessage
3452 private static readonly pb::MessageParser<OneString> _parser = new pb::MessageParser<OneString>(() => new OneString()); field in class:Google.Protobuf.TestProtos.OneString
3555 private static readonly pb::MessageParser<MoreString> _parser = new pb::MessageParser<MoreString>(() => new MoreString()); field in class:Google.Protobuf.TestProtos.MoreString
3650 private static readonly pb::MessageParser<OneBytes> _parser = new pb::MessageParser<OneBytes>(() => new OneBytes()); field in class:Google.Protobuf.TestProtos.OneBytes
3753 private static readonly pb::MessageParser<MoreBytes> _parser = new pb::MessageParser<MoreBytes>(() => new MoreBytes()); field in class:Google.Protobuf.TestProtos.MoreBytes
3859 private static readonly pb::MessageParser<Int32Message> _parser = new pb::MessageParser<Int32Message>(() => new Int32Message()); field in class:Google.Protobuf.TestProtos.Int32Message
3962 private static readonly pb::MessageParser<Uint32Message> _parser = new pb::MessageParser<Uint32Message>(() => new Uint32Message()); field in class:Google.Protobuf.TestProtos.Uint32Message
4065 private static readonly pb::MessageParser<Int64Message> _parser = new pb::MessageParser<Int64Message>(() => new Int64Message()); field in class:Google.Protobuf.TestProtos.Int64Message
4168 private static readonly pb::MessageParser<Uint64Message> _parser = new pb::MessageParser<Uint64Message>(() => new Uint64Message()); field in class:Google.Protobuf.TestProtos.Uint64Message
4271 private static readonly pb::MessageParser<BoolMessage> _parser = new pb::MessageParser<BoolMessage>(() => new BoolMessage()); field in class:Google.Protobuf.TestProtos.BoolMessage
4377 private static readonly pb::MessageParser<TestOneof> _parser = new pb::MessageParser<TestOneof>(() => new TestOneof()); field in class:Google.Protobuf.TestProtos.TestOneof
4571 private static readonly pb::MessageParser<TestPackedTypes> _parser = new pb::MessageParser<TestPackedTypes>(() => new TestPackedTypes()); field in class:Google.Protobuf.TestProtos.TestPackedTypes
4931 private static readonly pb::MessageParser<TestUnpackedTypes> _parser = new pb::MessageParser<TestUnpackedTypes>(() => new TestUnpackedTypes()); field in class:Google.Protobuf.TestProtos.TestUnpackedTypes
5287 private static readonly pb::MessageParser<TestRepeatedScalarDifferentTagSizes> _parser = new pb::MessageParser<TestRepeatedScalarDifferentTagSizes>(() => new TestRepeatedScalarDifferentTagSizes()); field in class:Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
5497 private static readonly pb::MessageParser<TestCommentInjectionMessage> _parser = new pb::MessageParser<TestCommentInjectionMessage>(() => new TestCommentInjectionMessage()); field in class:Google.Protobuf.TestProtos.TestCommentInjectionMessage
5606 private static readonly pb::MessageParser<FooRequest> _parser = new pb::MessageParser<FooRequest>(() => new FooRequest()); field in class:Google.Protobuf.TestProtos.FooRequest
5682 private static readonly pb::MessageParser<FooResponse> _parser = new pb::MessageParser<FooResponse>(() => new FooResponse()); field in class:Google.Protobuf.TestProtos.FooResponse
5758 private static readonly pb::MessageParser<FooClientMessage> _parser = new pb::MessageParser<FooClientMessage>(() => new FooClientMessage()); field in class:Google.Protobuf.TestProtos.FooClientMessage
5834 private static readonly pb::MessageParser<FooServerMessage> _parser = new pb::MessageParser<FooServerMessage>(() => new FooServerMessage()); field in class:Google.Protobuf.TestProtos.FooServerMessage
5910 private static readonly pb::MessageParser<BarRequest> _parser = new pb::MessageParser<BarRequest>(() => new BarRequest()); field in class:Google.Protobuf.TestProtos.BarRequest
5986 private static readonly pb::MessageParser<BarResponse> _parser = new pb::MessageParser<BarResponse>(() => new BarResponse()); field in class:Google.Protobuf.TestProtos.BarResponse
    [all...]
MapUnittestProto3.cs 180 private static readonly pb::MessageParser<TestMap> _parser = new pb::MessageParser<TestMap>(() => new TestMap()); field in class:Google.Protobuf.TestProtos.TestMap
181 public static pb::MessageParser<TestMap> Parser { get { return _parser; } }
579 private static readonly pb::MessageParser<TestMapSubmessage> _parser = new pb::MessageParser<TestMapSubmessage>(() => new TestMapSubmessage()); field in class:Google.Protobuf.TestProtos.TestMapSubmessage
688 private static readonly pb::MessageParser<TestMessageMap> _parser = new pb::MessageParser<TestMessageMap>(() => new TestMessageMap()); field in class:Google.Protobuf.TestProtos.TestMessageMap
786 private static readonly pb::MessageParser<TestSameTypeMap> _parser = new pb::MessageParser<TestSameTypeMap>(() => new TestSameTypeMap()); field in class:Google.Protobuf.TestProtos.TestSameTypeMap
900 private static readonly pb::MessageParser<TestArenaMap> _parser = new pb::MessageParser<TestArenaMap>(() => new TestArenaMap()); field in class:Google.Protobuf.TestProtos.TestArenaMap
1265 private static readonly pb::MessageParser<MessageContainingEnumCalledType> _parser = new pb::MessageParser<MessageContainingEnumCalledType>(() => new MessageContainingEnumCalledType()); field in class:Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1374 private static readonly pb::MessageParser<MessageContainingMapCalledEntry> _parser = new pb::MessageParser<MessageContainingMapCalledEntry>(() => new MessageContainingMapCalledEntry()); field in class:Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
    [all...]
  /external/autotest/server/hosts/
emulated_adb_host.py 217 _parser.options.image to do the installation. If none
235 if not build_url and self._parser.options.image:
237 self._parser.options.image, os_type=os_type)

Completed in 763 milliseconds

1 2 34 5 6 7