Searched defs:full_name (Results 51 - 61 of 61) sorted by relevance

123

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc407 bool AddSymbol(const string& full_name, Symbol symbol);
730 const string& full_name, Symbol symbol) {
731 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
732 symbols_after_checkpoint_.push_back(full_name.c_str());
1076 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1400 containing_type->full_name(), field_number, &file_proto)) {
1549 proto->mutable_extendee()->append(containing_type()->full_name());
1562 proto->mutable_type_name()->append(message_type()->full_name());
1567 proto->mutable_type_name()->append(enum_type()->full_name());
1618 proto->mutable_input_type()->append(input_type()->full_name());
729 AddSymbol( const string& full_name, Symbol symbol) argument
2853 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
2918 ValidateSymbolName( const string& name, const string& full_name, const Message& proto) argument
3254 string* full_name = tables_->AllocateString(scope); local
3322 string* full_name = tables_->AllocateString(scope); local
3577 string* full_name = tables_->AllocateString(scope); local
3620 string* full_name = tables_->AllocateString(*parent->full_name_); local
3682 string* full_name = tables_->AllocateString(file_->package()); local
3711 string* full_name = tables_->AllocateString(parent->full_name()); local
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc366 bool AddSymbol(const string& full_name, Symbol symbol);
638 const string& full_name, Symbol symbol) {
639 if (InsertIfNotPresent(&symbols_by_name_, full_name.c_str(), symbol)) {
640 symbols_after_checkpoint_.push_back(full_name.c_str());
985 if (fallback_database_->FindAllExtensionNumbers(extendee->full_name(),
1270 containing_type->full_name(), field_number, &file_proto)) {
1405 proto->mutable_extendee()->append(containing_type()->full_name());
1418 proto->mutable_type_name()->append(message_type()->full_name());
1423 proto->mutable_type_name()->append(enum_type()->full_name());
1474 proto->mutable_input_type()->append(input_type()->full_name());
637 AddSymbol( const string& full_name, Symbol symbol) argument
2516 AddSymbol( const string& full_name, const void* parent, const string& name, const Message& proto, Symbol symbol) argument
2581 ValidateSymbolName( const string& name, const string& full_name, const Message& proto) argument
2866 string* full_name = tables_->AllocateString(scope); local
2934 string* full_name = tables_->AllocateString(scope); local
3183 string* full_name = tables_->AllocateString(scope); local
3226 string* full_name = tables_->AllocateString(*parent->full_name_); local
3288 string* full_name = tables_->AllocateString(file_->package()); local
3317 string* full_name = tables_->AllocateString(parent->full_name()); local
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc486 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
508 return (MatchesFilter(full_name, positive.c_str()) &&
509 !MatchesFilter(full_name, negative.c_str()));
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/gtest/src/
H A Dgtest.cc482 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
504 return (MatchesFilter(full_name, positive.c_str()) &&
505 !MatchesFilter(full_name, negative.c_str()));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/mesa3d/src/gtest/src/
H A Dgtest.cc476 const String& full_name = String::Format("%s.%s", local
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
/external/protobuf/gtest/src/
H A Dgtest.cc457 const String& full_name = String::Format("%s.%s", local
481 return (MatchesFilter(full_name, positive.c_str()) &&
482 !MatchesFilter(full_name, negative.c_str()));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1966 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
1988 return (MatchesFilter(full_name, positive.c_str()) &&
1989 !MatchesFilter(full_name, negative.c_str()));
/external/libpng/contrib/libtests/
H A Dpngvalid.c6074 char full_name[256]; local
6085 pos = safecat(full_name, sizeof full_name, pos, name);
6086 pos = safecat_current_encoding(full_name, sizeof full_name, pos, d.pm);
6089 pp = set_modifier_for_read(d.pm, &pi, d.this.id, full_name);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1966 const std::string& full_name = test_case_name + "." + test_name.c_str(); local
1988 return (MatchesFilter(full_name, positive.c_str()) &&
1989 !MatchesFilter(full_name, negative.c_str()));

Completed in 310 milliseconds

123