Home
last modified time | relevance | path

Searched defs:begin (Results 476 - 500 of 792) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/protobuf/src/google/protobuf/
H A Dreflection.h86 iterator begin() const { return iterator(data_, accessor_, true); } in begin() function in google::protobuf::RepeatedFieldRef
188 iterator begin() const { in begin() function in google::protobuf::RepeatedFieldRef
403 RepeatedFieldRefIterator(const void* data, const RepeatedFieldAccessor* accessor, bool begin) RepeatedFieldRefIterator() argument
412 RepeatedFieldRefIterator(const void* data, const RepeatedFieldAccessor* accessor, bool begin, AccessorValueType* scratch_space) RepeatedFieldRefIterator() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc320 void Iota(CtrlIter begin, CtrlIter end, int value) { in Iota() argument
[all...]
H A Dbtree_container.h93 iterator begin() { return tree_.begin(); } in begin() function in absl::container_internal::btree_container
94 const_iterator begin() const { return tree_.begin(); } in begin() function in absl::container_internal::btree_container
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h236 size_t begin() const { return static_cast<size_t>(storage[1]); } in begin() function in absl::cord_internal::CordRepBtree
336 void set_begin(size_t begin) { storage[1] = static_cast<uint8_t>(begin); } in set_begin() argument
526 InitInstance(int height, size_t begin, size_t end) InitInstance() argument
610 DestroyTree(CordRepBtree* tree, size_t begin, size_t end) DestroyTree() argument
636 CopyToEndFrom(size_t begin, size_t new_length) const CopyToEndFrom() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_test.cc442 const char* begin = negative_underflow.data(); in TEST() local
482 const char* begin = negative_overflow.data(); in TEST() local
[all...]
/third_party/skia/include/private/
H A DSkTArray.h356 T* begin() { in begin() function in SkTArray
359 const T* begin() const { in begin() function in SkTArray
H A DSkTHash.h477 Iter begin() const { in begin() function in SkTHashMap
536 Iter begin() const { in begin() function in SkTHashSet
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp113 static const char* align_utf8(const char* p, const char* begin) { in align_utf8() argument
120 static const char* prev_utf8(const char* p, const char* begin) { in prev_utf8() argument
245 static inline const char* begin(const StringSlice& s) { return s.begin(); } begin() function
[all...]
/third_party/spirv-tools/source/opt/
H A Dinstruction.h274 iterator begin() { return operands_.begin(); } in begin() function in spvtools::opt::Instruction
276 const_iterator begin() const { return operands_.cbegin(); } in begin() function in spvtools::opt::Instruction
H A Dloop_descriptor.h63 inline iterator begin() { return nested_loops_.begin(); } in begin() function in spvtools::opt::Loop
65 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Loop
474 inline iterator begin() { return iterator::begin(&placeholder_top_loop_); } in begin() function in spvtools::opt::LoopDescriptor
476 inline const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::LoopDescriptor
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_ssdp.c63 const char *begin = s; in token_length() local
80 const char *begin = s; in word_separation_length() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp169 static SubTypeIterator<IsExpanded> begin (const VarType* type) { return SubTypeIterator(type); } in begin() function in glu::SubTypeIterator
319 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end) in isValidTypePath() argument
380 VarType getVarType (const VarType& type, Iterator begin, Iterato argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_ssdp.c63 const char *begin = s; in token_length() local
80 const char *begin = s; in word_separation_length() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h157 Iterator begin() const { return Iterator(*this); } in begin() function in angle::final
628 Iterator begin() const { return Iterator(*this, 0); } in begin() function in angle::final
/third_party/ffmpeg/libavfilter/
H A Dasrc_sinc.c219 int i, work_len, begin, end, imp_peak = 0, peak = 0; in fir_to_phase() local
[all...]
/third_party/gn/src/base/containers/
H A Dcircular_deque.h996 DestructRange(size_t begin, size_t end) DestructRange() argument
[all...]
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp697 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process() argument
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c533 int guess_file_type(const char *begin, size_t len, int *startpos) in guess_file_type() argument
/third_party/gn/src/gn/
H A Dparse_tree.h474 size_t begin; member
/third_party/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp859 void TransliteratorAPITest::keyboardAux(Transliterator *t, UnicodeString DATA[], UnicodeString& s, int32_t begin, int32_t end) { in keyboardAux() argument
/third_party/libsnd/src/
H A Dogg_opus.c1535 sf_count_t begin ; in ogg_opus_page_seek_search() local
/third_party/libcoap/examples/
H A Doscore-interop-server.c712 coap_tick_t begin, end; in main() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c686 nir_cf_extract(nir_cf_list *extracted, nir_cursor begin, nir_cursor end) in nir_cf_extract() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h377 Values::iterator begin() { return m_values.begin();} in begin() function in r600::LocalArray
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_1_2.c1231 static void begin(struct radeon_encoder *enc) in begin() function

Completed in 30 milliseconds

1...<<11121314151617181920>>...32