Home
last modified time | relevance | path

Searched refs:property_ (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/src/cpp/common/
Dauth_property_iterator.cc26 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
30 : property_(property), in AuthPropertyIterator()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
53 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
54 return property_ == rhs.property_; in operator ==()
66 property_->name, in operator *()
67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dauth_property_iterator.cc26 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
30 : property_(property), in AuthPropertyIterator()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
53 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
54 return property_ == rhs.property_; in operator ==()
66 property_->name, in operator *()
67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/external/icing/icing/
Dschema-builder.h33 : property_(std::move(property)) {} in PropertyConfigBuilder()
36 property_.set_property_name(std::string(name)); in SetName()
42 property_.set_data_type(data_type); in SetDataType()
49 property_.set_data_type(PropertyConfigProto::DataType::STRING); in SetDataTypeString()
50 property_.mutable_string_indexing_config()->set_term_match_type(match_type); in SetDataTypeString()
51 property_.mutable_string_indexing_config()->set_tokenizer_type(tokenizer); in SetDataTypeString()
57 property_.set_data_type(PropertyConfigProto::DataType::DOCUMENT); in SetDataTypeDocument()
58 property_.set_schema_type(std::string(schema_type)); in SetDataTypeDocument()
59 property_.mutable_document_indexing_config()->set_index_nested_properties( in SetDataTypeDocument()
66 property_.set_cardinality(cardinality); in SetCardinality()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.h155 : size_(1), parent_(nullptr), value_(v), property_(p) {} in UnionFind()
157 : size_(1), parent_(nullptr), value_(v), property_(p) {} in UnionFind()
165 const P& Property() { return FindRoot()->property_; } in Property()
186 P property_; variable
195 P merged_property(a->property_); in Merge()
196 TF_RETURN_IF_ERROR(merged_property.Merge(b->property_)); in Merge()
199 a->property_ = std::move(merged_property); in Merge()
/external/perfetto/src/profiling/memory/
Dsystem_property.cc31 property_ = std::move(other.property_); in Handle()
51 : system_properties_(system_properties), property_(std::move(property)) {} in Handle()
58 system_properties_->UnsetProperty(property_); in ~Handle()
170 swap(a.property_, b.property_); in swap()
Dsystem_property.h60 std::string property_; variable
/external/grpc-grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h54 const grpc_auth_property* property_; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/security/
Dauth_context.h54 const grpc_auth_property* property_; variable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/security/
Dauth_context.h54 const grpc_auth_property* property_; variable
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h2248 : property_(property), matcher_(matcher) {}
2283 RefToConstProperty result = (obj.*property_)();
2300 PropertyType (Class::*property_)() const;
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2074 : property_(property),
2080 : property_(property),
2108 RefToConstProperty result = (obj.*property_)();
2123 Property property_;
/external/fmtlib/test/gmock/
Dgmock.h6731 : property_(property), matcher_(matcher) {}
6760 RefToConstProperty result = (obj.*property_)();
6776 PropertyType (Class::*property_)() const;
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h7065 : property_(property), matcher_(matcher) {}
7100 RefToConstProperty result = (obj.*property_)();
7117 PropertyType (Class::*property_)() const;