Searched refs:name_out (Results 1 – 3 of 3) sorted by relevance
35 zx_status_t vfs_name_trim(fbl::StringPiece name, fbl::StringPiece* name_out, in vfs_name_trim() argument51 name_out->set(name.data(), len); in vfs_name_trim()
467 SourceLocation location, Name* name_out) { in CompileCompoundIdentifier() argument474 *name_out = Name(this, decl_name); in CompileCompoundIdentifier()496 *name_out = Name(dep_library, decl_name); in CompileCompoundIdentifier()
824 SourceLocation location, Name* name_out) { in CompileCompoundIdentifier() argument831 *name_out = Name(this, decl_name); in CompileCompoundIdentifier()853 *name_out = Name(dep_library, decl_name); in CompileCompoundIdentifier()
Completed in 22 milliseconds