HomeSort by relevance Sort by last modified time
    Searched refs:ValueType (Results 251 - 275 of 682) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 323 enum ValueType {
341 ValueType Type;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 323 enum ValueType {
341 ValueType Type;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
95 SampleType: []*ValueType{
180 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
183 SampleType: []*ValueType{
index_test.go 97 SampleType: []*ValueType{},
100 p.SampleType = append(p.SampleType, &ValueType{Type: st, Unit: "milliseconds"})
proto_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
95 SampleType: []*ValueType{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
95 SampleType: []*ValueType{
180 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
183 SampleType: []*ValueType{
index_test.go 97 SampleType: []*ValueType{},
100 p.SampleType = append(p.SampleType, &ValueType{Type: st, Unit: "milliseconds"})
proto_test.go 92 PeriodType: &ValueType{Type: "cpu", Unit: "milliseconds"},
95 SampleType: []*ValueType{
  /external/protobuf/src/google/protobuf/
any.cc 53 AnyMetadata::AnyMetadata(UrlType* type_url, ValueType* value)
repeated_field_reflection.h 129 template<typename T, typename ValueType>
130 void Set(Field* data, int index, const ValueType& value) const {
134 // be ActualType. Here we have a ValueType object and want a ActualType
135 // pointer. We can't cast a ValueType pointer to an ActualType pointer
136 // directly because their type might be different (for enums ValueType
143 template<typename T, typename ValueType>
144 void Add(Field* data, const ValueType& value) const {
148 // be ActualType. Here we have a ValueType object and want a ActualType
149 // pointer. We can't cast a ValueType pointer to an ActualType pointer
150 // directly because their type might be different (for enums ValueType
    [all...]
  /external/v8/src/wasm/
wasm-module-builder.h 123 uint32_t AddLocal(ValueType type);
182 WasmTemporary(WasmFunctionBuilder* builder, ValueType type) {
230 uint32_t AddGlobal(ValueType type, bool exported, bool mutability = true,
261 ValueType type;
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 72 LDSymbol::ValueType pValue,
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
thread_local_buffer.h 47 using ValueType = T;
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
encode.go 137 // repeated ValueType sample_type = 1
139 x := new(ValueType)
193 x := new(ValueType)
274 p.PeriodType = &ValueType{}
285 func (p *ValueType) decoder() []decoder {
289 func (p *ValueType) encode(b *buffer) {
297 func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).typeX) },
299 func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).unitX) },
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
encode.go 137 // repeated ValueType sample_type = 1
139 x := new(ValueType)
193 x := new(ValueType)
274 p.PeriodType = &ValueType{}
285 func (p *ValueType) decoder() []decoder {
289 func (p *ValueType) encode(b *buffer) {
297 func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).typeX) },
299 func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).unitX) },
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 129 template<typename T, typename ValueType>
130 void Set(Field* data, int index, const ValueType& value) const {
134 // be ActualType. Here we have a ValueType object and want a ActualType
135 // pointer. We can't cast a ValueType pointer to an ActualType pointer
136 // directly because their type might be different (for enums ValueType
143 template<typename T, typename ValueType>
144 void Add(Field* data, const ValueType& value) const {
148 // be ActualType. Here we have a ValueType object and want a ActualType
149 // pointer. We can't cast a ValueType pointer to an ActualType pointer
150 // directly because their type might be different (for enums ValueType
    [all...]
  /bootable/recovery/edify/include/edify/
expr.h 56 enum ValueType {
63 ValueType type;
66 Value(ValueType type, const std::string& str) :
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
authorization_set.h 229 template <typename TagType, typename... ValueType>
230 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) {
231 push_back(ttag, std::forward<ValueType>(value)...);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 41 struct ValueType {
42 ValueType() {
55 ValueType Value; // Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 41 struct ValueType {
42 ValueType() { uval = 0; }
54 ValueType Value; /// Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 41 struct ValueType {
42 ValueType() { uval = 0; }
54 ValueType Value; /// Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 71 struct ValueType {
72 ValueType() { uval = 0; }
84 ValueType Value; /// Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 71 struct ValueType {
72 ValueType() { uval = 0; }
84 ValueType Value; /// Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 71 struct ValueType {
72 ValueType() { uval = 0; }
84 ValueType Value; /// Contains all data for the form.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 71 struct ValueType {
72 ValueType() { uval = 0; }
84 ValueType Value; /// Contains all data for the form.

Completed in 778 milliseconds

<<11121314151617181920>>