| Server IP : 66.29.153.156 / Your IP : 216.73.216.151 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.6/site-packages/google/protobuf/internal/__pycache__/ |
Upload File : |
3
���h�Q � @ s� d Z dZddlZddlZejd dk r`G dd� de�ZG dd� de�Zejje� ejje� nejZG d d
� d
e�Z G dd� de �Z
ejje � G d
d� de �ZG dd� de�Z
G dd� de�ZdS )a� Contains container classes to represent different protocol buffer types.
This file defines container classes which represent categories of protocol
buffer field types which need extra maintenance. Currently these categories
are:
- Repeated scalar fields - These are all repeated fields which aren't
composite (e.g. they are of simple types like int32, string, etc).
- Repeated composite fields - Repeated fields which are composite. This
includes groups and nested messages.
zpetar@google.com (Petar Petrov)� N� c @ sf e Zd Zf Zddd�Zdd� Zdd� Zdd � Zd
d� Zdd
� Z dd� Z
dd� ZdZdd� Z
dd� ZdS )�MappingNc C s"