/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor_database.cc | 263 return index_.AddFile(*file, file); in AddAndOwn() 269 return MaybeCopy(index_.FindFile(filename), output); in FindFileByName() 275 return MaybeCopy(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol() 282 return MaybeCopy(index_.FindExtension(containing_type, field_number), output); in FindFileContainingExtension() 288 return index_.FindAllExtensionNumbers(extendee_type, output); in FindAllExtensionNumbers() 312 return index_.AddFile(file, std::make_pair(encoded_file_descriptor, size)); in Add() 331 return MaybeParse(index_.FindFile(filename), output); in FindFileByName() 337 return MaybeParse(index_.FindSymbol(symbol_name), output); in FindFileContainingSymbol() 343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name); in FindNameOfFileContainingSymbol() 373 return MaybeParse(index_.FindExtension(containing_type, field_number), in FindFileContainingExtension() [all …]
|
D | descriptor_database.h | 252 DescriptorIndex<const FileDescriptorProto*> index_; variable 301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_;
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 435 : value_(0, &index_, DecayedTypeTag<T>{}, std::forward<T>(value)) {} 439 : value_(0, &index_, std::forward<T>(value)) {} 449 : index_{other.index_}, value_{other.value_, other.index_} {} 451 : index_{other.index_}, value_{std::move(other.value_), other.index_} {} 532 index_ = value_.Become(target_index, std::forward<Args>(args)...) 542 return value_.Visit(index_, std::forward<Op>(op)); 546 return value_.Visit(index_, std::forward<Op>(op)); 561 std::int32_t index() const { return index_; } 605 std::int32_t index_ = kEmptyIndex; 612 index_ = value_.template Construct(std::forward<Args>(args)...); [all …]
|
/frameworks/base/tools/aapt2/ |
D | StringPool.cpp | 84 return entry_->pool_->styles_.size() + entry_->index_; in index() 157 return entry_->index_; in index() 186 entry->index_ = strings_.size(); in MakeRefImpl() 211 entry->index_ = styles_.size(); in MakeRef() 226 entry->index_ = styles_.size(); in MakeRef() 241 styles_[index]->index_ = index; in ReAssignIndices() 247 strings_[index]->index_ = index; in ReAssignIndices()
|
D | StringPool.h | 131 size_t index_; variable 152 size_t index_; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2632 Value::CZString::CZString(ArrayIndex aindex) : cstr_(0), index_(aindex) {} in CZString() 2654 : cstr_(other.cstr_), index_(other.index_) { in CZString() 2666 std::swap(index_, other.index_); in swap() 2675 if (!cstr_) return index_ < other.index_; in operator <() 2688 if (!cstr_) return index_ == other.index_; in operator ==() 2698 ArrayIndex Value::CZString::index() const { return index_; } in index() 3817 PathArgument::PathArgument() : key_(), index_(), kind_(kindNone) {} in PathArgument() 3820 : key_(), index_(index), kind_(kindIndex) {} in PathArgument() 3823 : key_(key), index_(), kind_(kindKey) {} in PathArgument() 3826 : key_(key.c_str()), index_(), kind_(kindKey) {} in PathArgument() [all …]
|
D | json.h | 623 ArrayIndex index_; member 1009 ArrayIndex index_; variable
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 720 uint32_t index_, uint32_t depth_, uint32_t baseFieldOffset_, in Impl() 722 : field(field_), parent(parent_), index(index_), depth(depth_), in Impl()
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceUtils.h | 908 inline static C2SettingResultsBuilder NoMemory(C2Param::Index index_ __unused) {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 269 f->index_ = i; in assign_msg_indices() 684 return f->index_; in upb_fielddef_index() 2071 #define SUBH_F(h, f) SUBH(h, f->index_) 2541 *s = f->index_ + UPB_STATIC_SELECTOR_COUNT; in upb_handlers_getselector()
|
D | upb.h | 3076 uint32_t index_; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 323 f->index_ = i; in assign_msg_indices() 768 return f->index_; in upb_fielddef_index() 2218 #define SUBH_F(h, f) SUBH(h, f->index_) 2694 *s = f->index_ + UPB_STATIC_SELECTOR_COUNT; in upb_handlers_getselector()
|
D | upb.h | 3756 uint32_t index_;
|