Searched refs:index_out (Results 1 - 7 of 7) sorted by relevance

/external/libbrillo/policy/
H A Dresilient_policy_util.cc41 int* index_out) {
48 *index_out = 0;
55 !base::StringToInt(extension.substr(1), index_out) || *index_out <= 0) {
39 ParseResilientPolicyFilePath(const base::FilePath& policy_path, const base::FilePath& default_policy_path, int* index_out) argument
H A Dresilient_policy_util.h31 // policy file. If successful, the |index_out| contains the index of the file as
36 int* index_out);
/external/v8/src/snapshot/
H A Dstartup-serializer.h39 bool LookupOrInsert(HeapObject* obj, int* index_out) { argument
42 *index_out = maybe_index.FromJust();
45 *index_out = next_index_;
/external/v8/src/regexp/
H A Dregexp-parser.h185 bool ParseBackReferenceIndex(int* index_out);
H A Dregexp-parser.cc678 bool RegExpParser::ParseBackReferenceIndex(int* index_out) { argument
710 *index_out = value;
/external/mesa3d/src/compiler/spirv/
H A Dvtn_private.h450 nir_ssa_def **index_out, struct vtn_type **type_out,
H A Dvtn_variables.c337 nir_ssa_def **index_out, struct vtn_type **type_out,
342 *index_out = get_vulkan_resource_index(b, chain, &type, &idx);
335 vtn_access_chain_to_offset(struct vtn_builder *b, struct vtn_access_chain *chain, nir_ssa_def **index_out, struct vtn_type **type_out, unsigned *end_idx_out, bool stop_at_matrix) argument

Completed in 441 milliseconds