Home
last modified time | relevance | path

Searched refs:fully_qualified_name (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Ddynamicproto.h22 const std::string& fully_qualified_name,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc6015 string fully_qualified_name = enum_type->full_name(); in SetOptionValue() local
6016 fully_qualified_name.resize(fully_qualified_name.size() - in SetOptionValue()
6018 fully_qualified_name += value_name; in SetOptionValue()
6025 builder_->FindSymbolNotEnforcingDeps(fully_qualified_name); in SetOptionValue()