Searched refs:Merge (Results 1 - 25 of 34) sorted by relevance

12

/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py128 text_format.Merge(golden_text, parsed_message)
138 text_format.Merge(golden_text, parsed_message)
150 text_format.Merge(ascii_text, parsed_message)
160 text_format.Merge(ascii_text, parsed_message)
167 text_format.Merge(text, message)
180 text_format.Merge(text, message)
196 text_format.Merge(text, message)
214 text_format.Merge, text, message)
222 text_format.Merge, text, message)
228 text_format.Merge, tex
[all...]
H A Ddescriptor_test.py142 text_format.Merge(expected_ascii, expected_proto)
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h59 static void Merge(const Message& from, Message* to);
H A Dtext_format.h199 static bool Merge(io::ZeroCopyInputStream* input, Message* output);
200 // Like Merge(), but reads directly from a string.
220 // Like TextFormat::Merge().
221 bool Merge(io::ZeroCopyInputStream* input, Message* output);
247 // Like TextFormat::Merge(). The provided implementation is used
H A Dreflection_ops_unittest.cc81 TEST(ReflectionOpsTest, Merge) {
82 // Note: Copy is implemented in terms of Merge() so technically the Copy
103 ReflectionOps::Merge(message2, &message);
109 // Note: Copy is implemented in terms of Merge() so technically the Copy
133 ReflectionOps::Merge(message2, &message);
144 ReflectionOps::Merge(message2, &message1);
158 // Note: Copy is implemented in terms of Merge() so technically the Copy
164 ReflectionOps::Merge(message, &message),
H A Dreflection_ops.cc47 Merge(from, to);
50 void ReflectionOps::Merge(const Message& from, Message* to) { function in class:google::protobuf::internal::ReflectionOps
H A Dmessage.cc66 ReflectionOps::Merge(from, this);
H A Drepeated_field.h167 // static void Merge(const Type& from, Type* to);
274 static void Merge(const GenericType& from, GenericType* to) { function in class:google::protobuf::internal::GenericTypeHandler
281 inline void GenericTypeHandler<MessageLite>::Merge( function in class:google::protobuf::internal::GenericTypeHandler
300 static void Merge(const string& from, string* to) { *to = from; } function in class:google::protobuf::internal::StringTypeHandlerBase
678 TypeHandler::Merge(other.Get<TypeHandler>(i), Add<TypeHandler>());
H A Dtext_format.cc788 bool TextFormat::Parser::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat::Parser
798 return Merge(&input_stream, output);
830 /* static */ bool TextFormat::Merge(io::ZeroCopyInputStream* input, function in class:google::protobuf::TextFormat
832 return Parser().Merge(input, output);
H A Ddescriptor.pb.cc804 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1320 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1596 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2056 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
2709 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3044 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3358 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
3673 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4059 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
4608 ::google::protobuf::internal::ReflectionOps::Merge(fro
[all...]
/external/chromium/testing/
H A Dgenerate_gmock_mutant.py361 def Merge(a): function
380 "template_params": Merge([Gen("typename P%", prebound),
384 "args": Merge([GenAlpha("p.%", prebound), GenAlpha("c.%", calltime)]),
396 "params": Merge([Gen("X%", prebound), Gen("A%", calltime)]),
399 "template_params": Merge([Gen("typename P%", prebound),
/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h229 // Merge dataflow values from all predecessors of this block.
230 MergeOperatorTy Merge; local
252 Merge(V, EI->second);
266 Merge(V, BI->second);
/external/v8/tools/gcmole/
H A Dgcmole.cc295 static ExprEffect Merge(ExprEffect a, ExprEffect b);
330 static Environment Merge(const Environment& l, function in class:__anon12944::Environment
469 ExprEffect ExprEffect::Merge(ExprEffect a, ExprEffect b) { function in class:__anon12944::ExprEffect
649 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond),
681 return ExprEffect::Merge(VisitExpr(lhs, env), VisitExpr(rhs, env));
947 in_ = Environment::Merge(in_, env);
968 out_ = Environment::Merge(out_, env);
1055 return Environment::Merge(then_out, else_out);
1065 Environment in = Environment::Merge(env, block_->in());
1071 Environment in = Environment::Merge(en
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml79 (* Merge lhs/rhs. *)
/external/chromium/chrome/browser/
H A Dgpu_data_manager.cc49 if (!gpu_info_.Merge(gpu_info))
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml115 (* Merge lhs/rhs. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml126 (* Merge lhs/rhs. *)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h107 void Merge(DotDebugLocEntry *Next) { function in struct:llvm::DotDebugLocEntry
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc414 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
754 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
1025 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp203 bool Merge(const char* oldDir, const char* oldFile, const char* newDir, const char* newFile, function
215 bool Merge(const char* dir, const char* file) function
217 return Merge(dir, file, dir, file, "/dev/null");
1220 bool success = Merge(workingDir, oldFile, renamedDir, renamed, "/dev/null");
1379 bool success = Merge(workingDir, oldFile);
1687 "WebKit Merge for Android version 1.1\n"
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml140 (* Merge lhs/rhs. *)
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator_unittest.cc131 TEST_F(ListPreferenceMergeTest, Merge) {
/external/libpng/
H A DCHANGES2185 Merge reading of chunk length and chunk type into a single 8-byte read.
2186 Merge writing of chunk length and chunk type into a single 8-byte write.

Completed in 7519 milliseconds

12