HomeSort by relevance Sort by last modified time
    Searched refs:kEmptyString (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.cc 50 const ::std::string kEmptyString;
generated_message_util.h 63 LIBPROTOBUF_EXPORT extern const ::std::string kEmptyString;
descriptor.pb.h     [all...]
descriptor.pb.cc     [all...]
generated_message_reflection.cc 59 return (d == NULL ? kEmptyString : d->name());
762 return kEmptyString; // Make compiler happy.
781 return kEmptyString; // Make compiler happy.
    [all...]
descriptor.cc 142 const string kEmptyString;
    [all...]
repeated_field.h 386 return ::google::protobuf::internal::kEmptyString;
    [all...]
  /external/chromium/chrome/browser/ui/views/
generic_info_view.h 41 const string16 kEmptyString;
43 SetValue(i, kEmptyString);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.h 441 if (parameter_ != &::google::protobuf::internal::kEmptyString) {
451 if (parameter_ == &::google::protobuf::internal::kEmptyString) {
458 if (parameter_ == &::google::protobuf::internal::kEmptyString) {
465 if (parameter_ == &::google::protobuf::internal::kEmptyString) {
472 if (parameter_ == &::google::protobuf::internal::kEmptyString) {
479 if (parameter_ == &::google::protobuf::internal::kEmptyString) {
483 parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
488 if (parameter_ != &::google::protobuf::internal::kEmptyString) {
496 parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
540 if (name_ != &::google::protobuf::internal::kEmptyString) {
    [all...]
plugin.pb.cc 187 parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
196 if (parameter_ != &::google::protobuf::internal::kEmptyString) {
227 if (parameter_ != &::google::protobuf::internal::kEmptyString) {
504 name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
505 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
506 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
515 if (name_ != &::google::protobuf::internal::kEmptyString) {
518 if (insertion_point_ != &::google::protobuf::internal::kEmptyString) {
521 if (content_ != &::google::protobuf::internal::kEmptyString) {
552 if (name_ != &::google::protobuf::internal::kEmptyString) {
    [all...]
  /system/core/healthd/
healthd.cpp 44 .batteryStatusPath = String8(String8::kEmptyString),
45 .batteryHealthPath = String8(String8::kEmptyString),
46 .batteryPresentPath = String8(String8::kEmptyString),
47 .batteryCapacityPath = String8(String8::kEmptyString),
48 .batteryVoltagePath = String8(String8::kEmptyString),
49 .batteryTemperaturePath = String8(String8::kEmptyString),
50 .batteryTechnologyPath = String8(String8::kEmptyString),
51 .batteryCurrentNowPath = String8(String8::kEmptyString),
52 .batteryChargeCounterPath = String8(String8::kEmptyString),
  /external/chromium_org/chrome/installer/util/
app_commands.cc 29 static const wchar_t kEmptyString[] = L"";
36 for (RegistryKeyIterator key_iterator(key.Handle(), kEmptyString);
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 29 const char *AString::kEmptyString = "";
32 : mData((char *)kEmptyString),
106 if (mData && mData != kEmptyString) {
111 mData = (char *)kEmptyString;
159 if (mData == kEmptyString) {
160 mData = strdup(kEmptyString);
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile_unittest.cc 49 static const std::string kEmptyString = "";
166 EXPECT_TRUE(store.SetStringValue(kEmptyString, kTestString2));
169 EXPECT_TRUE(store.GetStringValue(kEmptyString, &out));
171 EXPECT_TRUE(store.SetStringValue(kTestOptionB, kEmptyString));
175 EXPECT_EQ(kEmptyString, out);
  /frameworks/av/include/media/stagefright/foundation/
AString.h 81 static const char *kEmptyString;
  /external/chromium/chrome/browser/importer/
toolbar_importer_unittest.cc 194 static const char* kEmptyString = "";
433 bookmark_xml = kEmptyString;
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 48 namespace { const string kEmptyString; }
72 static string kEmptyString;
74 return (d == NULL ? kEmptyString : d->name());
760 return kEmptyString; // Make compiler happy.
779 return kEmptyString; // Make compiler happy.
    [all...]
descriptor.cc 125 const string kEmptyString;
    [all...]
  /system/core/include/utils/
String16.h 47 * static String16 sAStaticEmptyString(String16::kEmptyString);
50 enum StaticLinkage { kEmptyString };
String8.h 43 * static String8 sAStaticEmptyString(String8::kEmptyString);
46 enum StaticLinkage { kEmptyString };
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
region_data_constants.cc     [all...]
  /external/chromium_org/ui/views/
view_unittest.cc     [all...]

Completed in 374 milliseconds