Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc276 const google::protobuf::Type& found_type, const TypeInfo* typeinfo) { in GetMapValueType() argument
279 for (int i = 0; i < found_type.fields_size(); ++i) { in GetMapValueType()
280 const google::protobuf::Field& sub_field = found_type.fields(i); in GetMapValueType()
359 const google::protobuf::Type* found_type = found_result.ValueOrDie(); in PopulateChildren() local
360 is_map = IsMap(field, *found_type); in PopulateChildren()
363 field_type = found_type; in PopulateChildren()
367 field_type = GetMapValueType(*found_type, typeinfo); in PopulateChildren()
597 util::StatusOr<const google::protobuf::Type*> found_type = in RenderDataPiece() local
599 if (!found_type.ok()) { in RenderDataPiece()
602 current_->set_type(found_type.ValueOrDie()); in RenderDataPiece()
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/
DTestWatchpointEvents.py98 found_type = lldb.SBWatchpoint.GetWatchpointEventTypeFromEvent(event)
100 found_type == event_type,
103 found_type))
/external/python/pybind11/include/pybind11/detail/
Dclass.h204 auto found_type = internals.registered_types_py.find(type); in pybind11_meta_dealloc() local
205 if (found_type != internals.registered_types_py.end() && in pybind11_meta_dealloc()
206 found_type->second.size() == 1 && in pybind11_meta_dealloc()
207 found_type->second[0]->type == type) { in pybind11_meta_dealloc()
209 auto *tinfo = found_type->second[0]; in pybind11_meta_dealloc()
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1815 found_type = find_definition(
1817 if not (found_type is not Enum and
1818 isinstance(found_type, type) and
1819 issubclass(found_type, Enum)):
1821 'Invalid enum type: %s' % found_type)
1823 self.__type = found_type
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.h528 TypeFromUser *found_type = nullptr,
/external/e2fsprogs/lib/blkid/
Dprobe.c1735 goto found_type; in blkid_verify()
1755 goto found_type; in blkid_verify()
1776 goto found_type; in blkid_verify()
1779 found_type: in blkid_verify()