Home
last modified time | relevance | path

Searched refs:found_type (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc256 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument
259 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() local
340 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() local
560 if (!found_type.ok()) { in RenderDataPiece()
563 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1821 found_type = find_definition(
1823 if not (found_type is not Enum and
1824 isinstance(found_type, type) and
1825 issubclass(found_type, Enum)):
1827 'Invalid enum type: %s' % found_type)
1829 self.__type = found_type
/external/e2fsprogs/lib/blkid/
Dprobe.c1733 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()