Home
last modified time | relevance | path

Searched refs:strings_ (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc38 : strings_(other.strings_) { in ChannelArguments()
40 auto list_it_dst = strings_.begin(); in ChannelArguments()
41 auto list_it_src = other.strings_.begin(); in ChannelArguments()
79 strings_.swap(other.strings_); in Swap()
109 strings_.push_back(std::string(mutator_arg.key)); in SetSocketMutator()
111 args_.back().key = const_cast<char*>(strings_.back().c_str()); in SetSocketMutator()
125 auto strings_it = strings_.begin(); in SetUserAgentPrefix()
172 strings_.push_back(key); in SetInt()
173 arg.key = const_cast<char*>(strings_.back().c_str()); in SetInt()
191 strings_.push_back(key); in SetPointerWithVtable()
[all …]
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc38 : strings_(other.strings_) { in ChannelArguments()
40 auto list_it_dst = strings_.begin(); in ChannelArguments()
41 auto list_it_src = other.strings_.begin(); in ChannelArguments()
79 strings_.swap(other.strings_); in Swap()
123 auto strings_it = strings_.begin(); in SetUserAgentPrefix()
171 strings_.push_back(key); in SetInt()
172 arg.key = const_cast<char*>(strings_.back().c_str()); in SetInt()
190 strings_.push_back(key); in SetPointerWithVtable()
191 arg.key = const_cast<char*>(strings_.back().c_str()); in SetPointerWithVtable()
201 strings_.push_back(key); in SetString()
[all …]
/external/google-breakpad/src/common/linux/
Dsynth_elf.h76 if (strings_.find(s) != strings_.end()) in Add()
77 return strings_[s]; in Add()
81 strings_[s] = string_label; in Add()
90 map<string,Label> strings_; variable
/external/perfetto/tools/protoprofile/
Dmain.cc117 std::vector<std::string> strings_; member in perfetto::protoprofile::__anonc3fe7d5d0111::SizeProfileComputer
144 strings_.push_back(s); in InternString()
145 int id = static_cast<int>(strings_.size() - 1); in InternString()
258 for (int i = 0; i < static_cast<int>(strings_.size()); i++) { in Compute()
259 profile->add_string_table(strings_[static_cast<size_t>(i)]); in Compute()
/external/google-breakpad/src/common/
Dstabs_reader.cc73 strings_(stabstr, stabstr_size), in StabsReader()
83 if (offset < 0 || (size_t) offset >= strings_.Size()) { in SymbolString()
90 return reinterpret_cast<const char *>(strings_.start + offset); in SymbolString()
Dstabs_reader.h204 ByteBuffer strings_; variable
/external/libchrome/components/policy/core/common/
Dschema.cc275 std::vector<std::string> strings_; member in policy::Schema::InternalStorage
321 storage->strings_.reserve(sizes.strings); in ParseSchema()
344 if (root_index != 0 || sizes.strings != storage->strings_.size() || in ParseSchema()
581 strings_.push_back(it.key()); in ParseDictionary()
582 property_nodes_[index].key = strings_.back().c_str(); in ParseDictionary()
604 strings_.push_back(it.key()); in ParseDictionary()
605 property_nodes_[index].key = strings_.back().c_str(); in ParseDictionary()
618 strings_.push_back(val.GetString()); in ParseDictionary()
619 required_properties_.push_back(strings_.back().c_str()); in ParseDictionary()
684 strings_.push_back(value); in ParseEnum()
[all …]
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h143 std::list<std::string> strings_; variable
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h143 std::list<grpc::string> strings_; variable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h143 std::list<std::string> strings_; variable
/external/libprotobuf-mutator/src/
Dmutator_test.cc343 return strings_[std::uniform_int_distribution<>( in MutateString()
344 0, strings_.size() - 1)(*random())]; in MutateString()
354 std::vector<std::string> strings_ = { member in protobuf_mutator::ReducedTestMutator
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DTensorTest.java53 byte[] strings_; // raw TF_STRING in createWithByteBuffer()
57 strings_ = to.array(); in createWithByteBuffer()
71 Tensor.create(String.class, strings_shape, ByteBuffer.wrap(strings_))) { in createWithByteBuffer() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc192 absl::flat_hash_map<std::string, int> strings_; member in xla::ProfileBuilder
200 auto ret = strings_.emplace(s, profile_.string_table_size()); in StringId()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc652 std::vector<std::string*> strings_; // All strings in the pool. member in google::protobuf::DescriptorPool::Tables
666 : strings_before_checkpoint(tables->strings_.size()), in CheckPoint()
815 STLDeleteElements(&strings_); in ~Tables()
880 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end()); in RollbackToLastCheckpoint()
895 strings_.resize(checkpoint.strings_before_checkpoint); in RollbackToLastCheckpoint()
1197 strings_.push_back(result); in AllocateString()
1203 strings_.push_back(result); in AllocateEmptyString()
/external/rust/crates/aho-corasick/src/packed/teddy/
DREADME.md360 _Fast searching in packed strings_.