Home
last modified time | relevance | path

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

/external/pigweed/pw_metric/pw_metric_private/
Dmetric_walker.h39 ScopedName scoped_name(m.name(), *this); in Walk()
53 ScopedName scoped_name(group.name(), *this); in Walk()
61 struct ScopedName { struct
62 ScopedName(Token name, MetricWalker& rhs) : walker(rhs) { in ScopedName() function
67 ~ScopedName() { walker.path_.pop_back(); } in ~ScopedName() argument
/external/cronet/net/http/
Dhttp_auth_gssapi_posix.cc89 class ScopedName { class
91 ScopedName(gss_name_t name, GSSAPILibrary* gssapi_lib) in ScopedName() function in net::ScopedName
96 ScopedName(const ScopedName&) = delete;
97 ScopedName& operator=(const ScopedName&) = delete;
99 ~ScopedName() { in ~ScopedName()
307 ScopedName scoped_src_name(src_name, gssapi_lib); in GetContextStateAsValue()
308 ScopedName scoped_targ_name(targ_name, gssapi_lib); in GetContextStateAsValue()
870 ScopedName scoped_name(principal_name, library_); in GetNextSecurityToken()