Searched refs:found_type (Results 1 – 3 of 3) sorted by relevance
256 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument259 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType()260 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType()339 const google::protobuf::Type* found_type = found_result.ValueOrDie(); in PopulateChildren() local340 is_map = IsMap(field, *found_type); in PopulateChildren()343 field_type = found_type; in PopulateChildren()347 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren()558 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local560 if (!found_type.ok()) { in RenderDataPiece()563 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()
1821 found_type = find_definition(1823 if not (found_type is not Enum and1824 isinstance(found_type, type) and1825 issubclass(found_type, Enum)):1827 'Invalid enum type: %s' % found_type)1829 self.__type = found_type
1733 goto found_type; in blkid_verify()1753 goto found_type; in blkid_verify()1774 goto found_type; in blkid_verify()1777 found_type: in blkid_verify()