HomeSort by relevance Sort by last modified time
    Searched refs:Merge (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_extensions_sync_test.cc 159 IN_PROC_BROWSER_TEST_F(TwoClientExtensionsSyncTest, Merge) {
two_client_passwords_sync_test.cc 216 IN_PROC_BROWSER_TEST_F(TwoClientPasswordsSyncTest, Merge) {
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 142 text_format.Merge(expected_ascii, expected_proto)
  /external/protobuf/src/google/protobuf/
message.cc 63 << ": Tried to merge from a message with a different type. "
66 ReflectionOps::Merge(from, this);
repeated_field.h 167 // static void Merge(const Type& from, Type* to);
274 static void Merge(const GenericType& from, GenericType* to) {
281 inline void GenericTypeHandler<MessageLite>::Merge(
300 static void Merge(const string& from, string* to) { *to = from; }
678 TypeHandler::Merge(other.Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
text_format.cc 788 bool TextFormat::Parser::Merge(io::ZeroCopyInputStream* input,
798 return Merge(&input_stream, output);
830 /* static */ bool TextFormat::Merge(io::ZeroCopyInputStream* input,
832 return Parser().Merge(input, output);
    [all...]
descriptor.pb.cc     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 469 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
471 bool Merge(const RRInfo &Other);
485 bool RRInfo::Merge(const RRInfo &Other) {
486 // Conservatively merge the ReleaseMetadata information.
490 // Conservatively merge the boolean state.
495 // Merge the call sets.
498 // Merge the insert point sets. If there are any differences,
499 // that makes this a partial merge.
600 void Merge(const PtrState &Other, bool TopDown)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 47 // Merge the arrays.
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 351 i->Merge(*fetch_data);
358 manifests_queue_.active_request()->Merge(*fetch_data);
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 17 // Merge both if possible.
  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 398 // Load policy data for the different scopes/levels and merge them.
502 // Merge with existing forced policy, giving precedence to the existing
504 new_forced_policy.Merge(forced_policy);
512 // Merge, give precedence to forced policy.
513 parsed_policy.Merge(forced_policy);
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 58 // Try to merge the |edit| into this edit. Returns true if merge was
61 bool Merge(const Edit* edit) {
62 // Don't merge if previous edit is DELETE. This happens when a
101 // A template method pattern that provides specific merge
121 // Merge the replace edit into the current edit. This is a special case to
182 // If continuous edit, merge it.
326 // If there is a composition text, don't merge with previous edit.
327 // Otherwise, force merge the edits.
764 if (current_edit_ != edit_history_.end() && (*current_edit_)->Merge(edit))
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 115 (* Merge lhs/rhs. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 126 (* Merge lhs/rhs. *)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
text_format_test.py 218 text_format.Merge(wire_text, parsed_message)
225 text_format.Merge(wire_text, parsed_message)
234 text_format.Merge(text, parsed_message)
255 text_format.Merge(golden_text, parsed_message)
265 text_format.Merge(golden_text, parsed_message)
277 text_format.Merge(ascii_text, parsed_message)
287 text_format.Merge(ascii_text, parsed_message)
294 text_format.Merge(text, message)
307 text_format.Merge(text, message)
326 text_format.Merge(text, message
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 65 << ": Tried to merge from a message with a different type. "
68 ReflectionOps::Merge(from, this);
repeated_field.h 219 // static void Merge(const Type& from, Type* to);
338 static void Merge(const GenericType& from, GenericType* to) {
346 inline void GenericTypeHandler<MessageLite>::Merge(
384 static void Merge(const string& from, string* to) { *to = from; }
866 TypeHandler::Merge(other.template Get<TypeHandler>(i), Add<TypeHandler>());
    [all...]
text_format.cc     [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 188 void Merge(const Stats& other) {
189 hist_.Merge(other.hist_);
598 arg[0].thread->stats.Merge(arg[i].thread->stats);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 422 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
760 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 414 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
754 ::google::protobuf::internal::ReflectionOps::Merge(from, this);
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.h 321 void Merge(const CategoryFilter& nested_filter);
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 288 contacts_.Merge(updated_contacts.Pass(), ContactMap::DROP_DELETED_CONTACTS);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_namespace.cc 263 SessionStorageNamespace::MergeResult DOMStorageNamespace::Merge(
283 // them will not change the result of the hypothetical merge.
287 // Indicates whether we could still merge the namespaces preserving all
319 // Actually perform the merge.

Completed in 1313 milliseconds

1 23 4 5