HomeSort by relevance Sort by last modified time
    Searched defs:set_type (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /toolchain/binutils/binutils-2.25/gold/
symtab.h 220 set_type(elfcpp::STT type) function in class:gold::Symbol
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 362 void UsePosition::set_type(UsePositionType type, bool register_beneficial) { function in class:v8::internal::compiler::LiveRangeBoundArray::UsePosition
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 631 void set_type(ProjectionType type) { type_ = type; } function in class:mkvmuxer::Projection
694 void set_type(uint64_t type) { type_ = type; } function in class:mkvmuxer::Track
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 5051 void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.pb.h 4760 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/v8/src/ast/
ast.h 2207 void set_type(AstType* type) { type_ = type; } function in class:v8::internal::final
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3628 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3628 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3628 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4760 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3628 inline void FieldDescriptorProto::set_type(::google::protobuf::FieldDescriptorProto_Type value) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 604 #define SET_TYPE(dest, val) UPB_UNUSED(val)
606 #define SET_TYPE(dest, val) dest = val
618 SET_TYPE(v->ctype, ctype);
638 SET_TYPE(val->ctype, proto_type); \
661 #undef SET_TYPE
2567 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 811 #define SET_TYPE(dest, val) UPB_UNUSED(val)
813 #define SET_TYPE(dest, val) dest = val
829 SET_TYPE(v->ctype, ctype);
849 SET_TYPE(val->ctype, proto_type); \
872 #undef SET_TYPE
3183 inline void FieldDef::set_type(upb_fieldtype_t type) { function in class:upb::FieldDef
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 1135 void set_type(VkDescriptorType inValue) { m_struct.type = inValue; } function in class:vkdescriptorpoolsize_struct_wrapper
    [all...]

Completed in 718 milliseconds

1 2 3 45