Searched refs:FromString (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { function in struct:clang::ParsedSourceLocation
75 Val = ParsedSourceLocation::FromString(ArgValue);
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_database_test.py47 file_desc_proto = descriptor_pb2.FileDescriptorProto.FromString(
H A Dmessage_factory_test.py49 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
51 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
82 converted = factory_test2_pb2.Factory2Message.FromString(serialized)
85 result = cls.FromString(reserialized)
H A Ddescriptor_pool_test.py57 self.factory_test1_fd = descriptor_pb2.FileDescriptorProto.FromString(
59 self.factory_test2_fd = descriptor_pb2.FileDescriptorProto.FromString(
230 test1_desc = descriptor_pb2.FileDescriptorProto.FromString(
232 test2_desc = descriptor_pb2.FileDescriptorProto.FromString(
H A Dcpp_message.py650 def FromString(string): function in function:_AddMessageMethods
654 cls.FromString = staticmethod(FromString)
H A Dpython_message.py581 def FromString(s): function in function:_AddStaticMethods
585 cls.FromString = staticmethod(FromString)
H A Dmessage_test.py81 unittest_pb2.TestAllTypes.FromString(bad_utf8_data)
H A Dreflection_test.py1276 proto2 = unittest_pb2.TestAllTypes.FromString(string1)
2278 second_proto = unittest_pb2.TestAllTypes.FromString(
/external/regex-re2/re2/
H A Dprefilter.h73 static Prefilter* FromString(const string& str);
H A Dprefilter.cc166 or_prefilter = Or(or_prefilter, FromString(*i));
190 Prefilter* Prefilter::FromString(const string& str) { function in class:re2::Prefilter
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_pool.py194 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
523 dep_proto = descriptor_pb2.FileDescriptorProto.FromString(
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dhetero-nodes.rb126 grammar FromString;
657 result = parse( :FromString, :a, 'begin' )
/external/nanopb-c/generator/google/protobuf/internal/
H A Dpython_message.py555 def FromString(s): function in function:_AddStaticMethods
559 cls.FromString = staticmethod(FromString)
/external/nanopb-c/generator/
H A Dnanopb_generator.py1000 fdesc = descriptor.FileDescriptorSet.FromString(data).file[0]
1085 request = plugin_pb2.CodeGeneratorRequest.FromString(data)
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1827 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { function in namespace:google::protobuf::python::cmessage
2158 { "FromString", (PyCFunction)FromString, METH_O | METH_CLASS,
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp883 ParsedSourceLocation::FromString(A->getValue());

Completed in 904 milliseconds