• Home
  • Raw
  • Download

Lines Matching refs:google

50 namespace google {
62 const RepeatedPtrField<google::protobuf::Option>& options,
68 const RepeatedPtrField<google::protobuf::Option>& options,
74 const RepeatedPtrField<google::protobuf::Option>& options,
80 const RepeatedPtrField<google::protobuf::Option>& options,
87 PROTOBUF_EXPORT bool GetBoolFromAny(const google::protobuf::Any& any);
90 PROTOBUF_EXPORT int64 GetInt64FromAny(const google::protobuf::Any& any);
93 PROTOBUF_EXPORT double GetDoubleFromAny(const google::protobuf::Any& any);
96 PROTOBUF_EXPORT std::string GetStringFromAny(const google::protobuf::Any& any);
114 const google::protobuf::Option* FindOptionOrNull(
115 const RepeatedPtrField<google::protobuf::Option>& options,
120 const google::protobuf::Field* FindFieldInTypeOrNull(
121 const google::protobuf::Type* type, StringPiece field_name);
125 const google::protobuf::Field* FindJsonFieldInTypeOrNull(
126 const google::protobuf::Type* type, StringPiece json_name);
129 const google::protobuf::Field* FindFieldInTypeByNumberOrNull(
130 const google::protobuf::Type* type, int32 number);
134 const google::protobuf::EnumValue* FindEnumValueByNameOrNull(
135 const google::protobuf::Enum* enum_type, StringPiece enum_name);
139 const google::protobuf::EnumValue* FindEnumValueByNumberOrNull(
140 const google::protobuf::Enum* enum_type, int32 value);
146 const google::protobuf::EnumValue* FindEnumValueByNameWithoutUnderscoreOrNull(
147 const google::protobuf::Enum* enum_type, StringPiece enum_name);
166 PROTOBUF_EXPORT bool IsMap(const google::protobuf::Field& field,
167 const google::protobuf::Type& type);
170 bool IsMessageSetWireFormat(const google::protobuf::Type& type);