Home | History | Annotate | Download | only in cpp

Lines Matching full:code

2 // Use of this source code is governed by a BSD-style license that can be
17 /// The <code>NetAddress</code> class represents a network address.
20 /// Default constructor for creating an is_null() <code>NetAddress</code>
24 /// A constructor used when you have received a <code>PP_Resource</code> as a
27 /// @param[in] resource A <code>PPB_NetAddress</code> resource.
30 /// A constructor used to create a <code>NetAddress</code> object with the
39 /// A constructor used to create a <code>NetAddress</code> object with the
48 /// The copy constructor for <code>NetAddress</code>.
50 /// @param[in] other A reference to another <code>NetAddress</code>.
56 /// The assignment operator for <code>NetAddress</code>.
58 /// @param[in] other A reference to another <code>NetAddress</code>.
60 /// @return A reference to this <code>NetAddress</code> object.
64 /// <code>PPB_NetAddress</code> interface.
72 /// <code>PP_NETADDRESS_FAMILY_UNSPECIFIED</code> on failure.
83 /// @return A string <code>Var</code> on success; an undefined
84 /// <code>Var</code> on failure.
87 /// Fills a <code>PP_NetAddress_IPv4</code> structure if the network address
88 /// is of <code>PP_NETADDRESS_FAMILY_IPV4</code> address family.
90 /// <code>PP_NETADDRESS_FAMILY_IPV6</code> address family will fail even if
93 /// @param[out] ipv4_addr A <code>PP_NetAddress_IPv4</code> structure to store
99 /// Fills a <code>PP_NetAddress_IPv6</code> structure if the network address
100 /// is of <code>PP_NETADDRESS_FAMILY_IPV6</code> address family.
102 /// <code>PP_NETADDRESS_FAMILY_IPV4</code> address family will fail - this
105 /// @param[out] ipv6_addr A <code>PP_NetAddress_IPv6</code> structure to store