Searched defs:SerializeToString (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Dapp_runtime_custom_bindings.js16 var SerializeToString = appNatives.SerializeToString; variable
/external/chromium_org/extensions/renderer/
H A Dapp_runtime_custom_bindings.cc31 void SerializeToString(const v8::FunctionCallbackInfo<v8::Value>& args) { function in namespace:__anon8264
63 RouteFunction("SerializeToString", base::Bind(&SerializeToString));
/external/protobuf/python/google/protobuf/
H A Dmessage.py170 def SerializeToString(self): member in class:Message
185 This method is similar to SerializeToString but doesn't check if the
H A Dreflection.py790 def SerializeToString(self): function in function:_AddSerializeToStringMethod
798 cls.SerializeToString = SerializeToString
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py184 def SerializeToString(self): member in class:Message
199 This method is similar to SerializeToString but doesn't check if the
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.cc289 bool MessageLite::SerializeToString(string* output) const { function in class:google::protobuf::MessageLite
/external/protobuf/src/google/protobuf/
H A Dmessage_lite.cc289 bool MessageLite::SerializeToString(string* output) const { function in class:google::protobuf::MessageLite
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc172 void UniquePosition::SerializeToString(std::string* blob) const { function in class:syncer::UniquePosition
176 proto.SerializeToString(blob);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py558 def SerializeToString(self): function in function:_AddMessageMethods
563 return self._cmsg.SerializeToString()
H A Dpython_message.py761 def SerializeToString(self): function in function:_AddSerializeToStringMethod
769 cls.SerializeToString = SerializeToString
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.cc147 std::string BootTimesLoader::Stats::SerializeToString() const { function in class:chromeos::BootTimesLoader::Stats
156 LOG(WARNING) << "BootTimesLoader::Stats::SerializeToString(): failed.";
404 const std::string uptime = Stats::GetCurrentStats().SerializeToString();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 115 milliseconds