HomeSort by relevance Sort by last modified time
    Searched defs:type_ (Results 151 - 175 of 298) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/p2p/base/
stun.h 137 int type() const { return type_; }
148 void SetType(int type) { type_ = static_cast<uint16_t>(type); }
201 uint16_t type_; member in class:cricket::StunMessage
213 int type() const { return type_; }
252 uint16_t type_; member in class:cricket::StunAttribute
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 544 Type type_; member in class:google::protobuf::FieldDescriptor
731 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 544 Type type_; member in class:google::protobuf::FieldDescriptor
731 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 544 Type type_; member in class:google::protobuf::FieldDescriptor
731 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 544 Type type_; member in class:google::protobuf::FieldDescriptor
731 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
  /system/tools/aidl/
aidl_language.h 127 const AidlType& GetType() const { return *type_; }
128 AidlType* GetMutableType() { return type_.get(); }
133 std::unique_ptr<AidlType> type_; member in class:AidlArgument
210 const AidlType& GetType() const { return *type_; }
211 AidlType* GetMutableType() { return type_.get(); }
235 std::unique_ptr<AidlType> type_; member in class:AidlMethod
  /art/compiler/optimizing/
ssa_liveness_analysis.h 612 return type_;
654 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_);
786 return type_ == Primitive::kPrimFloat || type_ == Primitive::kPrimDouble;
845 allocator_, type_, defined_by_, false, kNoRegister, is_temp, true);
1105 const Primitive::Type type_; member in class:art::LiveInterval
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 1457 Type type_; \/\/ Current type of the branch. member in class:art::mips::FINAL::Branch
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 1529 Type type_; \/\/ Current type of the branch. member in class:art::mips64::FINAL::Branch
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 252 : Sized(data, byte_width), type_(element_type) {}
264 Type ElementType() { return type_; }
267 Type type_; member in class:flexbuffers::TypedVector
276 : Object(data, byte_width), type_(element_type), len_(len) {}
288 Type ElementType() { return type_; }
292 Type type_; member in class:flexbuffers::FixedTypedVector
332 type_(type) {}
337 type_ = static_cast<Type>(packed_type >> 2);
340 Type GetType() const { return type_; }
342 bool IsNull() const { return type_ == TYPE_NULL;
625 Type type_; member in class:flexbuffers::Reference
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.h 616 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; }
632 QueryType type_; member in class:trace_analyzer::Query
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 1426 TokenType type_; member in class:Json::Reader::Token
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 690 Type type_; member in class:google::protobuf::FieldDescriptor
976 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
map.h 99 MapKey() : type_(0) {
101 MapKey(const MapKey& other) : type_(0) {
106 if (type_ == FieldDescriptor::CPPTYPE_STRING) {
112 if (type_ == 0) {
118 return (FieldDescriptor::CppType)type_;
178 if (type_ != other.type_) {
207 if (type_ != other.type_) {
237 switch (type_) {
293 int type_; member in class:google::protobuf::MapKey
462 int type_; member in class:google::protobuf::MapValueRef
    [all...]
  /external/v8/src/mips/
simulator-mips.h 118 Type InstructionType() const { return type_; }
123 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {}
128 Type type_; member in class:v8::internal::SimInstructionBase
143 type_ = InstructionBase::InstructionType();
  /external/v8/src/mips64/
simulator-mips64.h 127 Type InstructionType() const { return type_; }
132 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {}
137 Type type_; member in class:v8::internal::SimInstructionBase
152 type_ = InstructionBase::InstructionType();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 1440 MutexType type_; member in class:testing::internal::Mutex
    [all...]
  /external/webp/src/enc/
vp8i_enc.h 171 unsigned int type_:2; // 0=i4x4, 1=i16x16 member in struct:__anon38561
  /external/webrtc/talk/app/webrtc/
statstypes.h 245 const StatsType type_; member in class:webrtc::StatsReport::IdBase
306 Type type() const { return type_; }
312 const Type type_; member in struct:webrtc::StatsReport::Value
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 690 Type type_; member in class:google::protobuf::FieldDescriptor
976 const EnumDescriptor* type_; member in class:google::protobuf::EnumValueDescriptor
    [all...]
map.h 99 MapKey() : type_(0) {
101 MapKey(const MapKey& other) : type_(0) {
106 if (type_ == FieldDescriptor::CPPTYPE_STRING) {
112 if (type_ == 0) {
118 return (FieldDescriptor::CppType)type_;
178 if (type_ != other.type_) {
207 if (type_ != other.type_) {
237 switch (type_) {
293 int type_; member in class:google::protobuf::MapKey
462 int type_; member in class:google::protobuf::MapValueRef
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.h 1838 Input_file_type type_; member in class:gold::Input_file_argument
    [all...]
  /art/runtime/
check_jni.cc 147 VarArgs(jmethodID m, va_list var) : m_(m), type_(kTypeVaList), cnt_(0) {
151 VarArgs(jmethodID m, const jvalue* vals) : m_(m), type_(kTypePtr), cnt_(0), ptr_(vals) {}
154 if (type_ == kTypeVaList) {
162 type_ = other.type_;
163 if (other.type_ == kTypeVaList) {
175 if (type_ == kTypeVaList) {
190 if (type_ == kTypeVaList) {
206 CHECK(type_ == kTypePtr);
228 VarArgs(jmethodID m, uint32_t cnt, va_list var) : m_(m), type_(kTypeVaList), cnt_(cnt)
240 VarArgsType type_; member in class:art::VarArgs
    [all...]
thread.h 1741 const StackedShadowFrameType type_; member in class:art::ScopedStackedShadowFramePusher
    [all...]
  /build/make/tools/ijar/
classfile.cc 674 put_u2be(p, type_->slot());
683 value->type_ = constant(get_u2be(p));
693 Constant *type_; member in struct:devtools_ijar::Annotation
    [all...]

Completed in 948 milliseconds

1 2 3 4 5 67 8 91011>>